Skip to content
GitLab
Menu
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
40ee38bc
Commit
40ee38bc
authored
Feb 17, 2017
by
Leigh B Stoller
Browse files
Add back option to force all reservations to start out pending.
parent
132e4c8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniCluster.pm.in
View file @
40ee38bc
...
...
@@ -750,7 +750,7 @@ sub Reserve($)
}
GeniUtil
::
FlipToElabMan
();
my
$
output
=
GeniUtil
::
ExecQuiet
(
"$WAP $TB/sbin/reserve $args"
);
my
$
output
=
GeniUtil
::
ExecQuiet
(
"$WAP $TB/sbin/reserve
-p
$args"
);
if
($?
&&
$?
>>
8
!= 2) {
GeniUtil
::
FlipToGeniUser
();
...
...
Write
Preview
Supports
Markdown
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