-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(bors): merge pull request #809
809: fix(csi-node/mounts): update deps to get safeMountIter fix r=tiagolobocastro a=tiagolobocastro Dep update fixes deadlock on the new safe mount which basically looped forever trying to read mounts. This meant the csi-node got stuck on stage calls and volumes would not get staged therefore pods would stay stuck in ContainerCreating forever. Co-authored-by: Tiago Castro <[email protected]>
- Loading branch information
Showing
2 changed files
with
3 additions
and
5 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
Submodule dependencies
updated
6 files
+5 −5 | .github/workflows/pr-rust-lint.yaml | |
+2 −0 | apis/io-engine/src/v1.rs | |
+0 −41 | devinfo/src/mountinfo/bytebuf.rs | |
+22 −12 | devinfo/src/mountinfo/mod.rs | |
+4 −1 | prost-extend/src/duration.rs | |
+1 −1 | scripts/rust/style.sh |