trailing spaces
[tests.git] / system / AA-bonding.md
index 3fd18b2..2c8ae0d 100644 (file)
@@ -63,6 +63,8 @@ as a matter of fact when doing `run -g $bonding` one can invoke most of the usua
        <<visual check>>
        rung bonding-node
 
+-------
+-------
 
 # upgrading nodes
 
@@ -71,25 +73,38 @@ targets like `nodedistro-f22` can be used to change a node's fcdistro
 
 ## testing upgrade (one node)
 
-testing a node upgrade; we start from a f21 myplc and upgrade the node to f22
+testing a node upgrade; we start from a f20 myplc and upgrade the node to f22
 
 ### Init
 
-    f21
+    f20
     bond22
     rung
-    run nodeplain-off
 
-### Upgrade the node (make sure nodeplain is off)
+### Upgrade the node
     
-    run nodedistro-f22 nodestate-upgrade
-    run reset-node wait-node
+    run nodedistro-f22         upgrade
     
 ### Reinstall - back to square 1
 
-       run nodedistro-f21 nodestate-reinstall
-       run reset-node wait-node
+       run nodedistro-f20 reinstall
     
+### Complete test sequence (containers)
+
+A fairly decent test suite in this context is to run this
+
+**Subject build is f>=18**
+
+    run nodedistro-f20 reinstall reboot nodedistro-f22 upgrade reboot reinstall reboot
+
+The only thing missing with this is to test bootmanager in the context of a f14 bootCD
+
+### Complete test sequence (mixed vservers+containers)
+
+If on the contrary the build under test is a f14, then run instead this; upgrading a f14 node to f>=18 is not supported due to /vservers being an ext3 filesystem
+
+    run nodedistro-f14 reinstall reboot nodedistro-f22 reinstall reboot upgrade reboot
+
 ### Run bootmanager interactively during upgrade
 To deploy experimental bootmanager code:
 
@@ -99,11 +114,10 @@ To deploy experimental bootmanager code:
 
 Then 
 
-    run nodedistro-f22 nodestate-safeboot 
-    run reset-node ssh-node-debug
+    run nodedistro-f22 debug-mode
     testnodedbg
     
     cd /tmp/source
     ./BootManager.py upgrade
     
-       
+Beware that when running installation in debug mode, some stuff like iirc `vgcreate` wait for 'y' for confirmation