-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dell PowerFlex: Added retry after disconnect volume
Implemented a retry mechanism post-volume disconnection to ensure reliability. Integrated a function execution to validate the existence of the volume, safeguarding against connectivity issues arising from the removal of the old path during a hard reboot. Closes-Bug: #2034685 Change-Id: Iae1fd01f85bc429c7976e71fb9eeb8dbda795789
- Loading branch information
1 parent
3f17bca
commit 267895c
Showing
3 changed files
with
57 additions
and
0 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
8 changes: 8 additions & 0 deletions
8
...asenotes/notes/bug-2034685-dell-powerflex-scaleio-disconnect-volume-c69017cc120306df.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
fixes: | ||
- | | ||
Dell PowerFlex driver `Bug #2034685 | ||
<https://bugs.launchpad.net/os-brick/+bug/2034685>`_: Added | ||
a retry mechanism to check if the disconnected device is | ||
actually removed from the host ensuring that subsequent | ||
connections succeed. |