From bd7be04d6ea49630c026f7ff60c5aed4ab42e642 Mon Sep 17 00:00:00 2001 From: Dan van der Ster Date: Thu, 8 Jan 2015 09:49:10 +0100 Subject: [PATCH] doc: don't suggest mounting xfs with nobarrier nobarrier is dangerous, so stop suggesting it as an example osd mount options xfs. Signed-off-by: Dan van der Ster --- doc/rados/configuration/osd-config-ref.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rados/configuration/osd-config-ref.rst b/doc/rados/configuration/osd-config-ref.rst index 1691bc0f4bdc5..074d6990929b7 100644 --- a/doc/rados/configuration/osd-config-ref.rst +++ b/doc/rados/configuration/osd-config-ref.rst @@ -116,7 +116,7 @@ For example:: :Default for other file systems: ``rw, noatime`` For example:: - ``osd mount options xfs = rw, noatime, inode64, nobarrier, logbufs=8`` + ``osd mount options xfs = rw, noatime, inode64, logbufs=8`` .. index:: OSD; journal settings -- 2.39.5