]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: fix broken links multimds and kcephfs 39988/head
authorJos Collin <jcollin@redhat.com>
Mon, 22 Feb 2021 15:08:18 +0000 (20:38 +0530)
committersinguliere <singuliere@autistici.org>
Wed, 10 Mar 2021 06:48:44 +0000 (07:48 +0100)
Fixes: https://tracker.ceph.com/issues/49372
Signed-off-by: Jos Collin <jcollin@redhat.com>
(cherry picked from commit efb23dd034460b66fc96cc5f891a23d1623841cb)

 Conflicts:
doc/dev/developer_guide/tests-integration-tests.rst
the documentation changed a lot but the links
referencing master are 404 and should be removed

doc/dev/developer_guide/tests-integration-tests.rst

index 065903204022d56533b6a310b92c662a70e04ec8..c8e6dbcd4e3bfe33bf5f932ac72897f16f57c303 100644 (file)
@@ -103,17 +103,11 @@ all the integration tests, for all the Ceph components.
   verify the :ref:`testing-integration-tests` infrastructure works as expected)
 
 `fs <https://github.com/ceph/ceph/tree/master/qa/suites/fs>`_
-  test CephFS mounted using FUSE
-
-`kcephfs <https://github.com/ceph/ceph/tree/master/qa/suites/kcephfs>`_
-  test CephFS mounted using kernel
+  test CephFS mounted using kernel and FUSE clients, also with multiple MDSs.
 
 `krbd <https://github.com/ceph/ceph/tree/master/qa/suites/krbd>`_
   test the RBD kernel module
 
-`multimds <https://github.com/ceph/ceph/tree/master/qa/suites/multimds>`_
-  test CephFS with multiple MDSs
-
 `powercycle <https://github.com/ceph/ceph/tree/master/qa/suites/powercycle>`_
   verify the Ceph cluster behaves when machines are powered off
   and on again