You have a two-node cluster that is using scsi-2 disk reservations for your shared storage. All your
shared disks support scsi-3 and their default fencing property has not been changed. The cluster’s
global_fencing property is set to pathcount. The quorum device is 67 and you want 67 to remain
as your quorum device. Your shared devices are d3-d10.
Which set of commands will change all disks to use scsi-3?
A.
cluster set -p global_fencing=scsi3
clq refresh d7
B.
cluster set -p global_fencing=scsi3
clq add d6
clq remove d7
C.
cluster set -p global_fencing=prefer3
clq remove d7
clq add d7
D.
cluster set -p global_fencing=prefer3
clq add d6
clq remove d7
cldev set -p default_fencing=global d7
clq add d7
clq remove d6