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
2d3056cd
Commit
2d3056cd
authored
Jan 16, 2009
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove the noreload option to nfree; I used this for debugging but not
a good thing in production.
parent
8c6e87ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
protogeni/lib/GeniSliver.pm.in
protogeni/lib/GeniSliver.pm.in
+3
-3
No files found.
protogeni/lib/GeniSliver.pm.in
View file @
2d3056cd
#
!/usr/bin/perl -wT
#
!/usr/bin/perl -wT
#
#
#
EMULAB
-
COPYRIGHT
#
EMULAB
-
COPYRIGHT
#
Copyright
(
c
)
2008
University
of
Utah
and
the
Flux
Group
.
#
Copyright
(
c
)
2008
-
2009
University
of
Utah
and
the
Flux
Group
.
#
All
rights
reserved
.
#
All
rights
reserved
.
#
#
package
GeniSliver
;
package
GeniSliver
;
...
@@ -907,10 +907,10 @@ sub UnProvision($)
...
@@ -907,10 +907,10 @@ sub UnProvision($)
"Could remove virtnode entry for $pnode from $self
\n
"
;
"Could remove virtnode entry for $pnode from $self
\n
"
;
return
-
1
;
return
-
1
;
}
}
system
(
"
export NORELOAD=1;
$NFREE -x -q $pid $eid $pnode_id"
);
system
(
"$NFREE -x -q $pid $eid $pnode_id"
);
}
}
else
{
else
{
system
(
"
export NORELOAD=1;
$NFREE -q $pid $eid $node_id"
);
system
(
"$NFREE -q $pid $eid $node_id"
);
}
}
if
($?)
{
if
($?)
{
print
STDERR
"Could not deallocate $node from $self
\n
"
;
print
STDERR
"Could not deallocate $node from $self
\n
"
;
...
...
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