Skip to content

Commit 3733143

Browse files
authored
Update descriptions for VM volume allocation algorithms
Update descriptions for VM volume allocation algorithms
1 parent eccf2fd commit 3733143

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/adminguide/vm_volume_allocators.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ VM allocator supports following algorithms to select a host in the cluster:
4040
Algorithm Description
4141
============================= ========================
4242
random Selects a host in the cluster randomly.
43-
firstfit Selects the first available host in the cluster.
44-
userdispersing Selects the host running least instances for the account, aims to spread out the instances belonging to a single user account.
45-
userconcentratedpod_random Selects the host randomly aiming to keep all instances belonging to single user account in same pod.
46-
userconcentratedpod_firstfit Selects the first suitable host from a pod running most instances for the user.
43+
firstfit Selects the first available host in the cluster.
44+
userdispersing Selects the host running least instances for the account, aims to spread out the instances belonging to a single user account.
45+
userconcentratedpod_random Behaves same as random algorithm.
46+
userconcentratedpod_firstfit Behaves same as firstfit algorithm.
4747
firstfitleastconsumed Selects the first host after sorting eligible hosts by least allocated resources (such as CPU or RAM).
4848
============================= ========================
4949

0 commit comments

Comments
 (0)