mirror of
https://github.com/ceph/ceph
synced 2025-01-08 20:21:33 +00:00
812989bf35
doc/architecture.rst - removed broken reference. doc/config-cluster - cleanup and added chef doc/install - Made generic to add Chef, OpenStack and libvert installs doc/init - Created light start | stop and health section doc/source - Removed $ from code examples. Trimmed paras to 80 char doc/images - Added preliminary diagram for Chef. doc/rec - Added reference to hardware. Added filesystem info. Signed-off-by: John Wilkins <john.wilkins@dreamhost.com>
18 lines
627 B
ReStructuredText
18 lines
627 B
ReStructuredText
==================================
|
|
Deploying Ceph with ``mkcephfs``
|
|
==================================
|
|
|
|
Once you have copied your Ceph Configuration to the OSD Cluster hosts,
|
|
you may deploy Ceph with the ``mkcephfs`` script.
|
|
|
|
.. note:: ``mkcephfs`` is a quick bootstrapping tool. It does not handle more
|
|
complex operations, such as upgrades.
|
|
|
|
For production environments, you deploy Ceph using Chef cookbooks. To run
|
|
``mkcephfs``, execute the following::
|
|
|
|
sudo mkcephfs -a -c /etc/ceph/ceph.conf -k ceph.keyring
|
|
|
|
The script adds an admin key to the ``ceph.keyring``, which is analogous to a
|
|
root password.
|