1
0
mirror of https://github.com/ceph/ceph synced 2025-04-06 17:44:22 +00:00

doc: Whitespace cleanup.

Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
This commit is contained in:
Tommi Virtanen 2012-05-03 10:15:21 -07:00
parent 93dcc9886f
commit 5465e81097
30 changed files with 274 additions and 286 deletions

2
README
View File

@ -118,5 +118,3 @@ To build the source code, you must install the following:
For example:
$ apt-get install automake autoconf automake gcc g++ libboost-dev libedit-dev libssl-dev libtool libfcgi libfcgi-dev libfuse-dev linux-kernel-headers libcrypto++-dev

View File

@ -377,5 +377,3 @@ Syntax
::
DELETE /{bucket}/{object}?uploadId= HTTP/1.1

View File

@ -37,4 +37,3 @@ Response Entities
+----------------------------+-------------+-----------------------------------------------------------------+
| ``DisplayName`` | String | The bucket owner's display name. |
+----------------------------+-------------+-----------------------------------------------------------------+

View File

@ -45,4 +45,3 @@ On ``myserver04``::
mkdir srv/osd.3
.. important:: The ``host`` variable determines which host runs each instance of a Ceph daemon.

View File

@ -21,4 +21,3 @@ To start the cluster, execute the following::
Ceph should begin operating. You can check on the health of your Ceph cluster with the following::
ceph -k mycluster.keyring -c <path>/ceph.conf health

View File

@ -49,4 +49,3 @@ If you are using ``ext4``, enable XATTRs. ::
file system of the Ceph team in the long run, but ``xfs`` is currently more
stable than ``btrfs``. If you only plan to use RADOS and ``rbd`` without
snapshots and without ``radosgw``, the ``ext4`` file system should work just fine.

View File

@ -48,4 +48,3 @@ Once you add either release or autobuild packages for Debian/Ubuntu, you may
download them with ``apt`` as follows::
sudo apt-get update

View File

@ -46,4 +46,3 @@ processing capability and plenty of RAM.
| +----------------+------------------------------------+
| | Network | 2-1GB Ethernet NICs |
+--------------+----------------+------------------------------------+

View File

@ -96,4 +96,3 @@ to install Sphinx. To run Sphinx, with ``admin/build-doc``, at least the followi
Execute ``sudo apt-get install`` for each dependency that isn't installed on your host. ::
$ sudo apt-get install python-dev python-pip python-virtualenv libxml2-dev libxslt-dev doxygen ditaa graphviz

View File

@ -41,4 +41,3 @@ Once you clone the source code and submodules, your Ceph repository will be on t
::
git checkout master