mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-25 23:21:45 +03:00
aff0ddb259
Simplify the API a bunch while we are at it, add tests, etc.
15 lines
335 B
XML
15 lines
335 B
XML
<pool type="iscsi">
|
|
<name>pool-iscsi</name>
|
|
<uuid>10511599-1151-0510-5115-991151051051</uuid>
|
|
<source>
|
|
<host name="some.random.hostname"/>
|
|
<device path="/some/source/path"/>
|
|
<initiator>
|
|
<iqn name="foo.bar.baz.iqn"/>
|
|
</initiator>
|
|
</source>
|
|
<target>
|
|
<path>/some/target/path</path>
|
|
</target>
|
|
</pool>
|