From: Stephen Soltesz Date: Mon, 3 Nov 2008 16:14:16 +0000 (+0000) Subject: Looks ok to me. X-Git-Tag: PLCAPI-4.3-2~16 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=9d7d72a7b743b58defe3365d854192dd344cafeb;p=plcapi.git Looks ok to me. --- diff --git a/migrations/v4-to-v5/migrate.sql b/migrations/v4-to-v5/migrate.sql index 37a36fe0..3bbd6248 100644 --- a/migrations/v4-to-v5/migrate.sql +++ b/migrations/v4-to-v5/migrate.sql @@ -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';