Displaying 3 results from an estimated 3 matches for "empyt".
Did you mean:
empty
2015 Jan 13
3
Re: domain has active block job
...run the below to abort the block operation in progress:
>
> $ virsh blockjob instance-YYYYYYYYY /path/to/libvirt/disk/ --abort.
>
> Please the man page of `virsh` for more details.
>
Thank for your response, I'm quite new on libvirt...
1) virsh blockjob ... -info gave me an empyt list
2( virsh blockjob ... -abort gave me this error: error: Requested
operation is not valid: another job on disk 'vda' is still being ended....
..but what ?
I'm looking at the man page of virsh to find an useful option for me...
Regards
Fiorenza
--
Spazio Web S.r.l.
V. Dante, 10...
2015 Jan 13
0
Re: domain has active block job
...tion in progress:
> >
> > $ virsh blockjob instance-YYYYYYYYY /path/to/libvirt/disk/ --abort.
> >
> >Please the man page of `virsh` for more details.
> >
>
> Thank for your response, I'm quite new on libvirt...
> 1) virsh blockjob ... -info gave me an empyt list
> 2( virsh blockjob ... -abort gave me this error: error: Requested operation
> is not valid: another job on disk 'vda' is still being ended....
>
> ..but what ?
Seems like you're hitting an old bug[1] where 'blockcopy' (or
'blockcommit') missed to exe...
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 ?