Re: [ovirt-users] [ovirt 4.1] how to increase HA VM retry count ?

2017-07-12 Thread TranceWorldLogic .
Thanks Arik, It is working. On Wed, Jul 12, 2017 at 6:47 PM, Arik Hadas wrote: > > > On Wed, Jul 12, 2017 at 4:05 PM, TranceWorldLogic . < > tranceworldlo...@gmail.com> wrote: > >> Hi, >> >> I want to retry VM start procedure. >> Is this variable use for same ? because as per

Re: [ovirt-users] [ovirt 4.1] how to increase HA VM retry count ?

2017-07-12 Thread Arik Hadas
On Wed, Jul 12, 2017 at 4:05 PM, TranceWorldLogic . < tranceworldlo...@gmail.com> wrote: > Hi, > > I want to retry VM start procedure. > Is this variable use for same ? because as per name it look to me it will > try to do fencing if it fail. > So in that case the configuration value that you

Re: [ovirt-users] [ovirt 4.1] how to increase HA VM retry count ?

2017-07-12 Thread TranceWorldLogic .
Hi, I want to retry VM start procedure. Is this variable use for same ? because as per name it look to me it will try to do fencing if it fail. Thanks, ~Rohit On Wed, Jul 12, 2017 at 3:21 PM, Eli Mesika wrote: > Hi > > You have the following configuration parameters : > >

Re: [ovirt-users] [ovirt 4.1] how to increase HA VM retry count ?

2017-07-12 Thread Eli Mesika
Hi You have the following configuration parameters : FenceStartStatusRetries (default 10) FenceStartStatusDelayBetweenRetriesInSec (default 18 sec) FenceStopStatusRetries(default 10) FenceStopStatusDelayBetweenRetriesInSec(default 18 sec) You can use the engine-config utility to change any of

[ovirt-users] [ovirt 4.1] how to increase HA VM retry count ?

2017-07-12 Thread TranceWorldLogic .
Hi, I have created HA VM with priority as High. And then I block host network connection using firewall rule as shown below. e.g. iptables -I INPUT -j DROP; iptables -I OUTPUT -j DROP; As expected ovirt had call fencing to power off host and power on it again. At backgroud ovirt tried 10 time to