Fix the recommendation about file system of Ceph

The current document mentions that ceph developers recommend btrfs as a
fs for storage, however this is not the case as btrfs is not yet stable
for production clusters and only recommended in not critical
environments.

Change-Id: Ic8a977c6392e49c8516c27ea20374abc02abcb31
Closes-bug: #1491767
This commit is contained in:
Shuquan Huang 2015-09-16 22:19:56 +08:00
parent e03cb92302
commit 0716f28e13

View File

@ -55,10 +55,10 @@
servers.</para>
</listitem>
</itemizedlist>
<para>Ceph developers recommend that you use <systemitem>Btrfs</systemitem> as a file system
for storage. XFS might be a better alternative for production environments;XFS
is an excellent alternative to Btrfs. The ext4 file system is also compatible but does
not exploit the power of Ceph.</para>
<para>Ceph developers recommend XFS for production deployments, <systemitem>Btrfs</systemitem>
for testing, development, and any non-critical deployments. Btrfs has the correct
feature set and roadmap to serve Ceph in the long-term, but XFS and ext4 provide the
necessary stability for todays deployments.</para>
<note>
<para>If using <systemitem>Btrfs</systemitem>, ensure that you use the correct version
(see <link xlink:href="http://ceph.com/docs/master/start/os-recommendations/.">Ceph