]> git.proxmox.com Git - mirror_zfs.git/commit - include/sys/metaslab.h
Illumos 5213 - panic in metaslab_init due to space_map_open returning ENXIO
authorPrakash Surya <surya1@llnl.gov>
Mon, 6 Oct 2014 14:32:36 +0000 (16:32 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 14 Nov 2014 23:37:45 +0000 (15:37 -0800)
commitfb42a4932886656a5e3a8a4cde6ea76ca7fbae7c
tree718251a3ccf09493aa3e80a35f129c75e30b2e4d
parenta82db4e15fcd882898595a40bba0d3b08548cd95
Illumos 5213 - panic in metaslab_init due to space_map_open returning ENXIO

5213 panic in metaslab_init due to space_map_open returning ENXIO
Reviewed by: Matthew Ahrens mahrens@delphix.com
Reviewed by: George Wilson george.wilson@delphix.com

References:
  https://www.illumos.org/issues/5213
  https://reviews.csiden.org/r/110

Porting notes:

For the Linux port, KM_SLEEP was replaced with KM_PUSHPAGE.

Ported by: Turbo Fredriksson <turbo@bayour.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #2745
include/sys/metaslab.h
module/zfs/metaslab.c
module/zfs/vdev.c