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-stable
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
emulab
emulab-stable
Commits
2f8c0d21
Commit
2f8c0d21
authored
Oct 21, 2008
by
Mike Hibler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document DISABLE_NAMED_SETUP and DISABLE_EXPORTS_SETUP.
parent
0e2da40b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
defs-example
defs-example
+19
-0
No files found.
defs-example
View file @
2f8c0d21
...
...
@@ -230,6 +230,25 @@ VIRTNODE_NETMASK=255.240.0.0
JAILIPBASE=$VIRTNODE_NETWORK
JAILIPMASK=$VIRTNODE_NETMASK
#
# Selective disable of a couple of features.
#
# DISABLE_NAMED_SETUP If you are not running a name server on your boss.
# This will prevent you from using the virtual node
# names (e.g., node1.eid.pid.<your-domain>).
#
# DISABLE_EXPORTS_SETUP Prevent dynamic configuration of the exports file
# on your "fs" node. You will need to use this if
# your fs node is not running FreeBSD or is otherwise
# not under your control. If you set this option, you
# will need to ensure that ALL your Emulab filesystems
# (e.g., /proj, /users) are exported to ALL your nodes.
# This has obvious security implications and YOU REALLY
# SHOULD NOT DO THIS.
#
DISABLE_NAMED_SETUP=0
DISABLE_EXPORTS_SETUP=0
#
# Only supported on the Mother Ship (emulab.net) right now.
#
...
...
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