2012-05-03 03:31:35 +00:00
|
|
|
=============
|
|
|
|
Quick Start
|
|
|
|
=============
|
2012-05-03 17:15:21 +00:00
|
|
|
Ceph is intended for large-scale deployments, but you may install Ceph on a
|
|
|
|
single host. Quick start is intended for Debian/Ubuntu Linux distributions.
|
2012-05-01 02:03:53 +00:00
|
|
|
|
2012-05-22 16:53:34 +00:00
|
|
|
#. `Install Ceph packages`_
|
2012-05-03 16:44:55 +00:00
|
|
|
#. Create a ``ceph.conf`` file.
|
2012-05-22 16:53:34 +00:00
|
|
|
See `Ceph Configuration Files`_ for details.
|
2012-05-30 21:29:10 +00:00
|
|
|
#. Deploy the Ceph configuration.
|
|
|
|
See `Deploy with mkcephfs`_ for details.
|
2012-05-22 16:53:34 +00:00
|
|
|
#. Start a Ceph cluster.
|
|
|
|
See `Starting a Cluster`_ for details.
|
2012-06-06 17:45:26 +00:00
|
|
|
#. Mount Ceph FS.
|
|
|
|
See `Ceph FS`_ for details.
|
2012-05-22 16:53:34 +00:00
|
|
|
|
|
|
|
|
|
|
|
.. _Install Ceph packages: ../../install/debian
|
|
|
|
.. _Ceph Configuration Files: ../../config-cluster/ceph-conf
|
2012-05-30 21:29:10 +00:00
|
|
|
.. _Deploy with mkcephfs: ../../config-cluster/mkcephfs
|
2012-05-22 16:53:34 +00:00
|
|
|
.. _Starting a Cluster: ../../init/start-cluster/
|
2012-06-06 17:45:26 +00:00
|
|
|
.. _Ceph FS: ../../cephfs/
|