forked from xapi-project/sm
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(LinstorSR): open non-leaf volumes in RO mode (create_chain_paths)
We must never open non-leaf volumes with the write option. Only read only mode should be used to allow any host to access DRBD data. Otherwise an attach call on dom-0 can be interrupted because a host already has a read lock. Signed-off-by: Ronan Abhamon <[email protected]>
- Loading branch information
Showing
2 changed files
with
8 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