Re: [Qemu-devel] [PATCH v10 13/20] qcow2: add support for LUKS encryption format

2017-06-26 Thread Alberto Garcia
On Fri 23 Jun 2017 06:24:12 PM CEST, Daniel P. Berrange wrote: > This adds support for using LUKS as an encryption format > with the qcow2 file, using the new encrypt.format parameter > to request "luks" format. e.g. > > # qemu-img create --object secret,data=123456,id=sec0 \ >-f qcow2 -o

[Qemu-devel] [PATCH v10 13/20] qcow2: add support for LUKS encryption format

2017-06-23 Thread Daniel P. Berrange
This adds support for using LUKS as an encryption format with the qcow2 file, using the new encrypt.format parameter to request "luks" format. e.g. # qemu-img create --object secret,data=123456,id=sec0 \ -f qcow2 -o encrypt.format=luks,encrypt.key-secret=sec0 \ test.qcow2 10G The