]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-deploy would not support --cluster option anymore 26471/head
authorTatsuya Naganawa <tnaganawa@users.noreply.github.com>
Sun, 17 Feb 2019 17:25:05 +0000 (02:25 +0900)
committerGitHub <noreply@github.com>
Sun, 17 Feb 2019 17:25:05 +0000 (02:25 +0900)
Since ceph-deploy would not support --cluster option anymore, section in this doc could be removed
Signed-off-by: Tatsuya Naganawa <tatsuyan201101@gmail.com>
doc/rados/deployment/ceph-deploy-new.rst

index 5eb37a9d928c44e7e6d24f8d29dee7dbe7fd67e3..1ddaf5708e7bc8578872b44a1967d2a99efcf4ea 100644 (file)
@@ -41,26 +41,6 @@ to the Ceph configuration file. For additional details, execute::
        ceph-deploy new -h
 
 
-Naming a Cluster
-----------------
-
-By default, Ceph clusters have a cluster name of ``ceph``. You can specify
-a cluster name if you want to run multiple clusters on the same hardware. For
-example, if you want to optimize a cluster for use with block devices, and
-another for use with the gateway, you can run two different clusters on the same
-hardware if they have a different ``fsid`` and cluster name. ::
-
-       ceph-deploy --cluster {cluster-name} new {host [host], ...}
-
-For example::
-
-       ceph-deploy --cluster rbdcluster new ceph-mon1
-       ceph-deploy --cluster rbdcluster new ceph-mon{1,2,3}
-
-.. note:: If you run multiple clusters, ensure you adjust the default
-   port settings and open ports for your additional cluster(s) so that
-   the networks of the two different clusters don't conflict with each other.
-
 
 .. _Monitor Configuration Reference: ../../configuration/mon-config-ref
 .. _Cephx Guide: ../../../dev/mon-bootstrap#secret-keys