Suppose you have a resource apache-rs and you have been asked to make sure that this
resource can be restarted on the same node, but must NOT trigger a failover to another node.
Which command will accomplish this task?.
A.
clrs set -p Log_only=false apache-rs
B.
clrs set -p Restart_only=true apache-rs
C.
clrs set -p Failover_mode=RESTART_ONLY apache-rs
D.
clrs set -p Failover_enabled=RESTART_ONLY apache-rs