On 7/6/22 04:42, Han Han wrote: > For a qcow2 storage volume with luks encryption created by qemu-img, its > dumped storage vol XML has no secret element in encryption: > <volume type='file'> > ... > <encryption format='luks'> > </encryption> > ... > </volume> > > That will cause a failure in rng validation. Fix that validation failure. > > Signed-off-by: Han Han <hhan@xxxxxxxxxx> > --- > src/conf/schemas/storagecommon.rng | 24 +++++++++++++----------- > 1 file changed, 13 insertions(+), 11 deletions(-) Reviewed-by: Michal Privoznik <mprivozn@xxxxxxxxxx> Michal