Updated SAIO to point to RHEL instructions on wiki

This commit is contained in:
Anne Gentle 2010-10-28 17:01:50 -05:00
parent 937554c85e
commit a6ccc44f89
4 changed files with 6 additions and 4 deletions

View File

@ -17,6 +17,9 @@ virtual machine will emulate running a four node Swift cluster.
* Create guest virtual machine from the Ubuntu image.
Additional information about setting up a Swift development snapshot on Fedora, CentOS, or RHEL (Red Hat Enterprise Linux) is available on
the wiki at http://wiki.openstack.org/RhelInstructions.
-----------------------------------------
Installing dependencies and the core code
-----------------------------------------

View File

@ -37,5 +37,4 @@ Production
----------
We do not have documentation yet on how to set up and configure Swift for a
production cluster, but hope to begin work on those soon.
production cluster, but hope to begin work on those soon.

View File

@ -40,7 +40,7 @@ Deployment:
.. toctree::
:maxdepth: 1
deployment_guide
admin_guide
debian_package_guide

View File

@ -4,7 +4,7 @@ Rate Limiting
Rate limiting in swift is implemented as a pluggable middleware. Rate
limiting is performed on requests that result in database writes to the
account and container sqlite dbs. It uses memcached and is dependant on
account and container sqlite dbs. It uses memcached and is dependent on
the proxy servers having highly synchronized time. The rate limits are
limited by the accuracy of the proxy server clocks.