Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
ffbbed2c
Commit
ffbbed2c
authored
Aug 07, 2017
by
Leigh B Stoller
Browse files
Define Protogeni error 23 (No space on device).
parent
488c361b
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/aptui/instance_defs.php
View file @
ffbbed2c
...
...
@@ -48,7 +48,7 @@ $geni_response_codes =
"Error 20"
,
"Error 21"
,
"Error 22"
,
"
Error 23
"
,
"
No space left on device or over quota
"
,
"Vlan Unavailable"
,
"Insufficient Bandwidth"
,
"Insufficient Nodes"
,
...
...
@@ -59,6 +59,8 @@ define("GENIRESPONSE_BADARGS", 1);
define
(
"GENIRESPONSE_REFUSED"
,
7
);
define
(
"GENIRESPONSE_TIMEDOUT"
,
8
);
define
(
"GENIRESPONSE_SEARCHFAILED"
,
12
);
define
(
"GENIRESPONSE_ALREADYEXISTS"
,
17
);
define
(
"GENIRESPONSE_NOSPACE"
,
23
);
define
(
"GENIRESPONSE_VLAN_UNAVAILABLE"
,
24
);
define
(
"GENIRESPONSE_INSUFFICIENT_BANDWIDTH"
,
25
);
define
(
"GENIRESPONSE_INSUFFICIENT_NODES"
,
26
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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