summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJohn Wilkins <john.wilkins@dreamhost.com>2012-05-22 09:54:06 -0700
committerJohn Wilkins <john.wilkins@dreamhost.com>2012-05-22 09:54:06 -0700
commit884aa8a6616b03cc53e8691bfc73a48fa25db555 (patch)
treef8d7e49ac45e7236cc326ae98a310fa96bda6fa2 /doc
parentb0d6895a21dcf634a15156884c0f1316ced12037 (diff)
parent4fd524913fdff40e5405b283387a932f91ccf43d (diff)
downloadceph-884aa8a6616b03cc53e8691bfc73a48fa25db555.tar.gz
Merge branch 'master' of github.com:ceph/ceph
Diffstat (limited to 'doc')
-rw-r--r--doc/config-cluster/chef.rst3
-rw-r--r--doc/faq.rst41
-rw-r--r--doc/index.rst1
-rw-r--r--doc/install/chef.rst4
4 files changed, 48 insertions, 1 deletions
diff --git a/doc/config-cluster/chef.rst b/doc/config-cluster/chef.rst
index cd78e15314d..b204af0a13f 100644
--- a/doc/config-cluster/chef.rst
+++ b/doc/config-cluster/chef.rst
@@ -3,7 +3,8 @@
=====================
We use Chef cookbooks to deploy Ceph. See `Managing Cookbooks with Knife`_ for details
-on using ``knife``.
+on using ``knife``. For Chef installation instructions, see
+`Installing Chef <../../install/chef>`_.
Add a Cookbook Path
-------------------
diff --git a/doc/faq.rst b/doc/faq.rst
new file mode 100644
index 00000000000..f4e97adc30c
--- /dev/null
+++ b/doc/faq.rst
@@ -0,0 +1,41 @@
+============================
+ 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:
+
+ `https://github.com/ceph/ceph/blob/master/doc/faq.rst`_
+
+.. _https://github.com/ceph/ceph/blob/master/doc/faq.rst: https://github.com/ceph/ceph/blob/master/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
diff --git a/doc/install/chef.rst b/doc/install/chef.rst
index 583128eb851..0af291ebe6f 100644
--- a/doc/install/chef.rst
+++ b/doc/install/chef.rst
@@ -195,6 +195,10 @@ Chef nodes. ::
A list of the nodes you've boostrapped should appear.
+
+See the `Deploy With Chef <../../config-cluster/chef>`_ section for information
+on using Chef to deploy your Ceph cluster.
+
.. _Chef Architecture Introduction: http://wiki.opscode.com/display/chef/Architecture+Introduction
.. _Installing Chef Client on Ubuntu or Debian: http://wiki.opscode.com/display/chef/Installing+Chef+Client+on+Ubuntu+or+Debian
.. _Installing Chef Server on Debian or Ubuntu using Packages: http://wiki.opscode.com/display/chef/Installing+Chef+Server+on+Debian+or+Ubuntu+using+Packages