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
67234209
Commit
67234209
authored
Aug 27, 2003
by
Austin Clements
Browse files
Removed debug switches being passed to plab* scripts
parent
ecf4c54c
Changes
2
Hide whitespace changes
Inline
Side-by-side
tbsetup/tbswap.in
View file @
67234209
...
...
@@ -566,7 +566,7 @@ sub doSwapout($) {
if
(
!
$db_result
->
numrows
)
{
print
"
Destroying Planetlab slice.
\n
";
TBDebugTimeStamp
("
plabslice destroy started
");
if
(
system
("
plabslice
-v
destroy
$pid
$eid
"))
{
if
(
system
("
plabslice destroy
$pid
$eid
"))
{
print
STDERR
"
*** Failed to destroy Plab dslice
\n
";
$swapout_errors
=
1
;
}
...
...
@@ -776,7 +776,7 @@ sub doSwapin($) {
print
"
Creating Planetlab slice.
\n
";
TBDebugTimeStamp
("
plabslice create started
");
if
(
system
("
plabslice
-v
create
$pid
$eid
"))
{
if
(
system
("
plabslice create
$pid
$eid
"))
{
print
STDERR
"
*** Failed to create Plab dslice
\n
";
return
3
;
}
...
...
tbsetup/vnode_setup.in
View file @
67234209
...
...
@@ -279,7 +279,7 @@ foreach my $node (@nodes) {
}
if
(
$plab
&&
$killmode
)
{
if
(
system
("
$TB
/sbin/plabnode
-v -d
free
$pid
$eid
$node
"))
{
if
(
system
("
$TB
/sbin/plabnode free
$pid
$eid
$node
"))
{
warn
("
*** $0:
\n
"
.
"
Plab node free failed
");
}
...
...
@@ -295,7 +295,7 @@ foreach my $node (@nodes) {
$UID
=
0
;
if
(
$plab
&&
!
$killmode
)
{
if
(
system
("
$TB
/sbin/plabnode
-v -d
alloc
$pid
$eid
$node
"))
{
if
(
system
("
$TB
/sbin/plabnode alloc
$pid
$eid
$node
"))
{
die
("
*** $0:
\n
"
.
"
Plab node allocation failed
");
}
...
...
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