From 725d2942182a1853d635238c93295dc01440dcfe Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Tue, 5 Jan 2021 23:55:16 +1000 Subject: [PATCH] doc/cephfs: add data pool-MDS instructions link - This commit adds a link to the "Create a Ceph File System" page. The link that it adds is to the "Adding a data pool to the MDS" subsection of the file layouts page. - s/mds/file system/ Fixes: https://tracker.ceph.com/issues/48531 Signed-off-by: Zac Dover --- doc/cephfs/createfs.rst | 6 ++++++ doc/cephfs/file-layouts.rst | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/cephfs/createfs.rst b/doc/cephfs/createfs.rst index 7c0e35cf63d..b1a5b3b7db3 100644 --- a/doc/cephfs/createfs.rst +++ b/doc/cephfs/createfs.rst @@ -77,6 +77,12 @@ If you have created more than one file system, and a client does not specify a file system when mounting, you can control which file system they will see by using the `ceph fs set-default` command. +Adding a Data Pool to the File System +------------------------------------- + +See :ref:`adding-data-pool-to-file-system`. + + Using Erasure Coded pools with CephFS ===================================== diff --git a/doc/cephfs/file-layouts.rst b/doc/cephfs/file-layouts.rst index 6ff834b083f..3eaf82a4141 100644 --- a/doc/cephfs/file-layouts.rst +++ b/doc/cephfs/file-layouts.rst @@ -202,9 +202,11 @@ directories do not have layouts set: # file: dir/childdir/grandchild ceph.file.layout="stripe_unit=4194304 stripe_count=4 object_size=4194304 pool=cephfs_data" + +.. _adding-data-pool-to-file-system: -Adding a data pool to the MDS ------------------------------ +Adding a data pool to the File System +------------------------------------- Before you can use a pool with CephFS you have to add it to the Metadata Servers. -- 2.39.5