mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
doc: Add schema definition for imagelabel
<imagelable> is not generated by running domain, actually we parse it in src/conf/domain_conf.c, this patch is to fix it, otherwise any validation (virt-xml-validate) on the domain xml dumped from shutoff domain containing <imagelable> will fail. * docs/schemas/domain.rng
This commit is contained in:
@@ -64,6 +64,9 @@
|
||||
<element name="label">
|
||||
<text/>
|
||||
</element>
|
||||
<element name="imagelabel">
|
||||
<text/>
|
||||
</element>
|
||||
</element>
|
||||
</define>
|
||||
<define name="hvs">
|
||||
|
||||
Reference in New Issue
Block a user