cloudstack/server/src/com/cloud/deploy
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
..
BareMetalPlanner.java allow multiple clusters for baremetal planner 2011-10-27 17:46:54 -07:00
FirstFitPlanner.java Bug 13078 - Management Server does not respect selected OS Preference for any host within a single pod. 2012-01-19 16:59:38 -08:00
PlannerBase.java more changes 2010-09-22 10:43:59 -07:00
UserConcentratedPodPlanner.java Bug 8791 - user dispersing allocator 2012-02-08 17:03:38 -08:00
UserDispersingPlanner.java Bug 8791 user dispersing allocator 2011-11-17 18:29:39 -08:00