sudo87 commented on code in PR #594: URL: https://github.com/apache/cloudstack-documentation/pull/594#discussion_r2537772385
########## 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. Review Comment: we will create separates prs to remove code and documentation together. -- 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]
