269db7a4b3
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 <hutter2@llnl.gov> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Simon Guest <simon.guest@tesujimath.org> Closes #6592
11 lines
249 B
Makefile
11 lines
249 B
Makefile
pkgsysconfdir = $(sysconfdir)/zfs
|
|
|
|
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.scsi.example
|
|
|
|
EXTRA_DIST = $(pkgsysconf_DATA)
|