virt-manager/tests/storage-xml/pool-scsi.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

11 lines
225 B
XML

<pool type="scsi">
<name>pool-scsi</name>
<uuid>11599115-1051-1599-1151-051159911510</uuid>
<source>
<adapter name="/some/source/path"/>
</source>
<target>
<path>/some/target/path</path>
</target>
</pool>