diff options
author | John Wilkins <john.wilkins@inktank.com> | 2013-02-13 12:44:35 -0800 |
---|---|---|
committer | John Wilkins <john.wilkins@inktank.com> | 2013-02-13 12:44:35 -0800 |
commit | 6879e8b3c2da8048d15b3c34beef2477c4cfc5a6 (patch) | |
tree | 35778ba037cd19dcf7007d8ae13bd3d1cad245e7 | |
parent | 64ec2d42915619ac13146375249cab6df835a813 (diff) | |
download | ceph-6879e8b3c2da8048d15b3c34beef2477c4cfc5a6.tar.gz |
doc: Minor clarification.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r-- | doc/faq.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/faq.rst b/doc/faq.rst index caee7a9f2e7..9777a272012 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -15,15 +15,15 @@ Ceph's object store is production ready. Large-scale storage systems (i.e., petabytes of data) use Ceph's RESTful object store, which provides APIs compatible with Amazon's S3 and OpenStack's Swift. Many deployments also use the Ceph block device, including deployments of OpenStack and CloudStack. -`Inktank`_ provides commercial support for the Ceph object store, RESTful -interfaces and block devices. +`Inktank`_ provides commercial support for the Ceph object store, RESTful +interfaces, block devices and CephFS with running a single metadata server. The CephFS POSIX-compliant filesystem is functionally complete and has been evaluated by a large community of users. There are production systems using CephFS with a single metadata server. The Ceph community is actively testing -clusters with multiple metadata servers for quality assurance. Once Ceph's -filesystem running multiple metadata servres passes QA muster, `Inktank`_ will -provide commercial support for CephFS with multiple metadata servers. +clusters with multiple metadata servers for quality assurance. Once CephFS +passes QA muster when running with multiple metadata servers, `Inktank`_ will +provide commercial support for CephFS with multiple metadata servers, too. .. _Inktank: http://inktank.com |