openstack-manuals/doc/common/section_about-object-storage.xml
Christian Berendt b2235bf3fb Unified the syntax of the XML root element (common)
Execluded all XML files in the directory doc/common/tables because
they are autogenerated.

The XML root element of Docbook XML files should match the following
format:

<ELEMENT 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="THE_XML_ID_OF_THE_ELEMENT">

Change-Id: If12091be81ec8b2e6e53bfcb4c3a883a65e24736
2014-07-09 22:23:03 +02:00

32 lines
1.8 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="ch_introduction-to-openstack-object-storage">
<title>Introduction to Object Storage</title>
<para>Object Storage is a robust, highly scalable and
fault tolerant storage platform for unstructured data
such as objects. Objects are stored bits, accessed
through a RESTful, HTTP-based interface. You cannot access
data at the block or file level. Object Storage is commonly
used to archive and back up data, with use cases in
virtual machine image, photo, video and music storage.</para>
<para>Object Storage provides a high degree of availability, throughput,
and performance with its scale out architecture. Each object is
replicated across multiple servers, residing within the
same data center or across data centers, which mitigates the risk
of network and hardware failure. In the event of hardware failure,
Object Storage will automatically copy objects to a new location
to ensure that there are always three copies available.
Object Storage is an eventually consistent distributed storage
platform; it sacrifices consistency for maximum
availability and partition tolerance. Object Storage enables you to
create a reliable platform by using commodity hardware and
inexpensive storage.</para>
<para>For more information, review the key concepts
in the developer documentation at <link
xlink:href="http://docs.openstack.org/developer/swift/"
>docs.openstack.org/developer/swift/</link>.</para>
</section>