The recovery policy is the default action rgmanager takes when a service fails on a particular node. There are three available options, defined in the following list.
restart (default) - restart the service on the same node. If no other recovery policy is specified, this recovery policy is used. If restarting fails, rgmanager falls back to relocate the service.
relocate - Try to start the service on other node(s) in the cluster. If no other nodes successfully start the service, the service is then placed in the stopped state.
disable - Do nothing. Place the service in to the disabled state.
restart-disable - Attempt to restart the service, in place. Place the service in to the disabled state if restarting fails.