X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=input%2Fhowto%2Finstall-ganeti.creole;h=85f1476b554305410907e0484d7c166b06f41848;hb=9f4de943db239b7f0837865e5d47ee092d8a6109;hp=f2fdf050542f4f12691111a83e6f7eded459f4dc;hpb=014ad4e687922b7cf1491fd2a283fbbe08c596a4;p=mirror%2Fdsa-wiki.git diff --git a/input/howto/install-ganeti.creole b/input/howto/install-ganeti.creole index f2fdf05..85f1476 100644 --- a/input/howto/install-ganeti.creole +++ b/input/howto/install-ganeti.creole @@ -290,7 +290,7 @@ When creating the instance, indicate both netwokrs: --os-type debootstrap+dsa \ --hypervisor-parameters kvm:initrd_path=,kernel_path= \ --net 0:ip=A.B.C.4 \ - --net 1:ip=E.F.G.4 \ + --net 1:link=br1,ip=E.F.G.4 \ qux.debian.org }}} @@ -301,7 +301,7 @@ When updating an existing instance, add the interface: {{{ gnt-instance shutdown qux.debian.org gnt-instance modify \ - --net add:ip=E.F.G.4 \ + --net add:link=br1,ip=E.F.G.4 \ qux.debian.org gnt-instance startup qux.debian.org }}}