From f5403f9493affd73b418f9792c24cf9989e6d0b0 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 21 Dec 2012 17:00:48 -0800 Subject: [PATCH] doc/man/8/mkcephfs: update --mkfs a bit Document that 'devs' and 'osd mkfs type' must be defined. Signed-off-by: Sage Weil --- doc/man/8/mkcephfs.rst | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/doc/man/8/mkcephfs.rst b/doc/man/8/mkcephfs.rst index 05dee95e74673..054a8deae1d72 100644 --- a/doc/man/8/mkcephfs.rst +++ b/doc/man/8/mkcephfs.rst @@ -72,13 +72,10 @@ Options .. option:: --mkfs - Create and mount the any file systems specified in the - ceph.conf for OSD data storage using mkfs. The "devs" and (if it - differs from "osd data") "fs path" options must be defined. - - **NOTE** Btrfs is still considered experimental. This option - can ease some configuration pain, but is not required when - ``osd data`` directories are mounted manually by the adminstrator. + Create and mount the file systems specified in the ceph.conf for + OSD data storage using mkfs.$type. The ``devs`` option in ceph.conf + must specify the device(s) and the ``osd mkfs type`` option must + specify the file system type (normally one of btrfs, xfs, or ext4). .. option:: --no-copy-conf -- 2.39.5