]> git.proxmox.com Git - mirror_zfs.git/commit - module/zfs/spa.c
Illumos #1948: zpool list should show more detailed pool info
authorChris Siden <chris.siden@delphix.com>
Tue, 24 Jan 2012 02:43:32 +0000 (18:43 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 19 Sep 2012 20:39:05 +0000 (13:39 -0700)
commit1bd201e70d57464fd26bf9089ea4b44fd49e4f2d
treef6789c1bbdfc94b8a8220df2cd23a93305e4b459
parent95fd8c9a7f979e4c4941d329e6457cc84a81edfa
Illumos #1948: zpool list should show more detailed pool info

Reviewed by: Adam Leventhal <ahl@delphix.com>
Reviewed by: Matt Ahrens <matt@delphix.com>
Reviewed by: Eric Schrock <eric.schrock@delphix.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Reviewed by: Albert Lee <trisk@nexenta.com>
Reviewed by: Dan McDonald <danmcd@nexenta.com>
Reviewed by: Garrett D'Amore <garrett@damore.org>
Approved by: Eric Schrock <eric.schrock@delphix.com>

References:
  https://www.illumos.org/issues/1948

Ported by: Martin Matuska <martin@matuska.org>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #685
16 files changed:
cmd/zpool/zpool_main.c
include/libzfs.h
include/sys/fs/zfs.h
include/sys/vdev_impl.h
lib/libzfs/libzfs_pool.c
man/man8/zpool.8
module/zcommon/zpool_prop.c
module/zfs/spa.c
module/zfs/vdev.c
module/zfs/vdev_disk.c
module/zfs/vdev_file.c
module/zfs/vdev_mirror.c
module/zfs/vdev_missing.c
module/zfs/vdev_raidz.c
module/zfs/vdev_root.c
module/zfs/zfs_ioctl.c