summaryrefslogtreecommitdiff
path: root/doc/config-cluster/deploying-ceph-conf.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/config-cluster/deploying-ceph-conf.rst')
-rw-r--r--doc/config-cluster/deploying-ceph-conf.rst20
1 files changed, 6 insertions, 14 deletions
diff --git a/doc/config-cluster/deploying-ceph-conf.rst b/doc/config-cluster/deploying-ceph-conf.rst
index 183967ded5f..30259b11633 100644
--- a/doc/config-cluster/deploying-ceph-conf.rst
+++ b/doc/config-cluster/deploying-ceph-conf.rst
@@ -1,10 +1,11 @@
==============================
Deploying Ceph Configuration
==============================
-Ceph's current deployment script does not copy the configuration file you
+Ceph's ``mkcephfs`` deployment script does not copy the configuration file you
created from the Administration host to the OSD Cluster hosts. Copy the
configuration file you created (*i.e.,* ``mycluster.conf`` in the example below)
-from the Administration host to ``etc/ceph/ceph.conf`` on each OSD Cluster host.
+from the Administration host to ``etc/ceph/ceph.conf`` on each OSD Cluster host
+if you are using ``mkcephfs`` to deploy Ceph.
::
@@ -12,18 +13,9 @@ from the Administration host to ``etc/ceph/ceph.conf`` on each OSD Cluster host.
ssh myserver02 sudo tee /etc/ceph/ceph.conf <mycluster.conf
ssh myserver03 sudo tee /etc/ceph/ceph.conf <mycluster.conf
-
-The current deployment script doesn't copy the start services. Copy the ``start``
-services from the Administration host to each OSD Cluster host. ::
-
- ssh myserver01 sudo /etc/init.d/ceph start
- ssh myserver02 sudo /etc/init.d/ceph start
- ssh myserver03 sudo /etc/init.d/ceph start
-
-The current deployment script may not create the default server directories. Create
-server directories for each instance of a Ceph daemon.
-
-Using the exemplary ``ceph.conf`` file, you would perform the following:
+The current deployment script does not create the default server directories. Create
+server directories for each instance of a Ceph daemon. Using the exemplary
+``ceph.conf`` file, you would perform the following:
On ``myserver01``::