New information!
Multiple sbd disks usage is not supported yet by crmsh. In order to make the formula work, I have created a workaround while we do the changes in crmsh.
This is more or less:
If 1 disk is used it works like before
If more than 1 disk is used:
sbd is executed first sbd -d disk1 -d disk2 create
`crm cluster init sbd -d {disk}' is executed first to initialize sbd configuration files, csync, etc
/etc/sysconfig/sbd is updated to add all the disks
crmsh is executed without sbd options as this is already on place
New information! Multiple sbd disks usage is not supported yet by
crmsh
. In order to make the formula work, I have created a workaround while we do the changes in crmsh.This is more or less:
sbd -d disk1 -d disk2 create
/etc/sysconfig/sbd
is updated to add all the disksThis is the state after running the formula