X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=input%2Fhowto%2Finstall-ganeti.creole;h=118aa033429386ec38f4eaa28204f1a72adf6f45;hb=bc8d9d0b9a1feda7b82d2643038b80c9a610b896;hp=303d703742bb6f5025ef9b1f7f943decb66a937e;hpb=2b3095849d02cf81fc08ab1f9502f3706b15186d;p=mirror%2Fdsa-wiki.git diff --git a/input/howto/install-ganeti.creole b/input/howto/install-ganeti.creole index 303d703..118aa03 100644 --- a/input/howto/install-ganeti.creole +++ b/input/howto/install-ganeti.creole @@ -356,3 +356,13 @@ And you want to convert it to use DRBD afterwards and start it on the other clus {{{ gnt-instance modify --hypervisor-parameters disk_type=ide fils.debian.org }}} + +* To import instances with SAN volumes + +{{{ + gnt-instance add -t blockdev --os-type debootstrap+dsa \ + --disk 0:adopt=/dev/disk/by-id/scsi-reger-boot \ + --disk 1:adopt=/dev/disk/by-id/scsi-reger-root \ + --hypervisor-parameters kvm:initrd_path=,kernel_path= \ + --net 0:ip=206.12.19.124 -n rossini.debian.org reger.debian.org +}}}