Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

SCSI-3 persistent reservation

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
exonix
Posts: 20
Joined: 2012-08-16 09:35

SCSI-3 persistent reservation

#1 Post by exonix »

Hello,

I'm trying to configure iSCSI-target on Debian 9.4 x64 for the Windows Failover Cluster. How i did it:
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
The created iSCIS-target can be connected to the Windows Server 2016, but can not be added into Failover Cluster. I have read that I have to configure SCSI-3 persistent reservation. But how?

Thank you in advance!

exonix
Posts: 20
Joined: 2012-08-16 09:35

Re: SCSI-3 persistent reservation

#2 Post by exonix »

I have configured it using TGT + tgt-glusterfs

Post Reply