@@ -37,14 +37,14 @@ VM allocator supports following algorithms to select a host in the cluster:
3737.. cssclass :: table-striped table-bordered table-hover
3838
3939============================= ========================
40- Algorithm Description
40+ Algorithm Description
4141============================= ========================
42- 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 Behaves same as random algorithm.
46- userconcentratedpod_firstfit Behaves same as firstfit algorithm.
47- firstfitleastconsumed Selects the first host after sorting eligible hosts by least allocated resources (such as CPU or RAM).
42+ 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 Behaves same as random algorithm.
46+ userconcentratedpod_firstfit Behaves same as firstfit algorithm.
47+ firstfitleastconsumed Selects the first host after sorting eligible hosts by least allocated resources (such as CPU or RAM).
4848============================= ========================
4949
5050Use global configuration parameter:
@@ -62,14 +62,14 @@ Volume allocator supports following algorithms to select a host in the cluster:
6262.. cssclass :: table-striped table-bordered table-hover
6363
6464============================= ========================
65- Algorithm Description
65+ Algorithm Description
6666============================= ========================
67- random Selects a storage pool in the cluster randomly.
68- firstfit Selects the first available storage pool in the cluster.
69- userdispersing Selects the storage pool running least instances for the account, aims to spread out the instances belonging to a single user account.
70- userconcentratedpod_random Behaves same as random algorithm.
71- userconcentratedpod_firstfit Behaves same as firstfit algorithm.
72- firstfitleastconsumed Selects the first storage pool after sorting eligible pools by least allocated resources.
67+ random Selects a storage pool in the cluster randomly.
68+ firstfit Selects the first available storage pool in the cluster.
69+ userdispersing Selects the storage pool running least instances for the account, aims to spread out the instances belonging to a single user account.
70+ userconcentratedpod_random Behaves same as random algorithm.
71+ userconcentratedpod_firstfit Behaves same as firstfit algorithm.
72+ firstfitleastconsumed Selects the first storage pool after sorting eligible pools by least allocated resources.
7373============================= ========================
7474
7575.. note ::
@@ -98,11 +98,11 @@ Key: `host.capacityType.to.order.clusters`
9898.. cssclass :: table-striped table-bordered table-hover
9999
100100========= ========================
101- Value Behavior
101+ Value Behavior
102102========= ========================
103- CPU Prioritizes resources with the most available CPU.
104- RAM Prioritizes resources with the most available memory.
105- COMBINED Uses a weighted formula to balance CPU and RAM in prioritization.
103+ CPU Prioritizes resources with the most available CPU.
104+ RAM Prioritizes resources with the most available memory.
105+ COMBINED Uses a weighted formula to balance CPU and RAM in prioritization.
106106========= ========================
107107
108108**Additional Configuration for COMBINED **
0 commit comments