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 add noddy sleep between umount and disconnect
Sometimes when disconnecting we see page read errors due to ENXIO. There seems to be some race in the kernel when removing a device with queued IOs. While this is not strictly an issue, it may confuse or hide other problems. Although an ugly WA, sleeping between umount and disconnect seems to alleviate this. Signed-off-by: Tiago Castro <[email protected]>
- Loading branch information