[libvirt] [PATCH] storage: replace the deprecated option of qemu-img.

2011-03-09 Thread Osier Yang
qemu-img silently disable -e, so we can't use it for volume encryption anymore, change it into -o encryption=on. I'm afraid of it will inroduce compatibility problem for older qemu without -o option, but -o option is already used in the codes, seems it's fine. * src/storage/storage_backend.c ---

Re: [libvirt] [PATCH] storage: replace the deprecated option of qemu-img.

2011-03-09 Thread Daniel P. Berrange
On Wed, Mar 09, 2011 at 08:27:41PM +0800, Osier Yang wrote: qemu-img silently disable -e, so we can't use it for volume encryption anymore, change it into -o encryption=on. I'm afraid of it will inroduce compatibility problem for older qemu without -o option, but -o option is already used in

Re: [libvirt] [PATCH] storage: replace the deprecated option of qemu-img.

2011-03-09 Thread Osier Yang
于 2011年03月09日 20:31, Daniel P. Berrange 写道: On Wed, Mar 09, 2011 at 08:27:41PM +0800, Osier Yang wrote: qemu-img silently disable -e, so we can't use it for volume encryption anymore, change it into -o encryption=on. I'm afraid of it will inroduce compatibility problem for older qemu without

Re: [libvirt] [PATCH] storage: replace the deprecated option of qemu-img.

2011-03-09 Thread Jiri Denemark
On Wed, Mar 09, 2011 at 20:27:41 +0800, Osier Yang wrote: qemu-img silently disable -e, so we can't use it for volume encryption anymore, change it into -o encryption=on. I'm afraid of it will inroduce compatibility problem for older qemu without -o option, but -o option is already used in

Re: [libvirt] [PATCH] storage: replace the deprecated option of qemu-img.

2011-03-09 Thread Osier Yang
于 2011年03月09日 20:50, Jiri Denemark 写道: On Wed, Mar 09, 2011 at 20:27:41 +0800, Osier Yang wrote: qemu-img silently disable -e, so we can't use it for volume encryption anymore, change it into -o encryption=on. I'm afraid of it will inroduce compatibility problem for older qemu without -o