diff options
author | Simon Guest <[email protected]> | 2017-09-28 06:39:47 +1300 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2017-09-27 10:39:47 -0700 |
commit | 269db7a4b3ef2bc14f3c2cf95f050479cbd69e72 (patch) | |
tree | 0db5488ac7ecbc7ca979eea49b600b6dba94a7d7 /etc/zfs/Makefile.am | |
parent | 0c484ab5677ffaa3e0e2371456deb4f8eb370388 (diff) |
vdev_id: extension for new scsi topology
On systems with SCSI rather than SAS disk topology, this change enables
the vdev_id script to match against the block device path, and therefore
create a vdev alias in /dev/disk/by-vdev.
Reviewed-by: Tony Hutter <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Simon Guest <[email protected]>
Closes #6592
Diffstat (limited to 'etc/zfs/Makefile.am')
-rw-r--r-- | etc/zfs/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/zfs/Makefile.am b/etc/zfs/Makefile.am index ff35469fe..52f6634df 100644 --- a/etc/zfs/Makefile.am +++ b/etc/zfs/Makefile.am @@ -4,6 +4,7 @@ pkgsysconf_DATA = \ vdev_id.conf.alias.example \ vdev_id.conf.sas_direct.example \ vdev_id.conf.sas_switch.example \ - vdev_id.conf.multipath.example + vdev_id.conf.multipath.example \ + vdev_id.conf.scsi.example EXTRA_DIST = $(pkgsysconf_DATA) |