Skip to content

Commit

Permalink
Issue : After zpool export , zvols still appear in the disk managemen…
Browse files Browse the repository at this point in the history
…t. Fixed by calling StorPortNotification for buschange. (#94)
  • Loading branch information
datacore-senthil authored May 5, 2022
1 parent 4b9c29f commit f899f5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module/os/windows/zfs/zvol_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -671,6 +671,7 @@ zvol_os_detach_zv(zvol_state_t *zv)
rw_exit(&zv->zv_suspend_lock);
}
}
wzvol_announce_buschange();
}
}

Expand Down

0 comments on commit f899f5b

Please sign in to comment.