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
a6a06ad6
Commit
a6a06ad6
authored
Oct 05, 2011
by
Jonathon Duerig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove the 'force-new-ptopgen' option for now.
parent
60ce6f94
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
tbsetup/mapper.in
tbsetup/mapper.in
+3
-3
No files found.
tbsetup/mapper.in
View file @
a6a06ad6
...
...
@@ -49,7 +49,7 @@ sub usage ()
print
STDERR
"
-p - Do a precheck for mapability on an empty testbed -
"
.
"
implies -n
\n
";
print
STDERR
"
-l - Use rspec v2 instead of the text file format
\n
";
print
STDERR
"
-z - Force new ptopgen
\n
";
#
print STDERR " -z - Force new ptopgen\n";
print
STDERR
"
-Z - Force old ptopgen
\n
";
print
STDERR
"
-A - Tell ptopgen all nodes are free; only with -n
\n
";
exit
(
$WRAPPER_FAILED
);
...
...
@@ -212,8 +212,8 @@ if (defined($options{"Z"})) {
$use_old_ptopgen
=
1
;
}
if
(
defined
(
$options
{"
z
"}))
{
$use_old_ptopgen
=
0
;
$PTOPGEN
=
$PTOPGEN_NEW
;
#
$use_old_ptopgen = 0;
#
$PTOPGEN = $PTOPGEN_NEW;
}
if
(
$allnodesfree
&&
!
$impotent
)
{
fatal
("
Not allowed to use -A without -n (impotent) option
");
...
...
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