]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephfs: add data pool-MDS instructions link 38769/head
authorZac Dover <zac.dover@gmail.com>
Tue, 5 Jan 2021 13:55:16 +0000 (23:55 +1000)
committerZac Dover <zac.dover@gmail.com>
Wed, 6 Jan 2021 05:52:24 +0000 (15:52 +1000)
- 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 <zac.dover@gmail.com>
doc/cephfs/createfs.rst
doc/cephfs/file-layouts.rst

index 7c0e35cf63d215bad0172b3739c888399ec08e76..b1a5b3b7db3e00349abf6350a121c011db1a064f 100644 (file)
@@ -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
 =====================================
 
index 6ff834b083f49bb60b4e88609afd7832f9ac83f7..3eaf82a4141ed42df0bfcc50d4f6b8611cf6f07f 100644 (file)
@@ -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.