настраиваю iSCSI на Debian 9.4 x64 для Windows Failover Cluster. Делал так:
aptitude install targetcli-fb
mkdir /iscsitargetcli
cd backstores/fileio
create disk02 /iscsi/disk02.img 32GB
cd /iscsi
create iqn.2018-03.storage1.domain.local:storage.target02
cd iqn.2018-03.storage1.domain.local:storage.target02/tpg1/luns
create /backstores/fileio/disk02
cd ../acls
create iqn.2018-03.com.microsoft:h-n-2.hyper-v.test
cd ..
set attribute authentication=0
exit
iSCSI-цель подключается, но при попытке добавить её в Failover Cluster ничего не получается. Гуглил - всё дело в поддержке SCSI-3 Persistent Reservation. Но как правильно настроить SCSI-3 Persistent Reservation так и не могу найти... есть много статей с описанием как это работает, но как настроить?
Спасибо.