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

Multinode Access for RBD Plugin #237

Closed
j-griffith opened this issue Feb 28, 2019 · 2 comments · Fixed by #239
Closed

Multinode Access for RBD Plugin #237

j-griffith opened this issue Feb 28, 2019 · 2 comments · Fixed by #239
Assignees

Comments

@j-griffith
Copy link
Contributor

There are use cases where it's not only safe, but required to mount a CSI in RW Many mode. Yes, in general this is a dangerous plan if you don't know what you're doing. But for synchronized workloads including (but not limited to) Kubevirt VM migration it's necessary.

Describe the solution you'd like
Add an option to enable Multi Node access, this would include:

  1. Providing the ability for a user to enable/disable via a Storage Class Parameter (default would be disabled and leave the current attach restrictions unchanged)
  2. Add the multi node capabilities to the plugin (RO perhaps should be separated)
  3. Modify the plugin to permit additional connections if the volume has a multi access mode set

Describe alternatives you've considered
Rather than relying on the Storage Class, I considered adding a flag to the plugin to enable multi node access during start up. This still might be a good approach, but it seemed like providing multiple SCs for a single plugin was more user friendly, and safer because it would require explicit requests for multi node access in two forms (an multi no access SC, and the access-mode settings on the PVC).

Additional context
Add any other context or screenshots about the feature request here.

@j-griffith
Copy link
Contributor Author

/assign j-griffith

@j-griffith
Copy link
Contributor Author

Merged in #239

yati1998 pushed a commit to yati1998/ceph-csi that referenced this issue Feb 20, 2024
Syncing latest changes from release-v3.10 for ceph-csi
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

Successfully merging a pull request may close this issue.

1 participant