mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 23:55:57 +03:00
[GH-ISSUE #277] Saving running VM with mounted VirtFS Fails #219
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 @normaldotcom on GitHub (Apr 10, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/277
I have several virtual machines with VirtFS mounted directories in mapped mode. When I try to save them in WebVirtMgr with the save button, I get a migration error:
internal error: unable to execute QEMU command 'migrate': Migration is disabled when VirtFS export path '/my/shared/path' is mounted in the guest using mount_tag 'myshare'
It looks like webvirtmgr is doing a managed save (/webvirtmgr/vrtManager/instance.py:52):
Is managedSave() performing a "migration" to a file or something? The error message seems odd. I may attempt to use the non-managed save() method and specify a file name to see if that works. Any ideas why managedsave would throw this error?
@retspen commented on GitHub (Apr 14, 2014):
This is error you get from libvirt (qemu) WebVirtMgr only tranmit this error. Can you explain this action in console?
@normaldotcom commented on GitHub (Apr 28, 2014):
As far as I can tell, this looks like an issue with pylibvirt or libvirt/qemu, not webvirtmgr. Feel free to close this issue.