X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=input%2Fhowto%2Finstall-ganeti.creole;h=ba5f690fe119b9f8d804dd2c6b14a0d685fcc325;hb=3ca3ae7f3752982f2ec7300695471e97a19ebd54;hp=22925c79236ab2660eeed1e9ba5c85f45e6c4805;hpb=43eff49a103c56a607bc20d5eb3216c29a89c010;p=mirror%2Fdsa-wiki.git diff --git a/input/howto/install-ganeti.creole b/input/howto/install-ganeti.creole index 22925c7..ba5f690 100644 --- a/input/howto/install-ganeti.creole +++ b/input/howto/install-ganeti.creole @@ -334,7 +334,6 @@ manually. * If you are importing an instance from libvirt with LVM setup, you can adopt LVs: {{{ - gnt-instance add -t plain --os-type debootstrap+dsa-wheezy \ --disk 0:adopt=lully-boot \ --disk 1:adopt=lully-root \ @@ -342,7 +341,14 @@ manually. --disk 3:adopt=lully-log \ --hypervisor-parameters kvm:initrd_path=,kernel_path= \ --net 0:ip=82.195.75.99 -n clementi.debian.org lully.debian.org +}}} +And you want to convert it to use DRBD afterwards and start it on the cluster node, so we can ensure that DRBD is correctly working. +{{{ + gnt-instance shutdown lully.debian.org + gnt-instance modify -t drbd -n czerny.debian.org lully.debian.org + gnt-instance failover lully.debian.org + gnt-instance startup lully.debian.org }}} * Some instances NEED ide instead of virtio