is it good/required to create order constraint for sbd resource

I am using following fencing resource:

primitive sbd_stonith stonith:external/sbd \
        meta target-role="Started" \
        op monitor interval="3000" timeout="120" \
        op start interval="0" timeout="120" \
        op stop interval="0" timeout="120" \
params
sbd_device="/dev/disk/by-id/scsi-360080e50002377b8000002ff4e4bc873"

I have following order constraints:

order resA-before-resB inf: resA resB symmetrical=true
order resB-before-resC inf: resB resC symmetrical=true

should I also create another constraint for sbd like:

order sbd_stonith-before-resA inf: sbd_stonith resA symmetrical=true

please help/suggest.

--
Regards,

Muhammad Sharfuddin


_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to