]> git.proxmox.com Git - mirror_zfs.git/commit
OpenZFS 7072 - zfs fails to expand if lun added when os is in shutdown state
authorGeorge Melikov <mail@gmelikov.ru>
Wed, 1 Feb 2017 21:14:02 +0000 (00:14 +0300)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 1 Feb 2017 21:14:02 +0000 (13:14 -0800)
commit0f676dc228862ce0b4f9e27d06d394e9cbaa32e3
treed922e67aa35cbdb12b57fc19324e3c8473c7e940
parent3b6425cb5bfd0fc2a14eee451ba36873318a96d9
OpenZFS 7072 - zfs fails to expand if lun added when os is in shutdown state

Authored by: George Wilson <george.wilson@delphix.com>
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Reviewed by: Dan Kimmel <dan.kimmel@delphix.com>
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Reviewed by: Prakash Surya <prakash.surya@delphix.com>
Reviewed by: Alex Reece <alex@delphix.com>
Approved by: Dan McDonald <danmcd@omniti.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Ported-by: George Melikov <mail@gmelikov.ru>
OpenZFS-issue: https://www.illumos.org/issues/7072
OpenZFS-commit: https://github.com/openzfs/openzfs/commit/c39a2aa
Closes #5694

Porting notes:
- vdev.c: 'vdev_get_stats' changes are moved to 'vdev_get_stats_ex'.
- vdev_disk.c: ignored, Linux specific code is different.
module/zfs/metaslab.c
module/zfs/vdev.c