Re: [pve-devel] [PATCH] vzdump : exclude iothread disks

2015-07-20 Thread Cesar Peschiera
rer" To: "Alexandre Derumier" ; Sent: Monday, July 20, 2015 12:28 PM Subject: Re: [pve-devel] [PATCH] vzdump : exclude iothread disks Currently backup don't work with iothread feature, and crash qemu For now, disable backup for theses drives until backup code is fixed. Ca

Re: [pve-devel] [PATCH] vzdump : exclude iothread disks

2015-07-20 Thread Alexandre DERUMIER
>>Can we raise an error instead? The user can then set backup=no for those >>drives. Yes, sure, I'll send a patch tomorrow. - Mail original - De: "dietmar" À: "aderumier" , "pve-devel" Envoyé: Lundi 20 Juillet 2015 18:28:28 Objet: Re

Re: [pve-devel] [PATCH] vzdump : exclude iothread disks

2015-07-20 Thread Dietmar Maurer
> Currently backup don't work with iothread feature, and crash qemu > > For now, disable backup for theses drives until backup code is fixed. Can we raise an error instead? The user can then set backup=no for those drives. ___ pve-devel mailing list pv

[pve-devel] [PATCH] vzdump : exclude iothread disks

2015-07-20 Thread Alexandre Derumier
Currently backup don't work with iothread feature, and crash qemu For now, disable backup for theses drives until backup code is fixed. Upstream qemu backup cde already support iothread. http://git.qemu.org/?p=qemu.git;a=commit;h=761731b1805f6ef64eb615e5b82a0801db3cde78 Signed-off-by: Alexandre