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>
Pool definieren
- virsh pool-define virsh-scsi.xml
Pools listen
Name State Autostart
-------------------------------------------
default active yes
ISO active yes
media active yes
qemu active yes
virtimages inactive no
Pool aktivieren
- virsh pool-start virtimages
Pool für den Autostart markieren
- virsh pool-autostart virtimages