----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15763/ -----------------------------------------------------------
(Updated Dec. 4, 2013, 3:16 p.m.) Review request for cloudstack. Changes ------- reloading only with the latest changes Repository: cloudstack-git Description ------- When a host is switched to the 'maintenance mode', the vms in that host are migrated to another available hosts. Currently, the vm migrations are executed sequentially, it can take a lot of time when there are quite number of vms. So I changed 'MigrateCommand' to get the value of 'executeInSequence' property from the global setting value of 'execute.in.sequence.hypervisor.commands' so that users can execute the migrations in parallel to save time. Diffs (updated) ----- engine/api/src/com/cloud/vm/VirtualMachineManager.java c78942f setup/db/db/schema-410to420.sql 522ccc4 Diff: https://reviews.apache.org/r/15763/diff/ Testing ------- Tested in the simulator mode and Xen servers. Thanks, Alex Ough