Displaying 1 result from an estimated 1 matches for "snv108".
Did you mean:
nv108
2009 Mar 03
0
HEADS UP: iSCSI, zvol, and vdisk format support
...2561
Or if you use a static mapping. The hotplug scripts will
add/remove static-config for you. e.g.
phy:iscsi:/static/192.168.0.70/0/iqn.1986-03.com.sun:02:d5ab1c26-0a7a-c6b4-98f8-d6d267eb2561
Here''s an example virt-install onto an iscsi disk.
virt-install -p -n nevada -l /export/snv108.iso --nographics \
--noautoconsole -r 1024 \
--disk path=/alias/tank/iscsi/nevada/disk0,driver=phy,subdriver=iscsi
VDISK
=====
You can now specify the vdisk format at install time. For example,
to use a vdi file instead of the vmdk default:
virt-install -p -n nevada -l /export/snv1...