mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 12:51:12 +00:00
c92c63a5a3
The test case is a fairly simple invocation of pool-create-as which can be done easily from 'virshtest'. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
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>
|