Looks ok to me.
authorStephen Soltesz <soltesz@cs.princeton.edu>
Mon, 3 Nov 2008 16:14:16 +0000 (16:14 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Mon, 3 Nov 2008 16:14:16 +0000 (16:14 +0000)
migrations/v4-to-v5/migrate.sql

index 37a36fe..3bbd624 100644 (file)
@@ -236,13 +236,13 @@ INSERT INTO boot_states (boot_state) VALUES ('reinstall');
 -- xxx need checking 
 --
 -- boot          boot
--- dbg           safeboot ?
--- diag          failboot ?
+-- dbg           failboot
+-- diag          safeboot 
 -- disable       disabled
 -- inst          install
 -- rins          reinstall
--- new           reinstall ?
--- rcnf              failboot ?
+-- new           reinstall
+-- rcnf                 failboot
 
 
 UPDATE nodes SET boot_state='failboot' WHERE boot_state='dbg';