mirror of
https://github.com/ceph/ceph
synced 2025-02-18 16:37:41 +00:00
doc: Added install for storage cluster.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
This commit is contained in:
parent
5a6412ef7c
commit
1bf413eb96
41
doc/install/install-storage-cluster.rst
Normal file
41
doc/install/install-storage-cluster.rst
Normal file
@ -0,0 +1,41 @@
|
||||
==============================
|
||||
Install Ceph Storage Cluster
|
||||
==============================
|
||||
|
||||
|
||||
Installing with APT
|
||||
===================
|
||||
|
||||
Once you have added either release or development packages to APT, you should
|
||||
update APT's database and install Ceph::
|
||||
|
||||
sudo apt-get update && sudo apt-get install ceph ceph-mds
|
||||
|
||||
|
||||
|
||||
Installing with RPM
|
||||
===================
|
||||
|
||||
To install pre-requisite packages, execute the following::
|
||||
|
||||
sudo yum install snappy leveldb gdisk python-argparse gperftools-libs
|
||||
|
||||
Once you have added either release or development packages, or added a
|
||||
``ceph.repo`` file to ``/etc/yum.repos.d``, you can install Ceph packages. ::
|
||||
|
||||
sudo yum install ceph
|
||||
|
||||
.. note:: You can also use ``ceph-deploy`` to install Ceph packages.
|
||||
|
||||
|
||||
Installing a Build
|
||||
==================
|
||||
|
||||
If you build Ceph from source code, you may install Ceph in user space
|
||||
by executing the following::
|
||||
|
||||
sudo make install
|
||||
|
||||
If you install Ceph locally, ``make`` will place the executables in
|
||||
``usr/local/bin``. You may add the Ceph configuration file to the
|
||||
``usr/local/bin`` directory to run Ceph from a single directory.
|
Loading…
Reference in New Issue
Block a user