From d233271434d1daa640273efe99ef3ee193da1de6 Mon Sep 17 00:00:00 2001 From: John Wilkins Date: Tue, 4 Sep 2012 16:17:29 -0700 Subject: [PATCH] doc: Added admonishments for Ceph FS per http://tracker.newdream.net/issues/3077 Signed-off-by: John Wilkins --- doc/cephfs/index.rst | 2 ++ doc/start/quick-cephfs.rst | 2 ++ 2 files changed, 4 insertions(+) diff --git a/doc/cephfs/index.rst b/doc/cephfs/index.rst index 4bf91f44bdf5b..39154154a0e94 100644 --- a/doc/cephfs/index.rst +++ b/doc/cephfs/index.rst @@ -2,6 +2,8 @@ Ceph FS ========= +.. important:: **WE DO NOT RECOMMEND USING CEPH FS IN PRODUCTION YET!** RBD, ``librbd``, RADOS, ``librados``, and RADOS Gateway are stable for production. + The Ceph FS file system is a POSIX-compliant file system that uses a RADOS cluster to store its data. Ceph FS uses the same RADOS object storage device system as RADOS block devices and RADOS object stores such as the RADOS gateway diff --git a/doc/start/quick-cephfs.rst b/doc/start/quick-cephfs.rst index dc191eca7323e..f2df3d552cc78 100644 --- a/doc/start/quick-cephfs.rst +++ b/doc/start/quick-cephfs.rst @@ -2,6 +2,8 @@ Ceph FS Quick Start ===================== +.. important:: **We do not recommend using Ceph FS in a production environment yet.** RBD, ``librbd``, RADOS, ``librados`` and RADOS Gateway are production ready. + To mount the Ceph FS filesystem, you must have a running Ceph cluster. You may execute this quick start on a separate host if you have the Ceph packages and the ``/etc/ceph/ceph.conf`` file installed with the appropriate IP address -- 2.39.5