[libvirt] [PATCH 1/2] docs: Adjust Disk storage rng

Pavel Hrdina phrdina at redhat.com
Tue Jun 23 13:07:31 UTC 2015


On Mon, Jun 08, 2015 at 08:25:21AM -0400, John Ferlan wrote:
> Currently the grammar uses "none" for a "valid" Disk Storage Pool
> format type; however, virStoragePoolFormatDisk uses "unknown" so
> virt-xml-validate will fail to validate when "unknown" is found
> 
> Signed-off-by: John Ferlan <jferlan at redhat.com>
> ---
>  docs/schemas/storagepool.rng | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/docs/schemas/storagepool.rng b/docs/schemas/storagepool.rng
> index db6ff49..ea682a9 100644
> --- a/docs/schemas/storagepool.rng
> +++ b/docs/schemas/storagepool.rng
> @@ -413,7 +413,7 @@
>        <element name='format'>
>          <attribute name='type'>
>            <choice>
> -            <value>none</value>
> +            <value>unknown</value>
>              <value>dos</value>
>              <value>dvh</value>
>              <value>gpt</value>
> -- 
> 2.1.0

ACK

Pavel

> 
> --
> libvir-list mailing list
> libvir-list at redhat.com
> https://www.redhat.com/mailman/listinfo/libvir-list




More information about the libvir-list mailing list