Displaying 2 results from an estimated 2 matches for "bridgetest0".
2018 Jan 30
2
Cannot add metadata to network XML
Hi, i tried adding metadata to Network XML ( NOT DOMAIN XML) but it removes
it as soon as i save
here's my network XML
<network>
<name>bridgeTest0</name>
<uuid>cf2aae7a-b459-459b-ba2c-399190607629</uuid>
<metadata>
<app1:foo xmlns:app1="http://app1.org/app1/">
<app1:test>testing!</app1:test>
</app1:foo>
</metadata>
<forward mode='bri...
2018 Jan 30
0
Re: Cannot add metadata to network XML
...ect until
the next restart of the network).
2) Your libvirt version is older than 2.1.0 (when <metadata> was
introduced to the network XML). You can see the version of your libvirt
with "virsh -v".
>
> here's my network XML
>
> <network>
> <name>bridgeTest0</name>
> <uuid>cf2aae7a-b459-459b-ba2c-399190607629</uuid>
> <metadata>
> <app1:foo xmlns:app1="http://app1.org/app1/">
> <app1:test>testing!</app1:test>
> </app1:foo>
> </metadata&g...