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
cb57bc7d
Commit
cb57bc7d
authored
Dec 31, 2002
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor fix for qualified name of virtual nodes.
parent
8e6c0141
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tbsetup/tbreport.in
tbsetup/tbreport.in
+2
-2
No files found.
tbsetup/tbreport.in
View file @
cb57bc7d
...
...
@@ -170,13 +170,13 @@ if ($shownodes) {
while
((
$vname
,
$ips
,
$osname
,
$cmd_line
,
$rpms
,
$deltas
,
$startupcmd
,
$tarfiles
,
$type
,
$fixed
)
=
$virtnodes_result
->
fetchrow_array
())
{
my
$qualname
=
"
$vname
.
$eid
.
$pid
.
$DOMAIN
";
if
(
$fixed
)
{
$vname
=
"
$vname
(
$fixed
)
";
}
printf
"
%-15s %-12s %-15s %s
\n
",
$vname
,
$type
,
$osname
,
"
$vname
.
$eid
.
$pid
.
$DOMAIN
";
printf
"
%-15s %-12s %-15s %s
\n
",
$vname
,
$type
,
$osname
,
$qualname
;
if
(
$cmd_line
ne
"")
{
printf
"
%-17s %s
\n
",
"
Command Line:
",
$cmd_line
;
}
...
...
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