DaanHoogland commented on code in PR #594: URL: https://github.com/apache/cloudstack-documentation/pull/594#discussion_r2533578341
########## source/adminguide/vm_volume_allocators.rst: ########## @@ -40,10 +40,10 @@ VM allocator supports following algorithms to select a host in the cluster: Algorithm Description ============================= ======================== random Selects a host in the cluster randomly. -firstfit Selects the first available host in the cluster. -userdispersing Selects the host running least instances for the account, aims to spread out the instances belonging to a single user account. -userconcentratedpod_random Selects the host randomly aiming to keep all instances belonging to single user account in same pod. -userconcentratedpod_firstfit Selects the first suitable host from a pod running most instances for the user. +firstfit Selects the first available host in the cluster. +userdispersing Selects the host running least instances for the account, aims to spread out the instances belonging to a single user account. +userconcentratedpod_random Behaves same as random algorithm. +userconcentratedpod_firstfit Behaves same as firstfit algorithm. firstfitleastconsumed Selects the first host after sorting eligible hosts by least allocated resources (such as CPU or RAM). ============================= ======================== Review Comment: @sudo87 , the allignment does not seem to be correct here, but neither is it in a suggestion editor, can you check? ```suggestion Algorithm Description ============================== ======================== random Selects a host in the cluster randomly. firstfit Selects the first available host in the cluster. userdispersing Selects the host running least instances for the account, aims to spread out the instances belonging to a single user account. userconcentratedpod_random Behaves same as random algorithm. userconcentratedpod_firstfit Behaves same as firstfit algorithm. firstfitleastconsumed Selects the first host after sorting eligible hosts by least allocated resources (such as CPU or RAM). ============================== ======================== ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
