diff options
author | Sage Weil <sage@inktank.com> | 2013-05-15 08:46:20 -0700 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-05-15 08:46:20 -0700 |
commit | e34a56f843f214ed3b5b796867e010c49636540c (patch) | |
tree | f27913552864c5c6c50ba511ccae09c6989f877e /doc | |
parent | 2a441aa28abdffec5dd5f9bdbc219ac41fbc6d89 (diff) | |
download | ceph-e34a56f843f214ed3b5b796867e010c49636540c.tar.gz |
doc: fix mkcephfs production use, deprecated note
Signed-off-by: Sage Weil <sage@inktank.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rados/deployment/mkcephfs.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/rados/deployment/mkcephfs.rst b/doc/rados/deployment/mkcephfs.rst index 8de5fd4f0a7..16892282290 100644 --- a/doc/rados/deployment/mkcephfs.rst +++ b/doc/rados/deployment/mkcephfs.rst @@ -2,8 +2,9 @@ Deploying with ``mkcephfs`` ============================= -To deploy a test or development cluster, you can use the ``mkcephfs`` tool. -We do not recommend using this tool for production environments. +The ``mkcephfs`` tool is the old method of deploying new Ceph +clusters. It is now deprecated in favor of ``ceph-deploy``, which has +better support for modifying an existing cluster. Enable Login to Cluster Hosts as ``root`` @@ -151,4 +152,4 @@ See `Operating a Cluster`_ for details. Also see `man mkcephfs`_. .. toctree:: :hidden: - ../../../man/8/mkcephfs
\ No newline at end of file + ../../../man/8/mkcephfs |