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
cb57bc7d
Commit
cb57bc7d
authored
Dec 31, 2002
by
Leigh B. Stoller
Browse files
Minor fix for qualified name of virtual nodes.
parent
8e6c0141
Changes
1
Show whitespace changes
Inline
Side-by-side
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
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