]> xenbits.xensource.com Git - people/aperard/osstest.git/commitdiff
README.dev: Miscellaneous minor improvements
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 8 Sep 2017 17:36:29 +0000 (18:36 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 8 Sep 2017 17:36:29 +0000 (18:36 +0100)
Clarify documentation on mg-blockage, and also suggest using
allocation instead.

No longer advise removing crontab as a way to shut osstest down.  The
stop file approach works fine and is less disruptive.

Minor formatting changes.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
README.dev

index 09b95314478c30618c1564dedf6e4c6776262760..6d37ada6bb046db53fb90b792c94a0300392f59b 100644 (file)
@@ -22,11 +22,14 @@ Removing machines for servicing/outage
 ======================================
 
 mg-blockage <date-from> <date-to> <hostflag> [<extra-xinfo>]
-OSSTEST_CONFIG=production-config ./mg-blockage '2014-05-21 0955' '2014-05-21 1400' equiv-marilith
 
+Eg
+ OSSTEST_CONFIG=production-config ./mg-blockage '2014-05-21 0955' '2014-05-21 1400' equiv-marilith
 
 Keeps running for the duration, so run it in a screen on the osstest VM.
 
+Or you can use mg-allocate.
+
 Commisioning a new machine
 ==========================
 
@@ -70,17 +73,16 @@ blessing and add the production ones, e.g.
 
 $ mg-hosts setflags HOSTA HOSTB -- \!blessed-commission blessed-{real,play,adhoc}
 
-Shutting down
-=============
 
-crontab -r (remove)
-crontab < crontab (restore afterwards)
+Shutting down the whole system
+==============================
 
-you can create a file "stop" in ~osstest/testing.git or
+You can create a file "stop" in ~osstest/testing.git or
 ~osstest/for-blah/something.git to cause that cron job to not start
 any new things. Put a note in the stop file to say why...  (in the
 former case, disables everything; in the latter, just that "branch")
 
+
 Creating a new branch
 =====================