Removed links that jumped from overview straight to module source docs.
This commit is contained in:
parent
164914dc1b
commit
f5a2c5374c
@ -2,6 +2,8 @@
|
|||||||
Swift Architectural Overview
|
Swift Architectural Overview
|
||||||
============================
|
============================
|
||||||
|
|
||||||
|
.. TODO - add links to more detailed overview in each section below.
|
||||||
|
|
||||||
------------
|
------------
|
||||||
Proxy Server
|
Proxy Server
|
||||||
------------
|
------------
|
||||||
@ -19,8 +21,6 @@ When objects are streamed to or from an object server, they are streamed
|
|||||||
directly through the proxy server to of from the user -- the proxy server
|
directly through the proxy server to of from the user -- the proxy server
|
||||||
does not spool them.
|
does not spool them.
|
||||||
|
|
||||||
For more detailed information about the proxy server, see :doc:`proxy`
|
|
||||||
|
|
||||||
--------
|
--------
|
||||||
The Ring
|
The Ring
|
||||||
--------
|
--------
|
||||||
@ -54,8 +54,6 @@ drives are used in a cluster.
|
|||||||
The ring is used by the Proxy server and several background processes
|
The ring is used by the Proxy server and several background processes
|
||||||
(like replication).
|
(like replication).
|
||||||
|
|
||||||
For more detailed information about the ring, see :doc:`overview_ring`
|
|
||||||
|
|
||||||
-------------
|
-------------
|
||||||
Object Server
|
Object Server
|
||||||
-------------
|
-------------
|
||||||
@ -74,8 +72,6 @@ version of the file (a 0 byte file ending with ".ts", which stands for
|
|||||||
tombstone). This ensures that deleted files are replicated correctly and
|
tombstone). This ensures that deleted files are replicated correctly and
|
||||||
older versions don't magically reappear due to failure scenarios.
|
older versions don't magically reappear due to failure scenarios.
|
||||||
|
|
||||||
For more detailed information about the object server, see :doc:`object`
|
|
||||||
|
|
||||||
----------------
|
----------------
|
||||||
Container Server
|
Container Server
|
||||||
----------------
|
----------------
|
||||||
@ -87,8 +83,6 @@ across the cluster similar to how objects are. Statistics are also tracked
|
|||||||
that include the total number of objects, and total storage usage for that
|
that include the total number of objects, and total storage usage for that
|
||||||
container.
|
container.
|
||||||
|
|
||||||
For more detailed information about the container server, see :doc:`container`
|
|
||||||
|
|
||||||
--------------
|
--------------
|
||||||
Account Server
|
Account Server
|
||||||
--------------
|
--------------
|
||||||
@ -96,8 +90,6 @@ Account Server
|
|||||||
The Account Server is very similar to the Container Server, excepting that
|
The Account Server is very similar to the Container Server, excepting that
|
||||||
it is responsible for listings of containers rather than objects.
|
it is responsible for listings of containers rather than objects.
|
||||||
|
|
||||||
For more detailed information about the account server see :doc:`account`
|
|
||||||
|
|
||||||
-----------
|
-----------
|
||||||
Replication
|
Replication
|
||||||
-----------
|
-----------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user