cloudstack/server/src/com/cloud/storage/allocator
prachi 05af078358 Bug 8791 - user dispersing allocator
Changes:
To migrate systems using 'use.user.concentrated.pod.allocation' as true and 'vm.allocation.algorithm' as true, we need to
add following changes:

- There will be 5 values to 'vm.allocation.algorithm': 'random', 'firstfit', 'userdispersing', 'userconcentratedpod_random', 'userconcentratedpod_firstfit'
- 'userconcentratedpod_random' means we apply user concentration to pods and clusters. To hosts and pools we use random ordering.
- 'userconcentratedpod_firstfit' means we apply user concentration to pods and clusters. To hosts and pools we use firstfit ordering.
2012-02-08 17:03:38 -08:00
..
AbstractStoragePoolAllocator.java Bug 11789: The calculation for storage allocated capacity would go through the the common function throught which dashboard calculates the capacity as well. 2012-01-31 13:18:57 +05:30
FirstFitStoragePoolAllocator.java Bug 8791 - user dispersing allocator 2012-02-08 17:03:38 -08:00
GarbageCollectingStoragePoolAllocator.java Bug 8791 user dispersing allocator 2011-11-17 18:29:39 -08:00
LocalStoragePoolAllocator.java Bug 13066: StorageOverProv-Start using bigdecimal for better precision. Change allocators and dashboard code for the same. 2012-01-30 17:27:30 +05:30
RandomStoragePoolAllocator.java Bug 8791 user dispersing allocator 2011-11-17 18:29:39 -08:00
StoragePoolAllocator.java Bug 8791 user dispersing allocator 2011-11-17 18:29:39 -08:00
UseLocalForRootAllocator.java Bug 8791 user dispersing allocator 2011-11-17 18:29:39 -08:00