Displaying 8 results from an estimated 8 matches for "qemudomaindeterminediskchain".
2017 Dec 23
2
Re: [BUG] Not exiting media forced a promptly close of libvirt 3.10
...7f0d4004ac40, parent=0x7f0d4004ac40) at
>> storage/storage_source.c:422
>> access_user = <optimized out>
>> access_group = <optimized out>
>> __FUNCTION__ = "virStorageFileReportBrokenChain"
>> #1 0x00007f0d4b56a262 in qemuDomainDetermineDiskChain
>> (driver=driver@entry=0x7f0d40240bf0, vm=vm@entry=0x7f0d400e66d0,
>> disk=disk@entry=0x7f0d4037fa80,
>> force_probe=force_probe@entry=true,
>> report_broken=report_broken@entry=true)
>
> This bug has already been fixed
>
> https://libvirt.org/git/?p=lib...
2017 Dec 22
2
Re: [BUG] Not exiting media forced a promptly close of libvirt 3.10
...portBrokenChain (errcode=2,
src=src@entry=0x7f0d4004ac40, parent=0x7f0d4004ac40) at
storage/storage_source.c:422
access_user = <optimized out>
access_group = <optimized out>
__FUNCTION__ = "virStorageFileReportBrokenChain"
#1 0x00007f0d4b56a262 in qemuDomainDetermineDiskChain
(driver=driver@entry=0x7f0d40240bf0, vm=vm@entry=0x7f0d400e66d0,
disk=disk@entry=0x7f0d4037fa80, force_probe=force_probe@entry=true,
report_broken=report_broken@entry=true)
at qemu/qemu_domain.c:6383
cfg = 0x7f0d400be000
src = 0x7f0d4004ac40
ret = -1
...
2017 Dec 22
0
Re: [BUG] Not exiting media forced a promptly close of libvirt 3.10
...=2, src=src@entry=0x7f0d4004ac40,
> parent=0x7f0d4004ac40) at storage/storage_source.c:422
> access_user = <optimized out>
> access_group = <optimized out>
> __FUNCTION__ = "virStorageFileReportBrokenChain"
> #1 0x00007f0d4b56a262 in qemuDomainDetermineDiskChain
> (driver=driver@entry=0x7f0d40240bf0, vm=vm@entry=0x7f0d400e66d0,
> disk=disk@entry=0x7f0d4037fa80, force_probe=force_probe@entry=true,
> report_broken=report_broken@entry=true)
This bug has already been fixed
https://libvirt.org/git/?p=libvirt.git;a=commit;h=2d07f1f0ebd44b0348da...
2017 Dec 23
0
Re: [BUG] Not exiting media forced a promptly close of libvirt 3.10
...=0x7f0d4004ac40) at
>>> storage/storage_source.c:422
>>> access_user = <optimized out>
>>> access_group = <optimized out>
>>> __FUNCTION__ = "virStorageFileReportBrokenChain"
>>> #1 0x00007f0d4b56a262 in qemuDomainDetermineDiskChain
>>> (driver=driver@entry=0x7f0d40240bf0, vm=vm@entry=0x7f0d400e66d0,
>>> disk=disk@entry=0x7f0d4037fa80,
>>> force_probe=force_probe@entry=true,
>>> report_broken=report_broken@entry=true)
>>
>> This bug has already been fixed
>>
>>...
2018 Feb 27
0
Re: Fail in virDomainUpdateDeviceFlags (libvirt-4.0.0 + Qemu-kvm 2.9.0 + Ceph 10.2.10)
...virDomainDeviceDef oldDev = { .type = dev->type };
@@ -7850,6 +7852,9 @@ qemuDomainChangeDiskLive(virDomainObjPtr vm,
if (virDomainDiskTranslateSourcePool(disk) < 0)
goto cleanup;
+ if (qemuDomainPrepareDiskSource(disk, priv, cfg) < 0)
+ goto cleanup;
+
if (qemuDomainDetermineDiskChain(driver, vm, disk, false, true) < 0)
goto cleanup;
@@ -7898,6 +7903,7 @@ qemuDomainChangeDiskLive(virDomainObjPtr vm,
ret = 0;
cleanup:
+ virObjectUnref(cfg);
return ret;
}
Can you check and confirm?
Michal
2018 Feb 27
1
Reply: Fail in virDomainUpdateDeviceFlags (libvirt-4.0.0 + Qemu-kvm 2.9.0 + Ceph 10.2.10)
...virDomainDeviceDef oldDev = { .type = dev->type }; @@ -7850,6 +7852,9
@@ qemuDomainChangeDiskLive(virDomainObjPtr vm,
if (virDomainDiskTranslateSourcePool(disk) < 0)
goto cleanup;
+ if (qemuDomainPrepareDiskSource(disk, priv, cfg) < 0)
+ goto cleanup;
+
if (qemuDomainDetermineDiskChain(driver, vm, disk, false, true) < 0)
goto cleanup;
@@ -7898,6 +7903,7 @@ qemuDomainChangeDiskLive(virDomainObjPtr vm,
ret = 0;
cleanup:
+ virObjectUnref(cfg);
return ret;
}
Can you check and confirm?
Michal
2017 Dec 22
2
[BUG] Not exiting media forced a promptly close of libvirt 3.10
Hello,
In the .xml file I use a media which is no longer available.
In the past, I got the information media not available and the
creation of the VM was stopped - O.k. behavior.
Since 3.10 the libvirtd stopped promptly and all open
consoles windows and the virt-manager closed promptly.
For diagnose:
etcsvms1:/kvm/CS8200/M5 # coredumpctl
TIME PID UID GID SIG
2018 Feb 27
2
Fail in virDomainUpdateDeviceFlags (libvirt-4.0.0 + Qemu-kvm 2.9.0 + Ceph 10.2.10)
Hello Everyone,
My pc run in CentOS 7.4 and install libvirt-4.0.0 + Qemu-kvm 2.9.0 + Ceph
10.2.10 ALL-in-One.
I use python-sdk with libvirt and run [self.domain.updateDeviceFlags(xml,
libvirt.VIR_DOMAIN_AFFECT_LIVE)] on CDROM (I want to change media path).
However, I enable libvirt debug log , the log as below:
"2018-02-26 13:09:13.638+0000: 50524: debug :