Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
116
Issues
116
List
Board
Labels
Milestones
Merge Requests
4
Merge Requests
4
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
5bb06551
Commit
5bb06551
authored
Feb 01, 2019
by
Leigh Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mike says 200Mb for frisbee max rate on the fixed endpoints.
parent
2497bcd6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
powder-fixed
install/phases/boss/powder-fixed
+10
-1
No files found.
install/phases/boss/powder-fixed
View file @
5bb06551
...
...
@@ -71,7 +71,6 @@ sub Install($$$)
close(CN);
};
Phase "targetconfig", "Reading in targetsys config variables", sub {
PhaseFail("No config file")
if (! -e $TARGETSYSVARS);
...
...
@@ -135,6 +134,16 @@ sub Install($$$)
ExecQuietFatal("$MYSQL $DBNAME < $SQLSTUFF");
};
#
# Mike says 200000000 is good for fixed nodes.
#
Phase "frisbeerate", "Setting frisbeed max rate", sub {
ExecQuietFatal("$PREFIX/sbin/setsitevar ".
"images/frisbee/maxrate_std 200000000");
ExecQuietFatal("$PREFIX/sbin/setsitevar ".
"images/frisbee/maxrate_usr 200000000");
};
#
# Extra install
#
...
...
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