Following is method to specify host heartbeat check (by default it's 10) in RHEV Manager config:
--------------------------------------------Check is vdsHeartbeatInSeconds.type has been specified already.
cat /etc/ovirt-engine/engine-config/engine-config.properties |grep vdsHeartbeatInSeconds.type
Add if it doesn't exists (take a backup of engine-config.properties first):
echo vdsHeartbeatInSeconds.type=Integer >> /etc/ovirt-engine/engine-config/engine-config.properties
If all looks good, run below command.
-------
engine-config -s vdsHeartbeatInSeconds=20
engine-config -l
No comments:
Post a Comment