GitHub user maneesha-p opened a pull request: https://github.com/apache/cloudstack/pull/834
CLOUDSTACK-8866 : restart.retry.interval is being used instead of migrate.retry.interval during host maintenance The frequency at which Cloudstack tries to migrate the VMs is currently controlled by the global parameter "restart.retry.interval" which has a default value of 600 seconds or 10 minutes.This has to be changed to use "migrate.retry.interval" which by default is 120 seconds or 2 minutes . Cloudstack uses restart.retry.interval for all operations-migrate,restart,stop,destroy. You can merge this pull request into a Git repository by running: $ git pull https://github.com/maneesha-p/cloudstack CLOUDSTACK-8866 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/834.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #834 ---- commit 648df908f398b7054015c3843d4845617a4d8adb Author: Maneesha.P <maneesha.papireddyg...@citrix.com> Date: 2015-09-08T05:15:14Z CLOUDSTACK-8866 : restart.retry.interval is being used instead of migrate.retry.interval during host maintenance ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---