Re: [PATCH v4 2/3] block/rbd: Add luks-any encryption opening option

2023-01-12 Thread Daniel P . Berrangé
On Sun, Nov 20, 2022 at 04:28:35AM -0600, Or Ozeri wrote: > Ceph RBD encryption API required specifying the encryption format > for loading encryption. The supported formats were LUKS (v1) and LUKS2. > > Starting from Reef release, RBD also supports loading with "luks-any" format, > which works fo

[PATCH v4 2/3] block/rbd: Add luks-any encryption opening option

2022-11-20 Thread Or Ozeri
Ceph RBD encryption API required specifying the encryption format for loading encryption. The supported formats were LUKS (v1) and LUKS2. Starting from Reef release, RBD also supports loading with "luks-any" format, which works for both versions of LUKS. This commit extends the qemu rbd driver AP