aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/filesystems/nfs/pnfs-scsi-server.txt (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-03-18nfsd: add SCSI layout supportChristoph Hellwig1-0/+23
This is a simple extension to the block layout driver to use SCSI persistent reservations for access control and fencing, as well as SCSI VPD pages for device identification. For this we need to pass the nfs4_client to the proc_getdeviceinfo method to generate the reservation key, and add a new fence_client method to allow for fence actions in the layout driver. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: J. Bruce Fields <bfields@redhat.com>