Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
97923a9c
Commit
97923a9c
authored
Aug 09, 2011
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Neuter this when boss is FSNODE.
parent
781299ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
tbsetup/nfstrace.in
tbsetup/nfstrace.in
+8
-3
No files found.
tbsetup/nfstrace.in
View file @
97923a9c
...
...
@@ -2,7 +2,7 @@
#
# EMULAB-COPYRIGHT
# Copyright (c) 2005
, 2006, 2010
University of Utah and the Flux Group.
# Copyright (c) 2005
-2011
University of Utah and the Flux Group.
# All rights reserved.
#
...
...
@@ -15,6 +15,7 @@ use IPC::Open2;
my
$TB
=
"
@prefix
@
";
my
$TBOPS
=
"
@TBOPSEMAIL
@
";
my
$TESTMODE
=
@TESTMODE@
;
my
$BOSSNODE
=
"
@BOSSNODE
@
";
my
$FSNODE
=
"
@FSNODE
@
";
my
$NFSTRACESUPPORT
=
@NFSTRACESUPPORT@
;
...
...
@@ -90,10 +91,14 @@ if ($EUID != 0) {
}
#
# If no
bugdb
support, just exit.
# If no
trace
support, just exit.
#
if
(
!
$NFSTRACESUPPORT
)
{
print
"
NFS trace support is not enabled. Exit ...
\n
";
print
"
NFS trace support is not enabled. Exiting ...
\n
";
exit
(
0
);
}
if
(
$BOSSNODE
eq
$FSNODE
)
{
print
"
NFS trace support disabled when FSNODE is boss. Exiting ...
\n
";
exit
(
0
);
}
...
...
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