mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 23:55:57 +03:00
[GH-ISSUE #400] unsupported flags (0x1) in function storageVolumeCreateXML #301
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 @goshlanguage on GitHub (Aug 28, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/400
When attempting to create new VMs lately, I keep running into this:
"unsupported flags (0x1) in function storageVolumeCreateXML" at http://webvirtmgr/create/1/
In /var/log/libvirt/libvirtd.log I am getting the following:
2014-08-28 15:53:47.440+0000: 5986: error : storageVolumeCreateXML:1371 : unsupported flags (0x1) in function storageVolumeCreateXML
2014-08-28 15:53:56.013+0000: 5989: error : storageVolumeCreateXML:1371 : unsupported flags (0x1) in function storageVolumeCreateXML
2014-08-28 15:57:14.940+0000: 5990: error : storageVolumeCreateXML:1371 : unsupported flags (0x1) in function storageVolumeCreateXML
This same storage worked before running a recent git pull in webvirtmgr, it is not full, and it's not in Read Only.
I googled the error but it seems to not be present elsewhere. I can manually do things through virsh shell still, but not through the interface. Is anyone else having a similar issue?
I tried it on a fresh server installation, and it's doing the same thing. If you clone an image, or create the image in your storage manually, then create a custom VM, everything works fine.
@retspen commented on GitHub (Aug 29, 2014):
Uncheck metadata when you are creating VM
@goshlanguage commented on GitHub (Aug 29, 2014):
Thanks, why is this checked by default if it results in erroring? Is this for Ceph/LVM storages?
@retspen commented on GitHub (Aug 31, 2014):
This work only for dir storage and qcow2 images. You need update project.
@goshlanguage commented on GitHub (Sep 2, 2014):
Thanks Anatoliy
@leftalon commented on GitHub (Sep 4, 2014):
qcow raw is ok
qcow2 unsupported flags (0x1) in function storageVolumeCreateXML
How to solve?
@goshlanguage commented on GitHub (Sep 4, 2014):
If you update your project with git pull, it will have unchecked metadata for you on instance creation. Or, as Retspen said already, you can just uncheck "metadata" while creating an instance to get past this.
@Aiden-zyq commented on GitHub (Nov 13, 2018):
thx,My webvirtmgr is directory like, without page image display.