virt-manager/tests/storage-xml/pool-iscsi.xml
Cole Robinson aff0ddb259 Use XMLBuilder for Storage object handling
Simplify the API a bunch while we are at it, add tests, etc.
2013-09-20 10:00:08 -04:00

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>