]> git.proxmox.com Git - mirror_zfs-debian.git/commit
Multipath device manageability improvements
authorNed A. Bass <bass6@llnl.gov>
Tue, 21 Jun 2011 23:18:27 +0000 (16:18 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 23 Jun 2011 17:46:06 +0000 (10:46 -0700)
commit560bcf9d14a63e2cef4dd49d61399c8a865c1348
treec077c852fe1a91c51d72e42951b888feab898906
parent7e7baecaa321ce4e96938a02b87ab22a7939e422
Multipath device manageability improvements

Update udev helper scripts to deal with device-mapper devices created
by multipathd.  These enhancements are targeted at a particular
storage network topology under evaluation at LLNL consisting of two
SAS switches providing redundant connectivity between multiple server
nodes and disk enclosures.

The key to making these systems manageable is to create shortnames for
each disk that conveys its physical location in a drawer.  In a
direct-attached topology we infer a disk's enclosure from the PCI bus
number and HBA port number in the by-path name provided by udev.  In a
switched topology, however, multiple drawers are accessed via a single
HBA port.  We therefore resort to assigning drawer identifiers based
on which switch port a drive's enclosure is connected to.  This
information is available from sysfs.

Add options to zpool_layout to generate an /etc/zfs/zdev.conf using
symbolic links in /dev/disk/by-id of the form
<label>-<UUID>-switch-port:<X>-slot:<Y>.  <label> is a string that
depends on the subsystem that created the link and defaults to
"dm-uuid-mpath" (this prefix is used by multipathd).  <UUID> is a
unique identifier for the disk typically obtained from the scsi_id
program, and <X> and <Y> denote the switch port and disk slot numbers,
respectively.

Add a callout script sas_switch_id for use by multipathd to help
create symlinks of the form described above.  Update zpool_id and the
udev zpool rules file to handle both multipath devices and
conventional drives.
cmd/Makefile.am
cmd/Makefile.in
cmd/sas_switch_id/Makefile.am [new file with mode: 0644]
cmd/sas_switch_id/Makefile.in [new file with mode: 0644]
cmd/sas_switch_id/sas_switch_id [new file with mode: 0755]
cmd/zpool_id/zpool_id
cmd/zpool_layout/zpool_layout
configure
configure.ac
etc/udev/rules.d/60-zpool.rules.in