2013-09-20 08:18:12 +08:00
|
|
|
<pool type="iscsi">
|
2013-03-18 05:06:52 +08:00
|
|
|
<name>pool-iscsi</name>
|
|
|
|
<uuid>10511599-1151-0510-5115-991151051051</uuid>
|
|
|
|
<source>
|
|
|
|
<host name="some.random.hostname"/>
|
|
|
|
<device path="/some/source/path"/>
|
2013-09-20 08:18:12 +08:00
|
|
|
<initiator>
|
|
|
|
<iqn name="foo.bar.baz.iqn"/>
|
|
|
|
</initiator>
|
2013-03-18 05:06:52 +08:00
|
|
|
</source>
|
|
|
|
<target>
|
|
|
|
<path>/some/target/path</path>
|
|
|
|
</target>
|
|
|
|
</pool>
|