-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(nexus): relaxed error unwraps in nexus destroy
This fix eliminates a panic which happens upon unconditional unwrap of the result of NVMe subsystem unsharing, which is done as part of the nexus destroy logic. Now all errors that occur upon NVMe subsystem shutdown will be propagated to the caller of the Nexus destroy() function. Signed-off-by: Mikhail Tcymbaliuk <[email protected]>
- Loading branch information
Showing
2 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters