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 #1399

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

awels
Copy link
Contributor

@awels awels commented Jan 29, 2025

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.

Added ownertType of PVs, this helps the UI display the selection table correctly. Based on the ownerType it can change the appearance of the table.

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.

Added ownertType of PVs, this helps the UI display
the selection table correctly. Based on the ownerType
it can change the appearance of the table.

Signed-off-by: Alexander Wels <[email protected]>
@rayfordj rayfordj merged commit 0aa113d into migtools:master Jan 29, 2025
1 check passed
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 this pull request may close these issues.

3 participants