Re: [PATCH v4 5/7] block: Support detached LUKS header creation using qemu-img

2024-02-19 Thread Markus Armbruster
yong.hu...@smartx.com writes: > From: Hyman Huang > > Even though a LUKS header might be created with cryptsetup, > qemu-img should be enhanced to accommodate it as well. > > Add the 'detached-header' option to specify the creation of > a detached LUKS header. This is how it is used: > $ qemu-img

Re: [PATCH v4 5/7] block: Support detached LUKS header creation using qemu-img

2024-02-09 Thread Daniel P . Berrangé
On Tue, Jan 30, 2024 at 01:37:23PM +0800, yong.hu...@smartx.com wrote: > From: Hyman Huang > > Even though a LUKS header might be created with cryptsetup, > qemu-img should be enhanced to accommodate it as well. > > Add the 'detached-header' option to specify the creation of > a detached LUKS he

Re: [PATCH v4 5/7] block: Support detached LUKS header creation using qemu-img

2024-01-31 Thread Daniel P . Berrangé
On Tue, Jan 30, 2024 at 01:37:23PM +0800, yong.hu...@smartx.com wrote: > From: Hyman Huang > > Even though a LUKS header might be created with cryptsetup, > qemu-img should be enhanced to accommodate it as well. > > Add the 'detached-header' option to specify the creation of > a detached LUKS he

[PATCH v4 5/7] block: Support detached LUKS header creation using qemu-img

2024-01-29 Thread yong . huang
From: Hyman Huang Even though a LUKS header might be created with cryptsetup, qemu-img should be enhanced to accommodate it as well. Add the 'detached-header' option to specify the creation of a detached LUKS header. This is how it is used: $ qemu-img create --object secret,id=sec0,data=abc123 -