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
972132be
Commit
972132be
authored
Dec 05, 2005
by
Timothy Stack
Browse files
Only select nodes with a cnet interface (i.e. not motes).
parent
2f5f6da6
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/nfstrace.in
View file @
972132be
...
@@ -136,6 +136,7 @@ if ($cmd eq "gc" && defined($pid)) {
...
@@ -136,6 +136,7 @@ if ($cmd eq "gc" && defined($pid)) {
"
where nodes.role='testnode'
"
.
"
where nodes.role='testnode'
"
.
"
and node_types.isvirtnode=0
"
.
"
and node_types.isvirtnode=0
"
.
"
and node_types.isremotenode=0
"
.
"
and node_types.isremotenode=0
"
.
"
and node_types.control_net is not null
"
.
"
and pid='
$pid
' and eid='
$eid
'
");
"
and pid='
$pid
' and eid='
$eid
'
");
while
(
my
(
$vname
)
=
$nodes_result
->
fetchrow_array
)
{
while
(
my
(
$vname
)
=
$nodes_result
->
fetchrow_array
)
{
...
...
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