Matthew Ahrens
3a92552f75
Fix error handling of vdev_top_zap
...
In `vdev_load()`, we look up several entries in the `vdev_top_zap`
object. In most cases, if we encounter an i/o error, it will be
returned to the caller. However, when handling
`VDEV_TOP_ZAP_ALLOCATION_BIAS`, if we get an i/o error, we may continue
on, which in theory could cause us to not realize that a vdev should be
used only for `special` allocations.
In practice, if we encountered an i/o error while looking for
`VDEV_TOP_ZAP_ALLOCATION_BIAS` in the `vdev_top_zap`, we'd also get an
i/o error while looking for other entries in the same object, and thus
the zpool open/import would fail. Therefore the impact of this problem
is negligible.
This commit adds error handling for i/o errors while accessing the
`vdev_top_zap`, so that we aren't relying on unrelated code to fail for
us.
Reviewed-by: Don Brady <don.brady@delphix.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Matthew Ahrens <mahrens@delphix.com>
Closes #10637
2020-07-29 17:04:34 -07:00
..
2020-07-24 21:09:20 -07:00
2020-02-06 13:21:06 -08:00
2020-07-29 16:35:33 -07:00
2020-06-18 12:21:25 -07:00
2019-07-26 10:54:14 -07:00
2020-07-29 16:35:33 -07:00
2020-07-29 16:35:33 -07:00
2019-06-19 09:48:12 -07:00
2020-06-09 21:24:09 -07:00
2019-09-03 12:12:31 -07:00
2020-06-18 12:20:38 -07:00
2020-07-25 20:07:44 -07:00
2020-02-26 16:09:17 -08:00
2020-06-18 12:21:18 -07:00
2019-12-03 09:51:44 -08:00
2020-06-18 12:21:25 -07:00
2020-07-11 17:18:02 -07:00
2020-07-11 17:18:02 -07:00
2020-03-12 10:55:02 -07:00
2020-06-07 11:42:12 -07:00
2019-09-05 14:49:49 -07:00
2020-02-26 16:09:17 -08:00
2019-09-05 14:49:49 -07:00
2020-06-18 12:20:38 -07:00
2020-07-25 20:07:44 -07:00
2020-03-12 10:25:56 -07:00
2020-06-09 21:24:09 -07:00
2020-06-18 12:20:38 -07:00
2020-07-11 17:18:02 -07:00
2020-07-29 16:35:33 -07:00
2019-10-09 10:36:03 -07:00
2020-05-26 16:13:41 -07:00
2020-07-25 20:07:44 -07:00
2020-06-18 12:20:38 -07:00
2020-06-07 11:42:12 -07:00
2020-07-03 11:05:50 -07:00
2019-09-02 17:56:41 -07:00
2020-06-07 11:42:12 -07:00
2020-06-18 12:21:25 -07:00
2020-02-18 11:22:56 -08:00
2020-06-18 12:21:25 -07:00
2017-10-11 16:54:48 -04:00
2020-07-28 13:02:49 -07:00
2020-06-18 12:21:25 -07:00
2020-07-03 11:05:50 -07:00
2020-07-25 20:07:44 -07:00
2020-06-23 13:32:42 -07:00
2020-07-25 20:07:44 -07:00
2019-06-19 09:48:12 -07:00
2019-07-15 13:57:56 -07:00
2019-10-11 10:13:21 -07:00
2020-07-29 16:35:33 -07:00
2020-07-29 16:35:33 -07:00
2020-06-18 12:20:38 -07:00
2020-06-18 12:21:25 -07:00
2020-06-18 12:21:25 -07:00
2020-06-18 12:21:25 -07:00
2020-02-26 16:09:17 -08:00
2020-07-01 09:10:08 -07:00
2019-09-02 17:56:41 -07:00
2020-03-02 09:43:30 -08:00
2019-09-05 14:49:49 -07:00
2020-07-03 11:05:50 -07:00
2020-07-29 09:43:33 -07:00
2020-07-29 16:35:33 -07:00
2019-10-09 10:36:03 -07:00
2018-06-06 09:35:59 -07:00
2018-06-06 09:35:59 -07:00
2020-05-20 10:07:21 -07:00
2019-03-21 12:47:57 -07:00
2019-10-09 10:36:03 -07:00
2019-12-05 12:37:00 -08:00
2019-07-10 15:54:49 -07:00
2019-12-05 12:37:00 -08:00
2020-07-29 16:35:33 -07:00
2020-07-29 16:35:33 -07:00
2020-07-03 11:05:50 -07:00
2020-07-03 11:05:50 -07:00
2019-06-20 18:29:02 -07:00
2020-07-03 11:05:50 -07:00
2019-12-17 19:34:52 -08:00
2019-07-12 09:31:20 -07:00
2019-07-12 09:31:20 -07:00
2019-09-05 09:34:54 -07:00
2020-07-25 20:09:50 -07:00
2019-10-10 09:45:37 -07:00
2020-02-03 10:52:41 -08:00
2020-01-23 11:01:24 -08:00
2020-07-28 13:02:49 -07:00
2019-08-21 09:29:23 -07:00
2019-10-10 09:45:37 -07:00
2020-07-25 20:09:50 -07:00
2020-07-25 11:00:23 -07:00
2020-06-09 21:24:09 -07:00
2020-07-03 11:05:50 -07:00
2020-06-09 10:15:08 -07:00
2020-05-06 10:32:28 -07:00
2020-07-29 16:35:33 -07:00
2020-07-29 17:04:34 -07:00
2020-02-26 16:09:17 -08:00
2020-07-29 16:35:33 -07:00
2020-07-29 16:35:33 -07:00
2020-06-18 12:21:25 -07:00
2018-02-08 15:29:24 -08:00
2019-09-02 17:56:41 -07:00
2020-02-14 13:41:42 -08:00
2020-07-11 17:18:02 -07:00
2020-07-11 17:18:02 -07:00
2019-12-05 12:37:00 -08:00
2020-06-18 12:20:38 -07:00
2018-11-08 16:47:24 -08:00
2020-07-29 16:35:33 -07:00
2020-07-25 20:07:44 -07:00
2020-06-18 12:21:32 -07:00
2020-04-23 10:06:57 -07:00
2020-06-09 10:41:01 -07:00
2018-03-04 17:34:51 -08:00
2020-01-22 17:55:56 -08:00
2020-07-06 11:53:31 -07:00
2020-06-14 10:09:55 -07:00
2020-06-18 12:20:38 -07:00
2020-06-18 12:20:38 -07:00
2019-12-10 15:51:58 -08:00
2019-12-05 12:37:00 -08:00
2020-06-18 12:20:38 -07:00
2020-06-18 12:21:25 -07:00
2020-06-18 12:21:18 -07:00
2020-07-29 09:43:33 -07:00
2020-06-09 21:24:09 -07:00