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
89cfe614
Commit
89cfe614
authored
Sep 08, 2008
by
Leigh B. Stoller
Browse files
Ignore federated (geni) nodes when doing node_status, at least for
now.
parent
7c874741
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/node_status.in
View file @
89cfe614
#!/usr/bin/perl -w
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
5, 2007
University of Utah and the Flux Group.
# Copyright (c) 2000-200
8
University of Utah and the Flux Group.
# All rights reserved.
#
use
English
;
...
...
@@ -123,7 +123,7 @@ my $query_result =
"
((unix_timestamp()-unix_timestamp(ns.status_timestamp)) >
$vnode_timeout
)) ||
"
.
# Widearea nodes:
"
(nt.isremotenode=1 && nt.isplabdslice=0 &&
"
.
"
nt.isplabphysnode=0 &&
"
.
"
nt.isplabphysnode=0 &&
nt.isfednode=0 &&
"
.
"
((unix_timestamp()-unix_timestamp(ns.status_timestamp)) >
$wa_timeout
)) ||
"
.
# Plab physical nodes:
"
(nt.isplabphysnode=1 &&
"
.
...
...
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