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

Support migration between PVCs in Block volumeMode #221

Open
wynterwang opened this issue May 10, 2023 · 0 comments
Open

Support migration between PVCs in Block volumeMode #221

wynterwang opened this issue May 10, 2023 · 0 comments

Comments

@wynterwang
Copy link

Is your feature request related to a problem? Please describe.
We have many Block volumeMode PVCs (using LVM) in our cluster, and we want these PVCs to be freely migrated between nodes as well.

Describe the solution you'd like
Determine whether the volumeMode of PVC is Block, if it is Block, first attach the bare device, then mount it to the specified directory, then you can continue the execution according to the original logic.

Describe alternatives you've considered
Support migration between Block volumeMode PVCs. It would be nice if migration between different volumeModes of PVCs could be supported.

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