From: Jos Collin Date: Fri, 11 May 2018 05:54:22 +0000 (+0530) Subject: align lspools output in file-layouts and manual-freebsd-deployment X-Git-Tag: v14.0.0~122^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=d756656e2413b0ea708f0ad168ce1bd421f4603d;p=ceph-ci.git 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 --- diff --git a/doc/cephfs/file-layouts.rst b/doc/cephfs/file-layouts.rst index cf82b33abea..2bb5044fa5c 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 9c70e6ab6e4..b568383a773 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. ::