summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoss Turk <ross@inktank.com>2012-05-21 18:21:39 -0700
committerRoss Turk <ross@inktank.com>2012-05-21 18:21:39 -0700
commit6149fb700fe88d303f4adcc88734b730ae5187f4 (patch)
tree135e2985a2b33bbb5544cdbe9e2eac17a6cd160a /doc
parente3b3108bfd70d45bc635186975a154f878a19096 (diff)
downloadceph-6149fb700fe88d303f4adcc88734b730ae5187f4.tar.gz
doc: Added a FAQ page.
Added a FAQ page, which we will need to put more content in. Signed-off-by: Ross Turk <ross@inktank.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/faq.rst39
-rw-r--r--doc/index.rst1
2 files changed, 40 insertions, 0 deletions
diff --git a/doc/faq.rst b/doc/faq.rst
new file mode 100644
index 00000000000..b482ad7b234
--- /dev/null
+++ b/doc/faq.rst
@@ -0,0 +1,39 @@
+============================
+ Frequently Asked Questions
+============================
+
+These questions have been frequently asked on the ceph-devel mailing
+list, the IRC channel, and on the Ceph.com blog.
+
+Is Ceph Production-Quality?
+===========================
+
+The definition of "production quality" varies depending on who you ask.
+Because it can mean a lot of different things depending on how you want to
+use Ceph, we prefer not to think of it as a binary term.
+
+At this point we support the RADOS object store, radosgw, and rbd because
+we think they are sufficiently stable that we can handle the support
+workload. There are several organizations running those parts of the
+system in production. Others wouldn't dream of doing so at this stage.
+
+The CephFS POSIX-compliant filesystem is functionally-complete and has
+been evaluated by a large community of users, but has not yet been
+subjected to extensive, methodical testing.
+
+We can tell you how we test, and what we support, but in the end it's
+your judgement that matters most!
+
+How can I add a question to this list?
+======================================
+
+If you'd like to add a question to this list (hopefully with an
+accompanying answer!), you can find it in the doc/ directory of our
+main git repository:
+
+.. http://github.com/ceph/ceph/doc/faq.rst
+
+We use Sphinx to manage our documentation, and this page is generated
+from reStructuredText source. See the section on Building Ceph
+Documentation for the build procedure.
+
diff --git a/doc/index.rst b/doc/index.rst
index e1a588af72f..77b6bf85ae6 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -30,5 +30,6 @@ cluster to ensure that the storage hosts are running smoothly.
Internals <dev/index>
man/index
architecture
+ faq
papers
appendix/index