Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-mount volumes on a restart or update #27

Open
olevski opened this issue Sep 4, 2024 · 0 comments
Open

Re-mount volumes on a restart or update #27

olevski opened this issue Sep 4, 2024 · 0 comments

Comments

@olevski
Copy link
Member

olevski commented Sep 4, 2024

Currently we use the rclone daemon which needs to be running to keep the fuse mounts for storage working. When the daemon dies all mounts on the node that were mounted by the daemon are dead.

This is a huge problem where any interruption to the node servers results in many users of the driver to be suddenly left without access to the volumes they mounted.

We need to add some code that at startup will check all volumes that use csi-rclone and remount them if necessary. This way restarts or upgrades should result only in a short-lived interruption of access to mounted data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant