mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
8ef12b96fa
Pool types that have the VIR_STORAGE_POOL_SOURCE_NAME flag set allow omitting the <name> element and instead fill out the pool name from the <source><name> element. Relax the schema to make <name> optional for these pools. Expressing that at least one of these is required is out of scope of the schema.
19 lines
419 B
XML
19 lines
419 B
XML
<pool type='logical'>
|
|
<uuid>1c13165a-d0f4-3aee-b447-30fb38789091</uuid>
|
|
<capacity>99891544064</capacity>
|
|
<allocation>99220455424</allocation>
|
|
<available>671088640</available>
|
|
<source>
|
|
<name>zily</name>
|
|
<format type='lvm2'/>
|
|
</source>
|
|
<target>
|
|
<path>/dev/zily</path>
|
|
<permissions>
|
|
<mode>0700</mode>
|
|
<owner>0</owner>
|
|
<group>0</group>
|
|
</permissions>
|
|
</target>
|
|
</pool>
|