summaryrefslogtreecommitdiff
path: root/tests/storage-xml/pool-iscsi.xml
blob: bcb87a94f0a507edddb37c41ec7f7dd486d4c0e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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>