similar to: Create volume wit libvirt API for Python

Displaying 20 results from an estimated 10000 matches similar to: "Create volume wit libvirt API for Python"

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
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
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
2013 Feb 13
0
[Q] how to manage Infiniband disk(SRP) volume wit libvirt.
Dear members. I'm looking for best practice for administration Infiniband SRP volume with libvirt (virsh) How to manage these volumes? * SRP Disk is /dev/disk/by-id/scsi-2766f6c3030303037 or /dev/sdi Now I edited guest domain file with ``virsh edit XXXX'' command and append the following lines. <disk type='block' device='disk'>
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
2016 Oct 07
0
Re: Permission denied for volume create in raw format
On 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
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
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
2012 May 07
1
libvirt python api for storage-volumes and storage-pools
hi, how do i list storage pools and volumes using the python bindings? basically the python api calls for?virsh pool-list and virsh vol-list thanks
2018 Aug 22
2
libvirt and virt-manager - Unable to complete install: 'internal error: unsupported input bus usb'
I'm trying create a virtual machine using Xen as hypervisor and virt-manager (libvirt) as the management module. When trying to create the virtual machine I am getting the following error: " Unable to complete install: 'internal error: unsupported input bus usb' " ERROR DETAILS: Unable to complete install: 'internal error: unsupported input bus usb' Traceback
2018 Aug 22
0
Re: libvirt and virt-manager - Unable to complete install: 'internal error: unsupported input bus usb'
On 08/22/2018 03:30 PM, Eduardo Lúcio Amorim Costa wrote: > I'm trying create a virtual machine using Xen as hypervisor and > virt-manager (libvirt) as the management module. When trying to create > the virtual machine I am getting the following error: > > " > Unable to complete install: 'internal error: unsupported input bus usb' > " > > ERROR
2019 May 22
0
CentOS 7 Xen 4.12 libvirt/virt-manager wrong path for qemu-system-i386
On Sun, May 05, 2019 at 02:23:22PM +0300, Pasi K?rkk?inen wrote: > Hello, Thanks for the bug report. > While testing Virt-SIG Xen 4.12 rpms on CentOS7 I noticed the following problem with libvirt/virt-manager when manually installing a new HVM guest from virt-manager GUI.. basicly the VM installation won't start, because libvirt/virt-manager is not able to start the VM, due to
2018 Aug 22
1
Re: libvirt and virt-manager - Unable to complete install: 'internal error: unsupported input bus usb'
I updated my version and the problem no longer occurred. Thank you! =D Em qua, 22 de ago de 2018 às 17:08, Cole Robinson <crobinso@redhat.com> escreveu: > On 08/22/2018 03:30 PM, Eduardo Lúcio Amorim Costa wrote: > > I'm trying create a virtual machine using Xen as hypervisor and > > virt-manager (libvirt) as the management module. When trying to create > > the
2017 Jan 26
2
Libvirt 3.0 machine start fails on LVM
Hello, Since updating to libvirt 3.0 I am no longer able to create a virtual machine that is backed by LVM storage on my two Arch machines. This is the error in virt-manager: Unable to complete install: 'An error occurred, but the cause is unknown' Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/asyncjob.py", line 88, in cb_wrapper
2019 May 05
3
CentOS 7 Xen 4.12 libvirt/virt-manager wrong path for qemu-system-i386
Hello, While testing Virt-SIG Xen 4.12 rpms on CentOS7 I noticed the following problem with libvirt/virt-manager when manually installing a new HVM guest from virt-manager GUI.. basicly the VM installation won't start, because libvirt/virt-manager is not able to start the VM, due to "missing" qemu-system-i386 binary: Unable to complete install: 'unsupported configuration:
2019 Sep 30
3
Internal error reported by libvirt while creating a VM
Hi, am Ajay Kumar. I am trying to create a virtual machine on the remote host (where libvirt 5.8.0) was installed using a virtual machine manager which are running on the local ubuntu machine. *The specification of my remote host are:* *Hypervisor: *KVM *QEMU version:* QEMU emulator version 2.4.0.1, Copyright (c) 2003-2008 Fabrice Bellard The below error is propagating when I am trying to
2012 Oct 12
0
libvirt java api create volume bug?
hi,all I use libirt Java AP { pool.storageVolCreateXML(xml,0)} to create a volume ,notice:here I define the format is "qcow2", the xml file is : <volume> <name>volume8</name> <capacity unit="KB">512000</capacity> <target> <format type="qcow2" /> </target> </volume> when use
2001 Aug 25
0
problems with rsync version 2.4.6 protocol version 24 on solaris 2.8
Greetings, I'm using rsync to keep multiple nfs filesystems on two emc nfs serves in sync. Here are the six file systems and their info: Filesystem kbytes used avail capacity Mounted on Number of files burd1p0:/nettmp 258120 37144 220976 15% /nfs/burd1p0/nettmp 2102 burd1p0:/user 29443776 16160480 13283296 55%
2014 Jan 31
1
Libvirt Error Creating VMs for Nimbus Cloud
Hello, I am having an issue with libvirt in my Nimbus cloud setup. When I use the Nimbus VM creation test scripts on a VMM node (using libvirt), the VM is created without a problem. However, when I attempt to create a new VM using Nimbus (which then tries to create the VM on the VMM node), I encounter the following error:
2016 Jan 28
1
[PATCH] python: stop using parens-less print in tests
print "" is no more available in Python 3, and print(...) is available since Python 2.7; as one of the tests was using print(), use this form everywhere so the tests can run fine with Python 3. --- python/t/820-rhbz912499.py | 18 +++++++++--------- python/t/910-libvirt.py | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/python/t/820-rhbz912499.py