Virsh Isci Pool: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Thomas (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „=Linux Isci= *Iscsi“) |
Thomas (Diskussion | Beiträge) |
||
| Zeile 1: | Zeile 1: | ||
=Linux Isci= | =Linux Isci= | ||
*[[Iscsi]] | *[[Iscsi]] | ||
| + | =Virsh XML Definition= | ||
| + | <pre> | ||
| + | <pool type="iscsi"> | ||
| + | <name>virtimages</name> | ||
| + | <source> | ||
| + | <host name="doom.xinux.lan"/> | ||
| + | <device path="iqn.2020-12.org.xinux.doom:storage"/> | ||
| + | </source> | ||
| + | <target> | ||
| + | <path>/dev/disk/by-path</path> | ||
| + | </target> | ||
| + | </pool> | ||
| + | </pre> | ||
Version vom 2. April 2017, 16:37 Uhr
Linux Isci
Virsh XML Definition
<pool type="iscsi">
<name>virtimages</name>
<source>
<host name="doom.xinux.lan"/>
<device path="iqn.2020-12.org.xinux.doom:storage"/>
</source>
<target>
<path>/dev/disk/by-path</path>
</target>
</pool>