1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2024-12-27 07:22:07 +03:00

schema: storagepool: Allow interleaving of per-pool custom namespace elements

The custom namespace parameters for 'rbd' and 'netfs' pool types were
not included in the interleave statement.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Peter Krempa 2022-10-13 18:44:46 +02:00
parent de8d15a5a5
commit 663b36019b

View File

@ -69,10 +69,10 @@
<ref name="features"/>
<ref name="sourcenetfs"/>
<ref name="target"/>
<optional>
<ref name="fs_mount_opts"/>
</optional>
</interleave>
<optional>
<ref name="fs_mount_opts"/>
</optional>
</define>
<define name="poollogical">
@ -166,10 +166,10 @@
<ref name="features"/>
<ref name="sourcerbd"/>
<ref name="refresh"/>
<optional>
<ref name="rbd_config_opts"/>
</optional>
</interleave>
<optional>
<ref name="rbd_config_opts"/>
</optional>
</define>
<define name="poolsheepdog">