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

2023-02-23 Thread Kevin Wolf
Am 29.01.2023 um 12:31 hat o...@il.ibm.com geschrieben: > From: 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" forma

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

2023-01-30 Thread o...@il.ibm.com
From: 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 q