-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pcie): spdk requires nvme path id
When destroying a pcie nvme bdev we must not specify the nvme path id. Also it was noticed that when destroy fails we end up with no alias which could cause some panics. For this particular case we now add the alias back if the bdev is still present though we need a more robust fix.. Signed-off-by: Tiago Castro <[email protected]>
- Loading branch information
1 parent
bfa99c5
commit 43f2d5a
Showing
3 changed files
with
21 additions
and
7 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
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