[Swift-commit] r6548 - trunk/docs/siteguide
ketan at ci.uchicago.edu
ketan at ci.uchicago.edu
Thu Jun 13 14:01:38 CDT 2013
Author: ketan
Date: 2013-06-13 14:01:38 -0500 (Thu, 13 Jun 2013)
New Revision: 6548
Modified:
trunk/docs/siteguide/ec2
Log:
cleanup
Modified: trunk/docs/siteguide/ec2
===================================================================
--- trunk/docs/siteguide/ec2 2013-06-13 18:51:24 UTC (rev 6547)
+++ trunk/docs/siteguide/ec2 2013-06-13 19:01:38 UTC (rev 6548)
@@ -11,7 +11,11 @@
If you already have an EC2 allocation, you can use either the web console or command-line interface to manage resources.
-Before using EC2 for Swift you must create a security group in order to allow Swift communicate with EC2 instances via open ports. In order to create a security group, follow instructions link:http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html#creating-security-group[here]. Preferably, open ports between 50000 and 51000.
+Before using EC2 for Swift you must create a security group in order to allow
+Swift communicate with EC2 instances via open ports. In order to create a
+security group, follow instructions
+link:http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html#creating-security-group[here].
+Preferably, open ports between 50000 and 51000.
Paste your credentials from the EC2 web console into AWS_ACCESS_KEY and AWS_SECRET_KEY and export them in your .bashrc as follows:
@@ -66,9 +70,10 @@
export WORKER_USERNAME=root
# Worker host names for ssh
-# export WORKER_HOSTS="crush thwomp stomp crank grind churn trounce thrash vanquish"
+# export WORKER_HOSTS="crush thwomp"
-# Directory to keep log files, relative to working directory when launching start-coaster-service
+# Directory to keep log files,
+#relative to working directory when launching start-coaster-service
export LOG_DIR=logs
export WORKER_LOG_DIR=/root
@@ -82,7 +87,7 @@
# Below are various settings to give information about how to create sites.xml
export WORK=/tmp/swift.work
export JOBSPERNODE=4
-export JOBTHROTTLE=$( echo "scale=5; ($JOBS_PER_NODE * $( echo $WORKER_HOSTS | wc -w ))/100 - 0.00001"|bc )
+export JOBTHROTTLE=$( echo "scale=5; ($JOBS_PER_NODE * $( echo $WORKER_HOSTS|wc -w ))/100 - 0.00001"|bc )
# Swift applications
#app cat=/bin/cat
More information about the Swift-commit
mailing list