[
https://issues.apache.org/jira/browse/CLOUDSTACK-8866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14746936#comment-14746936
]
ASF GitHub Bot commented on CLOUDSTACK-8866:
--------------------------------------------
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 <[email protected]>
Date: 2015-09-08T05:15:14Z
CLOUDSTACK-8866 : restart.retry.interval is being used instead of
migrate.retry.interval during host maintenance
----
> restart.retry.interval is being used instead of migrate.retry.interval during
> host maintenance
> ----------------------------------------------------------------------------------------------
>
> Key: CLOUDSTACK-8866
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8866
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Reporter: Maneesha
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)