Leon Koll
2007-Jul-26 21:12 UTC
[zfs-discuss] Does iSCSI target support SCSI-3 PGR reservation ?
Does opensolaris iSCSI target support SCSI-3 PGR reservation ? My goal is to use the iSCSI LUN created by [1] or [2] as a quorum device for a 3-node suncluster. [1] zfs set shareiscsi=on <storage-pool/zfs volume name> [2] iscsitadm create target ..... Thanks, -- leon This message posted from opensolaris.org
Richard Elling
2007-Jul-26 22:39 UTC
[zfs-discuss] Does iSCSI target support SCSI-3 PGR reservation ?
Leon Koll wrote:> Does opensolaris iSCSI target support SCSI-3 PGR reservation ?As far as I can tell, and it is part of the iSCSI RFC. Source code is at http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/cmd/iscsi/iscsitgtd/t10_sbc.c more info at http://www.opensolaris.org/os/project/iscsitgt/> My goal is to use the iSCSI LUN created by [1] or [2] as a quorum device for a 3-node suncluster.That should work, but it is easier to use a quorum server.> [1] zfs set shareiscsi=on <storage-pool/zfs volume name> > [2] iscsitadm create target .....Also checkout the new Open HA Cluster community http://www.opensolaris.org/os/community/ha-clusters/ which is where such things are likely to be discussed. -- richard
Anton B. Rang
2007-Jul-27 03:47 UTC
[zfs-discuss] Does iSCSI target support SCSI-3 PGR reservation ?
A quick look through the source would seem to indicate that the PERSISTENT RESERVE commands are not supported by the Solaris ISCSI target at all. http://cvs.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/cmd/iscsi/iscsitgtd/t10_spc.c This message posted from opensolaris.org
Jim Dunham
2007-Jul-27 15:19 UTC
[zfs-discuss] Does iSCSI target support SCSI-3 PGR reservation ?
> A quick look through the source would seem to indicate that the > PERSISTENT RESERVE commands are not supported by the Solaris ISCSI > target at all.Correct. There is an RFE outstanding for iSCSI Target to implement PGR for both raw SCSI-3 devices, and block devices. http://bugs.opensolaris.org/view_bug.do?bug_id=6415440> > http://cvs.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/cmd/ > iscsi/iscsitgtd/t10_spc.c > > > This message posted from opensolaris.org > _______________________________________________ > zfs-discuss mailing list > zfs-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/zfs-discussJim Dunham Solaris, Storage Software Group Sun Microsystems, Inc. 1617 Southwood Drive Nashua, NH 03063 Email: James.Dunham at Sun.COM http://blogs.sun.com/avs
Jacob Ritorto
2007-Jul-27 18:42 UTC
[zfs-discuss] Does iSCSI target support SCSI-3 PGR reservation ?
Hi, I too am waiting for this to ship so I can build a Proof of concept / demo cluster. Is there any other feature or enhancement I''ll have to wait for before pointing my cluster nodes at a Solaris ISCSI target as global storage? Has anyone been actively developing toward and testing this mode of deployment, or is PGR needed for other things too? thx jake On 7/27/07, Jim Dunham <James.Dunham at sun.com> wrote:> > > A quick look through the source would seem to indicate that the > > PERSISTENT RESERVE commands are not supported by the Solaris ISCSI > > target at all. > > Correct. There is an RFE outstanding for iSCSI Target to implement > PGR for both raw SCSI-3 devices, and block devices. > > http://bugs.opensolaris.org/view_bug.do?bug_id=6415440 > > > > > http://cvs.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/cmd/ > > iscsi/iscsitgtd/t10_spc.c > > > > > > This message posted from opensolaris.org > > _______________________________________________ > > zfs-discuss mailing list > > zfs-discuss at opensolaris.org > > http://mail.opensolaris.org/mailman/listinfo/zfs-discuss > > Jim Dunham > Solaris, Storage Software Group > > Sun Microsystems, Inc. > 1617 Southwood Drive > Nashua, NH 03063 > Email: James.Dunham at Sun.COM > http://blogs.sun.com/avs > > > > _______________________________________________ > zfs-discuss mailing list > zfs-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/zfs-discuss >