You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: