mirror of
https://github.com/luthermonson/go-proxmox.git
synced 2026-04-26 09:25:53 +03:00
[PR #106] [MERGED] Fix live migrations #154
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-proxmox#154
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/luthermonson/go-proxmox/pull/106
Author: @jqueuniet
Created: 11/20/2023
Status: ✅ Merged
Merged: 11/26/2023
Merged by: @luthermonson
Base:
main← Head:fix_live_migration📝 Commits (2)
42ff65dFix live migrations45993acRework qemu migration to follow the Clone model📊 Changes
2 files changed (+20 additions, -7 deletions)
View changed files
📝
types.go(+11 -0)📝
virtual_machine.go(+9 -7)📄 Description
Add missing flags to allow live migration, with local disks.
Those flags are not supposed to do anything with offline VM and shouldn't change the current behavior too much, except if someone relied on migration failing.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.