On Mon, Mar 06, 2023 at 06:59:34 -0600, Or Ozeri wrote: > luks-any encryption format for RBD images was added in b8f218ef. > > Signed-off-by: Or Ozeri<oro@xxxxxxxxxx> > --- > tests/qemucapabilitiesdata/caps_8.0.0.x86_64.replies | 7 +++++++ > 1 file changed, 7 insertions(+) As with the layered secret series, this patch is no longer required. > > diff --git a/tests/qemucapabilitiesdata/caps_8.0.0.x86_64.replies b/tests/qemucapabilitiesdata/caps_8.0.0.x86_64.replies > index a41b3e1825..ecf8852e03 100644 > --- a/tests/qemucapabilitiesdata/caps_8.0.0.x86_64.replies > +++ b/tests/qemucapabilitiesdata/caps_8.0.0.x86_64.replies > @@ -17035,6 +17035,10 @@ > { > "case": "luks2", > "type": "668" > + }, > + { > + "case": "luks-any", > + "type": "668" Note that this modification is not consistent with how the schema looks after a real re-generation of the caps dump by a real qemu. The 'luks-any' member has it's own type.