DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.

DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
Currently CloudStack does not support any type of storage load balancing. It always lists the primary storage and secondary storage in same order and the pick the first one which satisfies the criteria. If user wants to load balance then there is no way for user to tell volume to go to different primary storage or secondary storage.
This is the functional specification of the feature ‘Storage Load Balancing'.
CLOUDSTACK-9852 - Getting issue details... STATUS
Branch
Master
Author | Description | Date |
Anshul Gangwar | First revision | 27 Mar 2017 |
NA
In allocators before returning suitable pools/image stores sort the list according to user chosen algorithm given through setting (see section Global Settings Added) and then return appropriate storage pools/image stores. This will only be applied only when there is such choice available and will not change existing logic which makes consideration to reduce data transfer usage.
User will update the global settings as defined below and then volumes will start getting allocated appropriately.
firstfit, random, firstfitleastconsumed
These values have meaning as follows:
2. image.store.allocation.algorithm: This can take one of the following values.
firstfit, random, firstfitleastconsumed
These values have meaning as follows:
3. image.store.disable.threshold: Will not use image store when the usage is above this threshold. Default value is 0.9 which is inline with existing behaviour.
No changes
No changes
Applicable to All Hypervisors
No changes
N/A
N/A
N/A