Updated SAIO to point to RHEL instructions on wiki
This commit is contained in:
parent
937554c85e
commit
a6ccc44f89
@ -17,6 +17,9 @@ virtual machine will emulate running a four node Swift cluster.
|
|||||||
|
|
||||||
* Create guest virtual machine from the Ubuntu image.
|
* 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
|
Installing dependencies and the core code
|
||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
|
@ -38,4 +38,3 @@ Production
|
|||||||
|
|
||||||
We do not have documentation yet on how to set up and configure Swift for a
|
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.
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ Rate Limiting
|
|||||||
|
|
||||||
Rate limiting in swift is implemented as a pluggable middleware. Rate
|
Rate limiting in swift is implemented as a pluggable middleware. Rate
|
||||||
limiting is performed on requests that result in database writes to the
|
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
|
the proxy servers having highly synchronized time. The rate limits are
|
||||||
limited by the accuracy of the proxy server clocks.
|
limited by the accuracy of the proxy server clocks.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user