Mention component names

The list mentioned in one of 4 items the name of the daemon and
used a descriptive name in the others. This is now consistent.

Change-Id: I1e0851a95ab6e5ab1a7b84a27d6aa6cd02acfce0
Closes-Bug: #1238515
This commit is contained in:
Andreas Jaeger 2013-10-11 10:29:22 +02:00
parent 380e2cd00a
commit 88d6180e1e

View File

@ -10,8 +10,8 @@
<para>It includes the following components:</para> <para>It includes the following components:</para>
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para><systemitem class="service" <para>Proxy Servers (<systemitem class="service"
>swift-proxy-server</systemitem>. Accepts Object Storage >swift-proxy-server</systemitem>). Accepts Object Storage
API and raw HTTP requests to upload files, modify API and raw HTTP requests to upload files, modify
metadata, and create containers. It also serves file or metadata, and create containers. It also serves file or
container listings to web browsers. To improve container listings to web browsers. To improve
@ -19,16 +19,20 @@
usually deployed with memcache.</para> usually deployed with memcache.</para>
</listitem> </listitem>
<listitem> <listitem>
<para>Account servers. Manage accounts defined with the <para>Account servers (<systemitem
Object Storage Service.</para> class="service">swift-account-server</systemitem>). Manage
accounts defined with the Object Storage Service.</para>
</listitem> </listitem>
<listitem> <listitem>
<para>Container servers. Manage a mapping of containers, or <para>Container servers (<systemitem
folders, within the Object Storage Service.</para> class="service">swift-container-server</systemitem>). Manage
a mapping of containers, or folders, within the Object
Storage Service.</para>
</listitem> </listitem>
<listitem> <listitem>
<para>Object servers. Manage actual objects, such as files, <para>Object servers (<systemitem
on the storage nodes.</para> class="service">swift-object-server</systemitem>). Manage
actual objects, such as files, on the storage nodes.</para>
</listitem> </listitem>
<listitem> <listitem>
<para>A number of periodic processes. Performs housekeeping <para>A number of periodic processes. Performs housekeeping