From: Stephen Soltesz Date: Tue, 18 Dec 2007 18:55:52 +0000 (+0000) Subject: Cross module commit for 'diag' and 'disabled' node states. X-Git-Tag: PLCAPI-4.2-0~5 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=029e15304e3b93b16649ecca93d0bc851de76b0b;p=plcapi.git Cross module commit for 'diag' and 'disabled' node states. --- diff --git a/planetlab4.sql b/planetlab4.sql index 7482f87..3ee50a3 100644 --- a/planetlab4.sql +++ b/planetlab4.sql @@ -258,9 +258,10 @@ CREATE TABLE boot_states ( ) WITH OIDS; INSERT INTO boot_states (boot_state) VALUES ('boot'); INSERT INTO boot_states (boot_state) VALUES ('dbg'); +INSERT INTO boot_states (boot_state) VALUES ('diag'); +INSERT INTO boot_states (boot_state) VALUES ('disable'); INSERT INTO boot_states (boot_state) VALUES ('inst'); INSERT INTO boot_states (boot_state) VALUES ('rins'); -INSERT INTO boot_states (boot_state) VALUES ('rcnf'); INSERT INTO boot_states (boot_state) VALUES ('new'); -- Nodes