Skip to content

Commit

Permalink
Retire zpool_id infrastructure
Browse files Browse the repository at this point in the history
In the interest of maintaining only one udev helper to give vdevs
user friendly names, the zpool_id and zpool_layout infrastructure
is being retired.  They are superseded by vdev_id which incorporates
all the previous functionality.

Documentation for the new vdev_id(8) helper and its configuration
file, vdev_id.conf(5), can be found in their respective man pages.
Several useful example files are installed under /etc/zfs/.

  /etc/zfs/vdev_id.conf.alias.example
  /etc/zfs/vdev_id.conf.multipath.example
  /etc/zfs/vdev_id.conf.sas_direct.example
  /etc/zfs/vdev_id.conf.sas_switch.example

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #981
  • Loading branch information
behlendorf committed Jan 29, 2013
1 parent 79c6e4c commit dbf763b
Show file tree
Hide file tree
Showing 27 changed files with 16 additions and 851 deletions.
1 change: 0 additions & 1 deletion PKGBUILD-zfs.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ arch=(x86_64)
url="git://github.com/zfsonlinux/zfs.git"
license=(@ZFS_META_LICENSE@)
depends=('spl' 'zlib' 'e2fsprogs')
backup=('etc/zfs/zdev.conf')
source=(@ZFS_META_NAME@-@ZFS_META_VERSION@.tar.gz)

build() {
Expand Down
2 changes: 1 addition & 1 deletion cmd/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SUBDIRS = zfs zpool zdb zhack zinject zstreamdump ztest zpios
SUBDIRS += mount_zfs fsck_zfs zpool_layout zvol_id zpool_id vdev_id
SUBDIRS += mount_zfs fsck_zfs zvol_id vdev_id
1 change: 0 additions & 1 deletion cmd/zpool_id/Makefile.am

This file was deleted.

86 changes: 0 additions & 86 deletions cmd/zpool_id/zpool_id

This file was deleted.

1 change: 0 additions & 1 deletion cmd/zpool_layout/Makefile.am

This file was deleted.

281 changes: 0 additions & 281 deletions cmd/zpool_layout/zpool_layout

This file was deleted.

Loading

0 comments on commit dbf763b

Please sign in to comment.