mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
storage: vstorage pool documentation and simple test
Signed-off-by: Olga Krishtal <okrishtal@virtuozzo.com>
This commit is contained in:
committed by
John Ferlan
parent
479a2f16f1
commit
a55ddc8774
18
tests/storagepoolxml2xmlout/pool-vstorage.xml
Normal file
18
tests/storagepoolxml2xmlout/pool-vstorage.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<pool type='vstorage'>
|
||||
<name>vstorage</name>
|
||||
<uuid>cfd270f9-acc7-4394-8685-4977eb318171</uuid>
|
||||
<capacity unit='bytes'>0</capacity>
|
||||
<allocation unit='bytes'>0</allocation>
|
||||
<available unit='bytes'>0</available>
|
||||
<source>
|
||||
<name>vstorage-cluster</name>
|
||||
</source>
|
||||
<target>
|
||||
<path>/mnt/vstorage-cluster</path>
|
||||
<permissions>
|
||||
<mode>0755</mode>
|
||||
<owner>-1</owner>
|
||||
<group>-1</group>
|
||||
</permissions>
|
||||
</target>
|
||||
</pool>
|
||||
Reference in New Issue
Block a user