1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

6 lines
485 B
Markdown
Raw Normal View History

2020-03-05 11:24:57 -05:00
# Clusters
2020-07-30 13:48:05 -04:00
A cluster is a logical grouping of physical resources within which virtual machines run. A cluster must be assigned a type (technological classification), and may optionally be assigned to a cluster group, site, and/or tenant.
2020-03-05 11:24:57 -05:00
2020-07-30 13:48:05 -04:00
Physical devices may be associated with clusters as hosts. This allows users to track on which host(s) a particular virtual machine may reside. However, NetBox does not support pinning a specific VM within a cluster to a particular host device.