mirror of https://github.com/apache/cloudstack.git
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. |
||
|---|---|---|
| .. | ||
| AbstractStoragePoolAllocator.java | ||
| FirstFitStoragePoolAllocator.java | ||
| GarbageCollectingStoragePoolAllocator.java | ||
| LocalStoragePoolAllocator.java | ||
| RandomStoragePoolAllocator.java | ||
| StoragePoolAllocator.java | ||
| UseLocalForRootAllocator.java | ||