Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unfortunate NULL in spa_update_dspace
After 1325434, we can in certain circumstances end up calling spa_update_dspace with vd->vdev_mg NULL, which ends poorly during vdev removal. So let's not do that further space adjustment when we can't. Closes #12380 Signed-off-by: Rich Ercolani <[email protected]>
- Loading branch information