From d7f85c64e4b409ea95e30ccb5a1388278843c478 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Mon, 6 Nov 2017 14:17:20 -0500 Subject: [PATCH] doc/ceph-volume update the index to include the simple sub command and files Signed-off-by: Alfredo Deza --- doc/ceph-volume/index.rst | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/doc/ceph-volume/index.rst b/doc/ceph-volume/index.rst index b75ccd41b2e..e5a0375d389 100644 --- a/doc/ceph-volume/index.rst +++ b/doc/ceph-volume/index.rst @@ -3,19 +3,19 @@ ceph-volume =========== Deploy OSDs with different device technologies like lvm or physical disks using -pluggable tools (:doc:`lvm/index` itself is treated like a plugin). It tries to -follow the workflow of ``ceph-disk`` for deploying OSDs, with a predictable, -and robust way of preparing, activating, and starting OSDs. +pluggable tools (:doc:`lvm/index` itself is treated like a plugin) and trying to +follow a predictable, and robust way of preparing, activating, and starting OSDs. :ref:`Overview ` | :ref:`Plugin Guide ` | **Command Line Subcommands** -Although currently there is support for ``lvm``, the plan is to support other -technologies, including plain disks. +There is currently support for ``lvm``, and plain disks (with GPT partitions) +that may have been deployed with ``ceph-disk``. * :ref:`ceph-volume-lvm` +* :ref:`ceph-volume-simple` .. toctree:: :hidden: @@ -31,3 +31,7 @@ technologies, including plain disks. lvm/systemd lvm/list lvm/zap + simple/index + simple/activate + simple/scan + simple/systemd