search for: createxml

Displaying 20 results from an estimated 27 matches for "createxml".

Did you mean: create_xml
2012 May 08
2
creation of storage volume fails
hi, i am getting this error below when i try to create a storage volume: ? ? libvirt.virStoragePool.CreateXML(storagepoolobject,xmldesc,0) AttributeError: class virStoragePool has no attribute 'CreateXML' my code is: xmldesc="xml description of storage volume which i got from sudo virsh vol-dumpxml" #get a storage pool object to use in creating a volume storagepoolobject=libvirt.virConn...
2019 May 05
3
CentOS 7 Xen 4.12 libvirt/virt-manager wrong path for qemu-system-i386
...quot;, line 2553, in _do_async_install guest.start_install(meter=meter) File "/usr/share/virt-manager/virtinst/guest.py", line 498, in start_install doboot, transient) File "/usr/share/virt-manager/virtinst/guest.py", line 434, in _create_guest domain = self.conn.createXML(install_xml or final_xml, 0) File "/usr/lib64/python2.7/site-packages/libvirt.py", line 3725, in createXML if ret is None:raise libvirtError('virDomainCreateXML() failed', conn=self) libvirtError: unsupported configuration: emulator '/usr/lib/xen/bin/qemu-system-i386'...
2018 Aug 22
2
libvirt and virt-manager - Unable to complete install: 'internal error: unsupported input bus usb'
...quot;, line 2276, in _do_async_install guest.start_install(meter=meter) File "/usr/share/virt-manager/virtinst/guest.py", line 461, in start_install doboot, transient) File "/usr/share/virt-manager/virtinst/guest.py", line 397, in _create_guest domain = self.conn.createXML(install_xml or final_xml, 0) File "/usr/lib/python3.7/site-packages/libvirt.py", line 3717, in createXML if ret is None:raise libvirtError('virDomainCreateXML() failed', conn=self) libvirt.libvirtError: internal error: unsupported input bus usb NOTE I: The deploy process fo...
2016 May 04
2
Re: [libvirt] Creating a storage volume for raw format file
On 04/05/16 14:07, Cole Robinson wrote: > On 05/04/2016 06:54 AM, Paul Carlton wrote: >> Hi >> >> I'm trying to create a volume in an existing storage pool using python by >> calling createXML() on the pool object. >> If the file that is the subject of the new volume exists you get and error, >> also if it doesn't exist >> >> I worked out that specifying >> >> <source> >> <path>path to copy of file</path> >> </so...
2016 May 04
2
[libvirt] Creating a storage volume for raw format file
Hi I'm trying to create a volume in an existing storage pool using python by calling createXML() on the pool object. If the file that is the subject of the new volume exists you get and error, also if it doesn't exist I worked out that specifying <source> <path>path to copy of file</path> </source> works, seemingly by copying the 'source' file to...
2018 Aug 22
1
Re: libvirt and virt-manager - Unable to complete install: 'internal error: unsupported input bus usb'
...eter=meter) > > File "/usr/share/virt-manager/virtinst/guest.py", line 461, in > > start_install > > doboot, transient) > > File "/usr/share/virt-manager/virtinst/guest.py", line 397, in > > _create_guest > > domain = self.conn.createXML(install_xml or final_xml, 0) > > File "/usr/lib/python3.7/site-packages/libvirt.py", line 3717, in > > createXML > > if ret is None:raise libvirtError('virDomainCreateXML() failed', > > conn=self) > > libvirt.libvirtError: internal error: unsu...
2017 Oct 03
2
Re: error: internal error: missing backend for pool type 11 (zfs)
@Michal: Thanks for your reply! Indeed I have found a package in the AUR (libvirt-zfs) and only had to change to the current version and add zfs-utils as dependency in the PKGBUILD. Now I don't get the previous error anymore but I still cannot setup a VM because I constantly get errors due to wrong permissions. I have tried to change the permissions in: - /etc/libvirt/qemu.conf -
2016 May 04
0
Re: [libvirt] Creating a storage volume for raw format file
On 05/04/2016 09:25 AM, Paul Carlton wrote: > > > On 04/05/16 14:07, Cole Robinson wrote: >> On 05/04/2016 06:54 AM, Paul Carlton wrote: >>> Hi >>> >>> I'm trying to create a volume in an existing storage pool using python by >>> calling createXML() on the pool object. >>> If the file that is the subject of the new volume exists you get and error, >>> also if it doesn't exist >>> >>> I worked out that specifying >>> >>> <source> >>> <path>path to copy of file&l...
2019 Sep 30
3
Internal error reported by libvirt while creating a VM
...quot;, line 2553, in _do_async_install guest.start_install(meter=meter) File "/usr/share/virt-manager/virtinst/guest.py", line 498, in start_install doboot, transient) File "/usr/share/virt-manager/virtinst/guest.py", line 434, in _create_guest domain = self.conn.createXML(install_xml or final_xml, 0) File "/usr/lib/python2.7/dist-packages/libvirt.py", line 3603, in createXML if ret is None:raise libvirtError('virDomainCreateXML() failed', conn=self) libvirtError: internal error: process exited while connecting to monitor: (process:7400): GLib...
2016 Oct 07
2
Permission denied for volume create in raw format
Hi, I'm facing similar problem to described here: https://www.redhat.com/archives/libvirt-users/2016-February/msg00033.html I got Libvirt pool mounted over netfs and I'm trying to create new volume, with pool.createXML. When format is qcow2, everything works fine. Unfortunately, for raw images libvirt raises error Permission denied. Whole pool is owned by root. Libvirt starts as root user too. I've tried to change pool's permissions to 777 on filesystem, but i get the same error, only for RAW images. Vol...
2017 Oct 03
2
Re: error: internal error: missing backend for pool type 11 (zfs)
...e 2545, in _do_async_install* * guest.start_install(meter=meter)* * File "/usr/share/virt-manager/virtinst/guest.py", line 498, in start_install* * doboot, transient)* * File "/usr/share/virt-manager/virtinst/guest.py", line 434, in _create_guest* * domain = self.conn.createXML(install_xml or final_xml, 0)* * File "/usr/lib/python2.7/site-packages/libvirt.py", line 3640, in createXML* * if ret is None:raise libvirtError('virDomainCreateXML() failed', conn=self)* *libvirtError: internal error: process exited while connecting to monitor: us=pci.0,addr=...
2018 Aug 22
0
Re: libvirt and virt-manager - Unable to complete install: 'internal error: unsupported input bus usb'
...;     guest.start_install(meter=meter) >   File "/usr/share/virt-manager/virtinst/guest.py", line 461, in > start_install >     doboot, transient) >   File "/usr/share/virt-manager/virtinst/guest.py", line 397, in > _create_guest >     domain = self.conn.createXML(install_xml or final_xml, 0) >   File "/usr/lib/python3.7/site-packages/libvirt.py", line 3717, in > createXML >     if ret is None:raise libvirtError('virDomainCreateXML() failed', > conn=self) > libvirt.libvirtError: internal error: unsupported input bus usb &...
2019 May 22
0
CentOS 7 Xen 4.12 libvirt/virt-manager wrong path for qemu-system-i386
...async_install > guest.start_install(meter=meter) > File "/usr/share/virt-manager/virtinst/guest.py", line 498, in start_install > doboot, transient) > File "/usr/share/virt-manager/virtinst/guest.py", line 434, in _create_guest > domain = self.conn.createXML(install_xml or final_xml, 0) > File "/usr/lib64/python2.7/site-packages/libvirt.py", line 3725, in createXML > if ret is None:raise libvirtError('virDomainCreateXML() failed', conn=self) > libvirtError: unsupported configuration: emulator '/usr/lib/xen/bin/qemu-...
2017 Jan 26
2
Libvirt 3.0 machine start fails on LVM
..., line 2288, in _do_async_install guest.start_install(meter=meter) File "/usr/share/virt-manager/virtinst/guest.py", line 461, in start_install doboot, transient) File "/usr/share/virt-manager/virtinst/guest.py", line 396, in _create_guest self.domain = self.conn.createXML(install_xml or final_xml, 0) File "/usr/lib/python2.7/site-packages/libvirt.py", line 3773, in createXML if ret is None:raise libvirtError('virDomainCreateXML() failed', conn=self) libvirtError: An error occurred, but the cause is unknown I originally encountered the proble...
2014 Jan 31
1
Libvirt Error Creating VMs for Nimbus Cloud
...g the VM: An error occurred, but the cause is unknown 2014-01-31 13:48:45,587 - ERROR - An error occurred, but the cause is unknown Traceback (most recent call last): File "/opt/nimbus/src/python/workspacecontrol/defaults/lvrt/lvrt_common.py", line 123, in create newvm = self._vmm().createXML(xml, 0) File "/usr/lib/python2.7/dist-packages/libvirt.py", line 2189, in createXML if ret is None:raise libvirtError('virDomainCreateXML() failed', conn=self) libvirtError: An error occurred, but the cause is unknown 2014-01-31 13:48:45,589 - ERROR - Problem creating the VM...
2019 Jul 19
2
Installing QEMU from source causing error
...quot;, line 2553, in _do_async_install guest.start_install(meter=meter) File "/usr/share/virt-manager/virtinst/guest.py", line 498, in start_install doboot, transient) File "/usr/share/virt-manager/virtinst/guest.py", line 434, in _create_guest domain = self.conn.createXML(install_xml or final_xml, 0) File "/usr/lib/python2.7/dist-packages/libvirt.py", line 3603, in createXML if ret is None:raise libvirtError('virDomainCreateXML() failed', conn=self) libvirtError: internal error: process exited while connecting to monitor: 2019-07-19T17:06:35....
2018 Jul 15
2
kvm & permission denied
...quot;, line 2545, in _do_async_install ????guest.start_install(meter=meter) ? File "/usr/share/virt-manager/virtinst/guest.py", line 498, in start_install ????doboot, transient) ? File "/usr/share/virt-manager/virtinst/guest.py", line 434, in _create_guest ????domain = self.conn.createXML(install_xml or final_xml, 0) ? File "/usr/lib64/python2.7/site-packages/libvirt.py", line 3658, in createXML ????if ret is None:raise libvirtError('virDomainCreateXML() failed', conn=self) libvirtError: internal error: process exited while connecting to monitor: 2018-07-15T13:55:3...
2010 Jan 20
4
OSOL Bug 13743
Anyone knows if this is something that will be looked at before b134 is released? Bug 13743 - virsh and xm is unable to start domain first time after boot http://defect.opensolaris.org/bz/show_bug.cgi?id=13743 Regards Henrik http://sparcv9.blogspot.com
2016 May 04
0
Re: [libvirt] Creating a storage volume for raw format file
On 05/04/2016 06:54 AM, Paul Carlton wrote: > Hi > > I'm trying to create a volume in an existing storage pool using python by > calling createXML() on the pool object. > If the file that is the subject of the new volume exists you get and error, > also if it doesn't exist > > I worked out that specifying > > <source> > <path>path to copy of file</path> > </source> > > works, see...
2016 Oct 07
0
Re: Permission denied for volume create in raw format
...n Fri, Oct 07, 2016 at 12:02:48PM +0200, Maciej Nabożny wrote: >Hi, >I'm facing similar problem to described here: >https://www.redhat.com/archives/libvirt-users/2016-February/msg00033.html >I got Libvirt pool mounted over netfs and I'm trying to create new volume, >with pool.createXML. When format is qcow2, everything works fine. >Unfortunately, for raw images libvirt raises error Permission denied. Whole >pool is owned by root. Libvirt starts as root user too. > >I've tried to change pool's permissions to 777 on filesystem, but i get the >same error, only...