mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 23:55:57 +03:00
[GH-ISSUE #456] "add unsafe parameter to migrate" breaks libvirt on ubuntu 12.04 #338
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?
Originally created by @crocket on GitHub (Oct 14, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/456
Ubuntu 12.04 has python-libvirt 0.9.8-2ubuntu17.20 which doesn't contain VIR_MIGRATE_UNSAFE
6225148ff8introduces VIR_MIGRATE_UNSAFEIf I revert back to 4.8.7, this issue is solved.
Fix it, please.