Commit 56a5eeb
authored
fix(linstor): print DRBDs open during chain check in RO mode (#116)
Before this change `EMEDIUMTYPE` was not tested, so we only checked
the DRBD openers if we attempted a local opening in write mode.
As a reminder, `EMEDIUMTYPE` is returned if a local read-only opening
is attempted and the volume is open for writing on another machine.
Signed-off-by: Ronan Abhamon <ronan.abhamon@vates.tech>1 parent 7f09400 commit 56a5eeb
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
195 | | - | |
| 194 | + | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
0 commit comments