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 VM volume storage migration between different volume and access modes #1397

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

awels
Copy link
Contributor

@awels awels commented Dec 5, 2024

This allows the user to live migration VMs from filesystem to block and vice versa. It also allows the user to change the access mode to RWX or RWO depending on their needs.

When creating the target volumes, use a datavolume to create the appropriate PVCs, this allows the user to select the storage profile to pick the correct combination for the selected storage class.

@github-actions github-actions bot added the update-operator Requires updates to mig-operator CRDs / RBAC label Dec 5, 2024
@awels awels force-pushed the allow_volume_mode_change branch from b531cee to c3305e0 Compare December 9, 2024 14:35
volume and access modes. This allows the user to
live migration VMs from filesystem to block and vice
versa. It also allows the user to change the access
mode to RWX or RWO depending on their needs.

When creating the target volumes, use a datavolume
to create the appropriate PVCs, this allows the user
to select the storage profile to pick the correct
combination for the selected storage class.

Signed-off-by: Alexander Wels <awels@redhat.com>
@awels awels force-pushed the allow_volume_mode_change branch from c3305e0 to e08128b Compare December 13, 2024 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
update-operator Requires updates to mig-operator CRDs / RBAC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant