Skip to content
Snippets Groups Projects
Verified Commit 640d90bc authored by anarcat's avatar anarcat
Browse files

some syntax errors

parent c9e23c29
No related branches found
No related tags found
No related merge requests found
......@@ -264,7 +264,7 @@ Import procedure:
ssh $INSTANCE shutdown -h +1 'migrating to new server'
8. redo migration as in step 3, 4 and 5:
8. redo migration as in step 3 and 4:
./ganeti -v -H $INSTANCE libvirt-import --ganeti-node $SPARE_NODE --libvirt-host $KVM_HOST --adopt
./ganeti -v -H $SPARE_NODE renumber-instance $INSTANCE
......@@ -273,10 +273,11 @@ Import procedure:
10. switch to DRBD, still on the Ganeti MASTER NODE:
gnt-instance stop $INSTANCE
gnt-instance modify -t drbd $INSTANCE
gnt-instance failover $INSTANCE
gnt-instance start $INSTANCE
gnt-instance stop $INSTANCE
gnt-instance modify -t drbd $INSTANCE
gnt-instance failover $INSTANCE
gnt-instance start $INSTANCE
11. switch DNS over to the new machine (see step 16 below)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment