mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-09 23:10:08 +00:00
13 lines
224 B
Plaintext
13 lines
224 B
Plaintext
|
<pool type='dir'>
|
||
|
<name>P</name>
|
||
|
<source>
|
||
|
<host name='src-host'/>
|
||
|
<dir path='/src/path'/>
|
||
|
<device path='/src/dev'/>
|
||
|
<name>S</name>
|
||
|
</source>
|
||
|
<target>
|
||
|
<path>/target-path</path>
|
||
|
</target>
|
||
|
</pool>
|