Debian 9.4 x64
подскажите пожалуйста, как настроить iSCSI-цель с поддержкой SCSI-3 persistent reservation? это нужно, что бы цель подключилась к Windows Server Cluster. Я делал вот так:
aptitude install targetcli-fb
mkdir /iscsi
targetcli
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
К Windows Server как простой iSCSI диск подключается, а вот в Failover Cluster - не хочет. Гугл говорит всё дело в SCSI-3 persistent reservation, но не могу найти как его настроить.
Спасибо!