]> git.proxmox.com Git - mirror_zfs.git/commit - config/user-libudev.m4
Add support for devid and phys_path keys in vdev disk labels
authorDon Brady <don.brady@intel.com>
Mon, 14 Mar 2016 16:04:21 +0000 (10:04 -0600)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 31 Mar 2016 20:45:53 +0000 (13:45 -0700)
commit39fc0cb5577e409f415e25d35a452b46996c08b1
tree400e9790da6d1d470ffb65b63758320c37875eb0
parentbebd73f2c3822a86863e7508e7a3e2929d871113
Add support for devid and phys_path keys in vdev disk labels

This is foundational work for ZED.

Updates a leaf vdev's persistent device strings on Linux platform

* only applies for a dedicated leaf vdev (aka whole disk)
* updated during pool create|add|attach|import
* used for matching device matching during auto-{online,expand,replace}
* stored in a leaf disk config label (i.e. alongside 'path' NVP)
* can opt-out using env var ZFS_VDEV_DEVID_OPT_OUT=YES

Some examples:

    path: '/dev/sdb1'
    devid: 'scsi-350000394a8ca4fbc-part1'
    phys_path: 'pci-0000:04:00.0-sas-0x50000394a8ca4fbf-lun-0'

    path: '/dev/mapper/mpatha'
    devid: 'dm-uuid-mpath-35000c5006304de3f'

Signed-off-by: Don Brady <don.brady@intel.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #2856
Closes #3978
Closes #4416
cmd/zpool/zpool_vdev.c
config/user-libudev.m4 [new file with mode: 0644]
config/user.m4
include/libzfs.h
lib/libspl/include/devid.h
lib/libzfs/Makefile.am
lib/libzfs/libzfs_import.c
lib/libzfs/libzfs_pool.c
man/man8/zpool.8
tests/zfs-tests/cmd/devname2devid/Makefile.am
tests/zfs-tests/cmd/devname2devid/devname2devid.c