mirror of https://gitee.com/openkylin/libvirt.git
17 lines
370 B
XML
17 lines
370 B
XML
<volume type='network'>
|
|
<name>test2</name>
|
|
<source>
|
|
</source>
|
|
<capacity unit='bytes'>1024</capacity>
|
|
<allocation unit='bytes'>0</allocation>
|
|
<target>
|
|
<path>sheepdog:test2</path>
|
|
<format type='unknown'/>
|
|
<permissions>
|
|
<mode>0600</mode>
|
|
<owner>4294967295</owner>
|
|
<group>4294967295</group>
|
|
</permissions>
|
|
</target>
|
|
</volume>
|