Displaying 12 results from an estimated 12 matches for "qemudomaindefinexml".
2015 Jan 13
2
domain has active block job
Hi there,
I receive this error when I run nova image-create <VM name> <Vm Sanpshot
name>:
Exception during message handling: block copy still active: domain has
active block job
In libvirt log file I can see:
error : qemuDomainDefineXML:6312 : block copy still active: domain has
active block job
Libvirt is 1.2.7 version, linux system is Debian Wheezy
Please, what does it mean ?
Regards
Fiorenza
--
Spazio Web S.r.l.
V. Dante, 10
13900 Biella
Tel.: +39 015 2431982
Fax.: +39 015 2522600
Numero d'Iscrizione al Registro Impre...
2015 Jan 13
3
Re: domain has active block job
...OpenStack.
>
> You can also check the Nova compute.log for more contextual details of
> why the operation failed.
>
>> Exception during message handling: block copy still active: domain has
>> active block job
>>
>> In libvirt log file I can see:
>> error : qemuDomainDefineXML:6312 : block copy still active: domain has
>> active block job
>>
>> Libvirt is 1.2.7 version, linux system is Debian Wheezy
>>
>> Please, what does it mean ?
>
> It means, according to libvirt, there's an unfinished `blockcopy` (Copy
> a disk backing imag...
2015 Jan 13
0
Re: domain has active block job
...ou're talking in the context of OpenStack.
You can also check the Nova compute.log for more contextual details of
why the operation failed.
> Exception during message handling: block copy still active: domain has
> active block job
>
> In libvirt log file I can see:
> error : qemuDomainDefineXML:6312 : block copy still active: domain has
> active block job
>
> Libvirt is 1.2.7 version, linux system is Debian Wheezy
>
> Please, what does it mean ?
It means, according to libvirt, there's an unfinished `blockcopy` (Copy
a disk backing image chain to destination ) operati...
2015 Jan 13
0
Re: domain has active block job
On Tue, Jan 13, 2015 at 03:07:07PM +0100, Fiorenza Meini wrote:
> Il 13/01/2015 10:51, Kashyap Chamarthy ha scritto:
[. . .]
> >>In libvirt log file I can see:
> >>error : qemuDomainDefineXML:6312 : block copy still active: domain has
> >>active block job
> >>
> >>Libvirt is 1.2.7 version, linux system is Debian Wheezy
> >>
> >>Please, what does it mean ?
> >
> >It means, according to libvirt, there's an unfinished `blockcopy`...
2013 Jun 30
2
Re: deadlock on connection loosing
.../usr/lib64/libvirt.so.0
#4 0x00007f574f129e95 in virHashSearch () from /usr/lib64/libvirt.so.0
#5 0x00007f574f0bf46d in virDomainObjListAddLocked.isra.54.25425 () from
/usr/lib64/libvirt.so.0
#6 0x00007f574f0bf557 in virDomainObjListAdd () from /usr/lib64/libvirt.so.0
#7 0x00007f5741e7e8bf in qemuDomainDefineXML.40992 () from
/usr/lib64/libvirt/connection-driver/libvirt_driver_qemu.so
#8 0x00007f574f06eddb in virDomainDefineXML () from /usr/lib64/libvirt.so.0
#9 0x00007f574facac6d in remoteDispatchDomainDefineXMLHelper.10498 ()
#10 0x00007f574f04ec27 in virNetServerProgramDispatch () from
/usr/lib64/li...
2013 Jun 20
2
Re: libvirt hang on domain attemp to create domain
...0
> #4 0x00007fdd9473c8a5 in virHashSearch () from /usr/lib64/libvirt.so.0
> #5 0x00007fdd9478cc3d in virDomainObjListAddLocked.isra.43 () from
> /usr/lib64/libvirt.so.0
> #6 0x00007fdd9478cd47 in virDomainObjListAdd () from
> /usr/lib64/libvirt.so.0
> #7 0x00007fdd875a311c in qemuDomainDefineXML () from
> /usr/lib64/libvirt/connection-driver/libvirt_driver_qemu.so
> #8 0x00007fdd947ead2f in virDomainDefineXML () from
> /usr/lib64/libvirt.so.0
> #9 0x00007fdd95206b4d in remoteDispatchDomainDefineXMLHelper ()
> #10 0x00007fdd94848d27 in virNetServerProgramDispatch () from
&g...
2013 Jul 06
0
Re: deadlock on connection loosing
...> #4 0x00007f574f129e95 in virHashSearch () from /usr/lib64/libvirt.so.0
> #5 0x00007f574f0bf46d in virDomainObjListAddLocked.isra.54.25425 () from
> /usr/lib64/libvirt.so.0
> #6 0x00007f574f0bf557 in virDomainObjListAdd () from
> /usr/lib64/libvirt.so.0 #7 0x00007f5741e7e8bf in qemuDomainDefineXML.40992
> () from
> /usr/lib64/libvirt/connection-driver/libvirt_driver_qemu.so
> #8 0x00007f574f06eddb in virDomainDefineXML () from /usr/lib64/libvirt.so.0
> #9 0x00007f574facac6d in remoteDispatchDomainDefineXMLHelper.10498 () #10
> 0x00007f574f04ec27 in virNetServerProgramDispatc...
2015 Jan 13
2
Re: domain has active block job
On 01/13/2015 07:21 AM, Kashyap Chamarthy wrote:
> On Tue, Jan 13, 2015 at 03:07:07PM +0100, Fiorenza Meini wrote:
>> Il 13/01/2015 10:51, Kashyap Chamarthy ha scritto:
>
> [. . .]
>
>>>> In libvirt log file I can see:
>>>> error : qemuDomainDefineXML:6312 : block copy still active: domain has
>>>> active block job
>
> Seems like you're hitting an old bug[1] where 'blockcopy' (or
> 'blockcommit') missed to execute a cleanup routine which destroys a
> reference to the active block operation -- resulti...
2013 Jun 24
3
deadlock on connection loosing
libvirtd will lock if for example kill programm which established connection,
only sigkill + restart helps., to reproduce:
virConnectPtr libvirt_connection = virConnectOpen("qemu:///system");
if(libvirt_connection == NULL)
{
std::cout<<"failed to connect to qemu:///system\n";
exit(-1);
}
exit(0);
2013 Jun 20
0
Re: libvirt hang on domain attemp to create domain
...from
/usr/lib64/libvirt.so.0
#4 0x00007fdd9473c8a5 in virHashSearch () from /usr/lib64/libvirt.so.0
#5 0x00007fdd9478cc3d in virDomainObjListAddLocked.isra.43 () from
/usr/lib64/libvirt.so.0
#6 0x00007fdd9478cd47 in virDomainObjListAdd () from
/usr/lib64/libvirt.so.0
#7 0x00007fdd875a311c in qemuDomainDefineXML () from
/usr/lib64/libvirt/connection-driver/libvirt_driver_qemu.so
#8 0x00007fdd947ead2f in virDomainDefineXML () from /usr/lib64/libvirt.so.0
#9 0x00007fdd95206b4d in remoteDispatchDomainDefineXMLHelper ()
#10 0x00007fdd94848d27 in virNetServerProgramDispatch () from
/usr/lib64/libvirt.so.0
#...
2013 Jun 19
3
Re: libvirt hang on domain attemp to create domain
В письме от Среда, 19-июн-2013 09:35:27 пользователь Michal Privoznik написал:
> On 18.06.2013 22:21, Александр wrote:
> > В письме от Вторник, 18-июн-2013 12:10:41 пользователь Michal Privoznik
> >
> > написал:
> >> On 18.06.2013 07:14, Александр wrote:
> >>> good day, i am trying to create domain via virDomainDefineXML. and my
> >>> program
2013 Jun 20
0
Re: libvirt hang on domain attemp to create domain
...c8a5 in virHashSearch () from /usr/lib64/libvirt.so.0
> > #5 0x00007fdd9478cc3d in virDomainObjListAddLocked.isra.43 () from
> > /usr/lib64/libvirt.so.0
> > #6 0x00007fdd9478cd47 in virDomainObjListAdd () from
> > /usr/lib64/libvirt.so.0
> > #7 0x00007fdd875a311c in qemuDomainDefineXML () from
> > /usr/lib64/libvirt/connection-driver/libvirt_driver_qemu.so
> > #8 0x00007fdd947ead2f in virDomainDefineXML () from
> > /usr/lib64/libvirt.so.0
> > #9 0x00007fdd95206b4d in remoteDispatchDomainDefineXMLHelper ()
> > #10 0x00007fdd94848d27 in virNetServerP...