-
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(csi-node): cherry-pick remount staging path as ro before final um…
…ount Sometimes after/during disconnect we get some page write errors, triggered by a journal update by the JBD2 worker task. We don't really know how we can "flush" these tasks so at the moment the best solution we have is to remount the staging path as RO before we umount it for good, which seems to help. Signed-off-by: Tiago Castro <[email protected]>
- Loading branch information
1 parent
f429f45
commit 9a8a636
Showing
2 changed files
with
37 additions
and
3 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