If the iSCSI server AND any cluster node reboots, the device name of the SBD device attached via iSCSI e.g. '/dev/disk/by-id/scsi-${WWN} will change.
The new approach uses /dev/disk/by-path/ip-${ISCSI_SRV_IP}:3260-iscsi-${IQN}-lun-0 which really is perstent accross reboots.
If the iSCSI server AND any cluster node reboots, the device name of the SBD device attached via iSCSI e.g.
'/dev/disk/by-id/scsi-${WWN}
will change. The new approach uses/dev/disk/by-path/ip-${ISCSI_SRV_IP}:3260-iscsi-${IQN}-lun-0
which really is perstent accross reboots.Tested and verified in libvirt and azure.
This solves #718.