Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
edbdc5ea
Commit
edbdc5ea
authored
Jan 27, 2005
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add sitevar 'swap/admission_control_debug' to turn debugging output on
and off.
parent
e9d02b34
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
sql/sitevars-create.sql
sql/sitevars-create.sql
+1
-0
No files found.
sql/sitevars-create.sql
View file @
edbdc5ea
...
...
@@ -44,6 +44,7 @@ INSERT INTO sitevariables VALUES ('general/autoswap_mode',NULL,'0','Control whet
INSERT
INTO
sitevariables
VALUES
(
'webcam/anyone_can_view'
,
NULL
,
'0'
,
'Turn webcam viewing on/off for mere users; default is off'
);
INSERT
INTO
sitevariables
VALUES
(
'webcam/admins_can_view'
,
NULL
,
'1'
,
'Turn webcam viewing on/off for admin users; default is on'
);
INSERT
INTO
sitevariables
VALUES
(
'swap/use_admission_control'
,
NULL
,
'1'
,
'Use admission control when swapping in experiments'
);
INSERT
INTO
sitevariables
VALUES
(
'swap/admission_control_debug'
,
NULL
,
'0'
,
'Turn on/off admission control debugging (lots of output!)'
);
INSERT
INTO
sitevariables
VALUES
(
'robotlab/override'
,
NULL
,
''
,
'Turn the Robot Lab on/off (open/close). This is an override over other settings'
);
INSERT
INTO
sitevariables
VALUES
(
'robotlab/exclusive'
,
NULL
,
'1'
,
'Only one experiment at a time; do not turn this off!'
);
INSERT
INTO
sitevariables
VALUES
(
'robotlab/opentime'
,
NULL
,
'07:00'
,
'Time the Robot lab opens for use.'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment