From a767e405cc22cef8db168dd008b865b79803581f Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 17 Aug 2017 07:35:31 -0400 Subject: [PATCH] doc/dev/ceph-volume add a toctree for the dev docs Signed-off-by: Alfredo Deza --- doc/dev/ceph-volume/index.rst | 13 +++++++++++++ doc/dev/ceph-volume/lvm.rst | 4 +++- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 doc/dev/ceph-volume/index.rst diff --git a/doc/dev/ceph-volume/index.rst b/doc/dev/ceph-volume/index.rst new file mode 100644 index 0000000000000..b6f9dc04517b2 --- /dev/null +++ b/doc/dev/ceph-volume/index.rst @@ -0,0 +1,13 @@ +=================================== +ceph-volume developer documentation +=================================== + +.. rubric:: Contents + +.. toctree:: + :maxdepth: 1 + + + plugins + lvm + systemd diff --git a/doc/dev/ceph-volume/lvm.rst b/doc/dev/ceph-volume/lvm.rst index e160f1d1474dd..f89424a229a8f 100644 --- a/doc/dev/ceph-volume/lvm.rst +++ b/doc/dev/ceph-volume/lvm.rst @@ -1,5 +1,5 @@ -.. _lvm_tag_api: +.. _ceph-volume-lvm-api: LVM === @@ -13,6 +13,8 @@ later. any of these values. +.. _ceph-volume-lvm-tag-api: + Tag API ------- The process of identifying logical volumes as part of Ceph relies on applying -- 2.39.5