mirror of https://gitee.com/openkylin/libvirt.git
17 lines
364 B
XML
17 lines
364 B
XML
|
<pool type='iscsi'>
|
||
|
<name>virtimages</name>
|
||
|
<uuid>e9392370-2917-565e-692b-d057f46512d6</uuid>
|
||
|
<source>
|
||
|
<host name="iscsi.example.com"/>
|
||
|
<device path="demo-target"/>
|
||
|
</source>
|
||
|
<target>
|
||
|
<path>/dev/disk/by-path</path>
|
||
|
<permissions>
|
||
|
<mode>0700</mode>
|
||
|
<owner>0</owner>
|
||
|
<group>0</group>
|
||
|
</permissions>
|
||
|
</target>
|
||
|
</pool>
|