]> git.proxmox.com Git - mirror_zfs.git/commit
vdev_id: new slot type ses
authorSimon Guest <simon.guest@tesujimath.org>
Wed, 20 Dec 2017 17:42:07 +0000 (06:42 +1300)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 20 Dec 2017 17:42:07 +0000 (09:42 -0800)
commit993669a7bf17a26843630c547999be0b27483497
treee443e3501a3acf6ba4b993d16b4b3a22934c19ee
parent89a66a0457cd392ab8c6ad6d9c138fedaa425067
vdev_id: new slot type ses

This extends vdev_id to support a new slot type, ses, for SCSI Enclosure
Services.  With slot type ses, the disk slot numbers are determined by
using the device slot number reported by sg_ses for the device with
matching SAS address, found by querying all available enclosures.

This is primarily of use on systems with a deficient driver omitting
support for bay_identifier in /sys/devices.  In my testing, I found that
the existing slot types of port and id were not stable across disk
replacement, so an alternative was required.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Simon Guest <simon.guest@tesujimath.org>
Closes #6956
cmd/vdev_id/vdev_id
man/man5/vdev_id.conf.5