Arik Hadas has uploaded a new change for review. Change subject: core: add auto-startup parameters to engine-config ......................................................................
core: add auto-startup parameters to engine-config Add two parameters which are related to restart of highly-available VM to engine-config: 1. For setting the maximum number of attempts that will be made in order to restart highly-available VM that crashed 2. For setting the interval (in seconds) between those restart attempts Change-Id: I9bf0953b5808020cbfa39a79385faf442b5e13a0 Signed-off-by: Arik Hadas <aha...@redhat.com> --- M packaging/etc/engine-config/engine-config.properties 1 file changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/14/27114/1 diff --git a/packaging/etc/engine-config/engine-config.properties b/packaging/etc/engine-config/engine-config.properties index 2e31721..c9aa387 100644 --- a/packaging/etc/engine-config/engine-config.properties +++ b/packaging/etc/engine-config/engine-config.properties @@ -384,3 +384,7 @@ HotPlugCpuSupported.description="A support map of hot plug cpu to architecture" HotUnplugCpuSupported.type=String HotUnplugCpuSupported.description="A support map of hot unplug cpu to architecture" +MaxNumOfTriesToRunFailedAutoStartVm.description="Number of attempts to restart highly available VM that went down unexpectedly" +MaxNumOfTriesToRunFailedAutoStartVm.type=Integer +RetryToRunAutoStartVmIntervalInSeconds.description="How often to try to restart highly available VM that went down unexpectedly (in seconds)" +RetryToRunAutoStartVmIntervalInSeconds.type=Integer -- To view, visit http://gerrit.ovirt.org/27114 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9bf0953b5808020cbfa39a79385faf442b5e13a0 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Arik Hadas <aha...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches