summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wilkins <john.wilkins@inktank.com>2013-09-16 18:57:46 -0700
committerJohn Wilkins <john.wilkins@inktank.com>2013-09-16 18:57:46 -0700
commite55d59f8269a806eb5033e82f7f704e672d33046 (patch)
treee3e16dfe4db4909ca2099d11d7330cfab2559b24
parent0be2c87a54beb2385fd008ae58419b3cc37fe09a (diff)
downloadceph-e55d59f8269a806eb5033e82f7f704e672d33046.tar.gz
doc: Updated usage.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r--doc/rados/configuration/ceph-conf.rst12
1 files changed, 4 insertions, 8 deletions
diff --git a/doc/rados/configuration/ceph-conf.rst b/doc/rados/configuration/ceph-conf.rst
index fc316478034..e0633483120 100644
--- a/doc/rados/configuration/ceph-conf.rst
+++ b/doc/rados/configuration/ceph-conf.rst
@@ -504,12 +504,8 @@ See `General Settings`_, `OSD Settings`_, `Monitor Settings`_, `MDS Settings`_,
.. _RGW Settings: ../../../radosgw/config-ref/
.. _Log Settings: ../log-and-debug-ref
-When deploying the Ceph configuration file, ensure that you use the cluster name
-in your command line syntax. For example::
- ssh myserver01 sudo tee /etc/ceph/openstack.conf < /etc/ceph/openstack.conf
-
-When creating default directories or files, you should also use the cluster
+When creating default directories or files, you should use the cluster
name at the appropriate places in the path. For example::
sudo mkdir /var/lib/ceph/osd/openstack-0
@@ -520,10 +516,10 @@ name at the appropriate places in the path. For example::
have monitors using port 6789, use a different port for your other cluster(s).
To invoke a cluster other than the default ``ceph`` cluster, use the
-``--cluster=clustername`` option with the ``ceph`` command. For example::
-
- ceph --cluster=openstack health
+``-c {filename}.conf`` option with the ``ceph`` command. For example::
+ ceph -c {cluster-name}.conf health
+ ceph -c openstack.conf health
.. _Hardware Recommendations: ../../../install/hardware-recommendations