From d756656e2413b0ea708f0ad168ce1bd421f4603d Mon Sep 17 00:00:00 2001 From: Jos Collin Date: Fri, 11 May 2018 11:24:22 +0530 Subject: [PATCH] align lspools output in file-layouts and manual-freebsd-deployment align as per https://github.com/ceph/ceph/commit/50dc08cffd99fd3540d708f6774646806e839553 Signed-off-by: Jos Collin --- doc/cephfs/file-layouts.rst | 4 +++- doc/install/manual-freebsd-deployment.rst | 5 +++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/cephfs/file-layouts.rst b/doc/cephfs/file-layouts.rst index cf82b33abea02..2bb5044fa5c3e 100644 --- a/doc/cephfs/file-layouts.rst +++ b/doc/cephfs/file-layouts.rst @@ -99,7 +99,9 @@ Layout fields are modified using ``setfattr``: .. code-block:: bash $ ceph osd lspools - 0 rbd,1 cephfs_data,2 cephfs_metadata, + 0 rbd + 1 cephfs_data + 2 cephfs_metadata $ setfattr -n ceph.file.layout.stripe_unit -v 1048576 file2 $ setfattr -n ceph.file.layout.stripe_count -v 8 file2 diff --git a/doc/install/manual-freebsd-deployment.rst b/doc/install/manual-freebsd-deployment.rst index 9c70e6ab6e477..b568383a77366 100644 --- a/doc/install/manual-freebsd-deployment.rst +++ b/doc/install/manual-freebsd-deployment.rst @@ -334,8 +334,9 @@ The procedure is as follows: You should see output like this:: - 0 data,1 metadata,2 rbd, - + 0 data + 1 metadata + 2 rbd #. Verify that the monitor is running. :: -- 2.39.5