
Use "swift" instead of "Swift". Use "Telemetry" instead of "Ceilometer" where appropriate, lowercase "ceilometer" as project name. Reformat file common/section_objectstorage-features.xml. Add some systemitem markup. Partial-Bug: #1217503 Change-Id: Ia56a245a4993e4ea92fe19f38af443cf1bc411f5
24 lines
1.7 KiB
XML
24 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<section xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
version="5.0"
|
|
xml:id="section_objectstorage-intro">
|
|
<!-- ... Old module003-ch001-intro-objstore edited, renamed, and stored in doc/common for use by both Cloud Admin and Operator Training Guides... -->
|
|
<title>Introduction to Object Storage</title>
|
|
<para>OpenStack Object Storage (code-named swift) is open source software for creating
|
|
redundant, scalable data storage using clusters of standardized servers to store petabytes
|
|
of accessible data. It is a long-term storage system for large amounts of static data that
|
|
can be retrieved, leveraged, and updated. Object Storage uses a distributed architecture
|
|
with no central point of control, providing greater scalability, redundancy, and permanence.
|
|
Objects are written to multiple hardware devices, with the OpenStack software responsible
|
|
for ensuring data replication and integrity across the cluster. Storage clusters scale
|
|
horizontally by adding new nodes. Should a node fail, OpenStack works to replicate its
|
|
content from other active nodes. Because OpenStack uses software logic to ensure data
|
|
replication and distribution across different devices, inexpensive commodity hard drives and
|
|
servers can be used in lieu of more expensive equipment.</para>
|
|
<para>Object Storage is ideal for cost effective, scale-out storage. It provides a fully
|
|
distributed, API-accessible storage platform that can be integrated directly into
|
|
applications or used for backup, archiving, and data retention.</para>
|
|
</section>
|