From: Kefu Chai Date: Fri, 12 May 2017 07:20:45 +0000 (+0800) Subject: doc/8/man/ceph-detect-init: update with tested distro and init systems X-Git-Tag: v12.1.0~10^2~96^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F15043%2Fhead;p=ceph.git doc/8/man/ceph-detect-init: update with tested distro and init systems Signed-off-by: Kefu Chai --- diff --git a/doc/man/8/ceph-detect-init.rst b/doc/man/8/ceph-detect-init.rst index aeb3316e503..c409a949d43 100644 --- a/doc/man/8/ceph-detect-init.rst +++ b/doc/man/8/ceph-detect-init.rst @@ -41,6 +41,17 @@ Options Display additional information for debugging. +Bugs +==== + +:program:`ceph-detect-init` is used by :program:`ceph-disk` to figure out the init system to manage the mount directory of an OSD. But only following combinations are fully tested: + +- `upstart` on `Ubuntu 14.04` +- `systemd` on `Ubuntu 15.04` and up +- `systemd` on `Debian 8` and up +- `systemd` on `RHEL/CentOS 7` and up +- `systemd` on `Fedora 22` and up + Availability ============ diff --git a/doc/man/8/ceph-disk.rst b/doc/man/8/ceph-disk.rst index ed938b8b570..4635937a498 100644 --- a/doc/man/8/ceph-disk.rst +++ b/doc/man/8/ceph-disk.rst @@ -78,6 +78,11 @@ the subcommands ``deactivate`` and ``destroy``. The documentation for each subcommand (prepare, activate, etc.) can be displayed with its ``--help`` option. For instance ``ceph-disk prepare --help``. +Bugs +==== + +See also the ``Bugs`` section in :doc:`ceph-detect-init `\(8). + Availability ============ @@ -87,5 +92,6 @@ the Ceph documentation at http://ceph.com/docs for more information. See also ======== +:doc:`ceph-detect-init `\(8) :doc:`ceph-osd `\(8), :doc:`ceph-deploy `\(8)