search for: backingstore

Displaying 20 results from an estimated 133 matches for "backingstore".

2019 Jun 19
2
libvirtd does not update VM .xml configuration on filesystem after virsh blockcommit
...ml configurations on filesystem. Everything is OK on Fedora 29 KVM hosts! 0. XML configurations before snapshot is taken (all good, nothing found) [root@server1 ~]# cat /etc/libvirt/qemu/somedomain.com.ncloud.xml| grep BACK [root@server1 ~]# cat /etc/libvirt/qemu/somedomain.com.ncloud.xml| grep backingStore [root@server1 ~]# /usr/bin/virsh --quiet dumpxml somedomain.com.ncloud|grep BACK [root@server1 ~]# /usr/bin/virsh --quiet dumpxml somedomain.com.ncloud|grep backingStore [root@server1 ~]# /usr/bin/virsh --quiet dumpxml --inactive somedomain.com.ncloud|grep BACK [root@server1 ~]# /usr/bin/virsh -...
2019 Jun 19
0
libvirtd does not update VM .xml configurations on filesystem after virsh snapshot/blockcommit
...ml configurations on filesystem. Everything is OK on Fedora 29 KVM hosts! 0. XML configurations before snapshot is taken (all good, nothing found) [root@server1 ~]# cat /etc/libvirt/qemu/somedomain.com.ncloud.xml| grep BACK [root@server1 ~]# cat /etc/libvirt/qemu/somedomain.com.ncloud.xml| grep backingStore [root@server1 ~]# /usr/bin/virsh --quiet dumpxml somedomain.com.ncloud|grep BACK [root@server1 ~]# /usr/bin/virsh --quiet dumpxml somedomain.com.ncloud|grep backingStore [root@server1 ~]# /usr/bin/virsh --quiet dumpxml --inactive somedomain.com.ncloud|grep BACK [root@server1 ~]# /usr/bin/virsh -...
2016 Nov 21
1
blockcommit and gluster network disk path
...;stop' io='threads'/> <source protocol='gluster' name='vmstore/912d9062-3881-47 9b-a6e5-7b074a252cb6/images/27b0cbcb-4dfd-4eeb-8ab0-8fda54a6 d8a4/027a3b37-77d4-4fa9-8173-b1fedba1176c'> <host name='10.70.37.28' port='0'/> </source> <backingStore type='network' index='1'> <format type='qcow2'/> <source protocol='gluster' name='vmstore/912d9062-3881-47 9b-a6e5-7b074a252cb6/images/27b0cbcb-4dfd-4eeb-8ab0-8fda54a6 d8a4/d4c23ec6-20ce-4a2f-9b32-ca91e65a114a'> <host name='10.70.37.28...
2019 May 16
0
surprising <backingStore type='file'> setting in domain.xml
Hello all. My currently used versions: libvirt-5.2.0 and qemu-4.0.0. Here is my problem. I'm struggeling since a few weeks with a strange behaviour by either qemu or libvirt. After a reboot of the hardware node the $domain.xml contains suddenly a backingStore setting which was not there before reboot. Something like that: <devices> <emulator>/usr/bin/qemu-system-x86_64</emulator> <disk type='file' device='disk'> <driver name='qemu' type='qcow2'/> <source file=...
2019 May 17
0
Re: [libvirt] surprising <backingStore type='file'> setting in domain.xml
...ll. >> >> My currently used versions: libvirt-5.2.0 and qemu-4.0.0. >> >> Here is my problem. I'm struggeling since a few weeks with a strange >> behaviour by either qemu or libvirt. After a reboot of >> the hardware node the $domain.xml contains suddenly a backingStore >> setting which was not there before reboot. >> Something like that: >> >>   <devices> >>     <emulator>/usr/bin/qemu-system-x86_64</emulator> >>     <disk type='file' device='disk'> >>       <driver name='qe...
2017 Apr 23
1
External snapshot issue
.../etc/... definition won't be updated until the VM is shut down): <disk type='file' device='disk'> <driver name='qemu' type='qcow2'/> <source file='/var/lib/libvirt/images/external-snapshot.qcow2'/> <backingStore type='file' index='1'> <format type='qcow2'/> <source file='/var/lib/libvirt/images/original-image-file.qcow'/> <backingStore/> </backingStore> <target dev='hda' bus='ide'...
2020 Apr 15
2
Can't start vm with enc backing files, No secret with id 'sec0' ?
...ed disk is defined in the XML configuration file, as shown below.Then I successfully started the virtual machine. <disk type='file' device='disk'> <driver name='qemu' type='qcow2'/> <source file='/root/enc.qcow2'/> <backingStore/> <target dev='hda' bus='ide'/> <encryption format='luks'> <secret type='passphrase' uuid='694bdf38-214e-48d3-8c4c-9dbbcf0f5fa0'/> </encryption> <alias name='ide0-0-0'/> &lt...
2020 Jul 16
1
Cannot pass secret id for backing file after taking external snapshot on encrypted qcow2 file
...t;/domainsnapshot> # virsh dumpxml test-vm | awk '/<disk/,/<\/disk/' <disk type='file' device='disk'> <driver name='qemu' type='qcow2'/> <source file='/root/first-snapshot.qcow2' index='5'/> <backingStore type='file' index='2'> <format type='qcow2'/> <source file='/root/first.qcow2'> <encryption format='luks'> <secret type='passphrase' uuid='f981dd17-143f-45bc-88e6-222222222222'/>...
2018 Jan 10
1
Whether libvirt can support all backing chain layer are iscsi network disk type
...etwork disk type , such as iscsi://ip/iqn../0(base image) <-iscsi://ip/iqn../1(active image). Currently, 'qemu-img info --backing-chain' command can display correct backing file info, but after starting guest with the active image in backing chain, it don't include the related <backingStore> element in dumpxml. So, Whether libvirt can support all backing chain layer are iscsi network disk type? Best Regards Meina Li On Wed, Jan 3, 2018 at 6:39 AM, Meina Li <meili@redhat.com> wrote: > Hi, > > I am a libvirt qe, I am testing the function about the new locat...
2020 Feb 07
2
does the guest have a snapshot ?
...t confused if a guest does have a valid snapshot or not. This is the xml: ... <disk type='file' device='disk'> <driver name='qemu' type='qcow2'/> <source file='/var/lib/libvirt/images/crispor_1604/crispor_1604.sn'/> <backingStore type='file' index='1'> <format type='raw'/> <source file='/var/lib/libvirt/images/crispor_1604/crispor_1604.img'/> <backingStore/> </backingStore> <target dev='vda' bus='virtio'/>...
2016 May 20
1
Re: Windows Server 2008 - KVM
...;devices> <emulator>/usr/bin/kvm-spice</emulator> <disk type='file' device='disk'> <driver name='qemu' type='qcow2' cache='none' io='native'/> <source file='/mnt/VM_SAS/w2k8.img'/> <backingStore/> <target dev='vda' bus='virtio'/> <alias name='virtio-disk0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </disk> <disk type='file' devic...
2020 Apr 15
0
Re: Can't start vm with enc backing files, No secret with id 'sec0' ?
...ion file, as shown below.Then I successfully started the virtual machine. > > <disk type='file' device='disk'> > > <driver name='qemu' type='qcow2'/> > > <source file='/root/enc.qcow2'/> > > <backingStore/> > > <target dev='hda' bus='ide'/> > > <encryption format='luks'> > > <secret type='passphrase' uuid='694bdf38-214e-48d3-8c4c-9dbbcf0f5fa0'/> > > </encryption> > >...
2019 Dec 17
0
Re: Change in treatment of qcow2 with chained backing files in v5.10.0?
...;qcow2'/> <source file='/home/joj/lib/vm/windows/windows7-Office2013.qcow2'/> <target dev='vda' bus='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/> <backingStore type='file'> <format type='qcow2'/> <source file='/home/joj/lib/vm/windows/windows7-taintable.qcow2'/> <backingStore type='file'> <format type='qcow2'/> <source file='/home/joj/lib/vm/wi...
2016 May 20
4
Re: Windows Server 2008 - KVM
...n/kvm-spice</emulator> > > <disk type='file' device='disk'> > > <driver name='qemu' type='qcow2' cache='none' io='native'/> > > <source file='/mnt/VM_SAS/w2k8.img'/> > > <backingStore/> > > <target dev='vda' bus='virtio'/> > > <alias name='virtio-disk0'/> > > <address type='pci' domain='0x0000' bus='0x00' slot='0x04' > function='0x0'/> > > </di...
2019 Apr 29
1
Cloning a volume via storage XML
...me>coreos00.disk</name> <capacity unit="bytes">9116319744</capacity> <target> <format type="raw"></format> <permissions> <mode>644</mode> </permissions> </target> <backingStore> <path>vmdisks/coreos_2023</path> <format type="raw"></format> </backingStore> </volume> But even with the fix applied this simply creates an empty volume of the given size. Granted this has no information about the snapshot so I wa...
2020 Feb 07
0
Re: does the guest have a snapshot ?
...e a valid snapshot or not. > This is the xml: > ... > <disk type='file' device='disk'> > <driver name='qemu' type='qcow2'/> > <source file='/var/lib/libvirt/images/crispor_1604/crispor_1604.sn'/> > <backingStore type='file' index='1'> > <format type='raw'/> > <source file='/var/lib/libvirt/images/crispor_1604/crispor_1604.img'/> > <backingStore/> > </backingStore> > <target dev='vda' bus...
2004 Mar 03
2
x-server with 2screens blanks while starting wine
...ter connector 1" Driver "fglrx" BusID "PCI:1:0:0" Screen 1 EndSection Section "Screen" Identifier "Screen0" Device "ATI Graphics Adapter" Monitor "Monitor0" DefaultDepth 24 #Option "backingstore" Subsection "Display" Depth 24 Modes "1600x1200" "1024x768" "800x600" "640x480" ViewPort 0 0 # initial origin if mode i...
2016 May 27
2
migrate local storage to ceph | exchanging the storage system
...if possible. So I 'virsh dumpxml domain > domain.ceph.xml', edit the file, replace // ---- old ---- // <disk type='file' device='disk'> <driver name='qemu' type='qcow2' cache='none'/> <source file='domain.img'/> <backingStore/> <target dev='vda' bus='virtio'/> <alias name='virtio-disk0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </disk> // ---- with new ---- // <disk type='network...
2010 May 28
2
Cannot create qcow2 images with libvirt 0.8.1
...or : virStorageBackendCreateExecCommand:537 : Cannot run /usr/bin/qemu-img to create /data/testserverb-data.img: Invalid argument error : qemudClientReadBuf:1653 : gnutls_record_recv: A TLS packet with unexpected length was received. If I leave out the <format> element and/or specify a <backingStore> element for the volume, it works again. (I suppose the backing store makes it work because in that case qemu-img does not need a size parameter...) The host system is a vanilla Fedora Core 12 system (aside from the upgraded libvirt). Regards, Guido Winkelmann
2023 Mar 30
0
About libvirt domain dump state and persistent state
...the error duplicated with vdf or PCI address are double used: 2021-09-28T16:00:03.816682107-07:00 stderr F I0928 23:00:03.816558 1 cephvolume.go:73] attach disk &{XMLName:{Space: Local:} Device:disk RawIO: SGIO: Snapshot: Model: Driver:0xc00073b420 Auth:0xc000f49e40 Source:0xc000159860 BackingStore:<nil> Geometry:<nil> BlockIO:<nil> Mirror:<nil> Target:0xc000a58b40 IOTune:0xc00019b970 ReadOnly:<nil> Shareable:<nil> Transient:<nil> Serial:pvc-33003998-6624-4ac9-a923-d94f9401abdf WWN: Vendor: Product: Encryption:<nil> Boot:<nil> Alias:<n...