libvirt/tests/storagepoolschemadata/pool-iscsi.xml
2009-01-27 15:29:53 +00:00

11 lines
205 B
XML

<pool type='iscsi'>
<name>virtimages</name>
<source>
<host name="iscsi.example.com"/>
<device path="demo-target"/>
</source>
<target>
<path>/dev/disk/by-path</path>
</target>
</pool>