diff options
author | Qiaowei Ren <qiaowei.ren@intel.com> | 2018-03-01 14:38:11 +0800 |
---|---|---|
committer | Qiaowei Ren <qiaowei.ren@intel.com> | 2018-03-01 14:38:11 +0800 |
commit | 7da45d65be36d36b880cc55c5036e96c24b53f00 (patch) | |
tree | d4f944eb4f8f8de50a9a7584ffa408dc3a3185b2 /src/ceph/doc/man/8/ceph-disk.rst | |
parent | 691462d09d0987b47e112d6ee8740375df3c51b2 (diff) |
remove ceph code
This patch removes initial ceph code, due to license issue.
Change-Id: I092d44f601cdf34aed92300fe13214925563081c
Signed-off-by: Qiaowei Ren <qiaowei.ren@intel.com>
Diffstat (limited to 'src/ceph/doc/man/8/ceph-disk.rst')
-rw-r--r-- | src/ceph/doc/man/8/ceph-disk.rst | 97 |
1 files changed, 0 insertions, 97 deletions
diff --git a/src/ceph/doc/man/8/ceph-disk.rst b/src/ceph/doc/man/8/ceph-disk.rst deleted file mode 100644 index 4635937..0000000 --- a/src/ceph/doc/man/8/ceph-disk.rst +++ /dev/null @@ -1,97 +0,0 @@ -:orphan: - -=================================================================== - ceph-disk -- Ceph disk utility for OSD -=================================================================== - -.. program:: ceph-disk - -Synopsis -======== - -| **ceph-disk** [-h] [-v] [--log-stdout] [--prepend-to-path PATH] -| [--statedir PATH] [--sysconfdir PATH] -| [--setuser USER] [--setgroup GROUP] -| ... - -optional arguments ------------------- - --h, --help show this help message and exit --v, --verbose be more verbose ---log-stdout log to stdout ---prepend-to-path PATH - prepend PATH to $PATH for backward compatibility (default /usr/bin) ---statedir PATH directory in which ceph state is preserved (default /var/lib/ceph) ---sysconfdir PATH directory in which ceph configuration files are found (default /etc/ceph) ---setuser USER use the given user for subprocesses, rather than ceph or root ---setgroup GROUP use the given group for subprocesses, rather than ceph or root - -subcommands ------------ - -prepare - Prepare a directory or disk for a Ceph OSD -activate - Activate a Ceph OSD -activate-lockbox - Activate a Ceph lockbox -activate-block - Activate an OSD via its block device -activate-journal - Activate an OSD via its journal device -activate-all - Activate all tagged OSD partitions -list - List disks, partitions, and Ceph OSDs -suppress-activate - Suppress activate on a device (prefix) -unsuppress-activate - Stop suppressing activate on a device (prefix) -deactivate - Deactivate a Ceph OSD -destroy - Destroy a Ceph OSD -zap - Zap/erase/destroy a device's partition table (and contents) -trigger - Trigger an event (caled by udev) -fix - Fix SELinux labels and/or file permissions - -Description -=========== - -:program:`ceph-disk` is a utility that can prepare and activate a disk, partition or -directory as a Ceph OSD. It is run directly or triggered by :program:`ceph-deploy` -or ``udev``. It can also be triggered by other deployment utilities like ``Chef``, -``Juju``, ``Puppet`` etc. - -It actually automates the multiple steps involved in manual creation and start -of an OSD into two steps of preparing and activating the OSD by using the -subcommands ``prepare`` and ``activate``. - -:program:`ceph-disk` also automates the multiple steps involved to manually stop -and destroy an OSD into two steps of deactivating and destroying the OSD by using -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 <ceph-detect-init>`\(8). - -Availability -============ - -:program:`ceph-disk` is part of Ceph, a massively scalable, open-source, distributed storage system. Please refer to -the Ceph documentation at http://ceph.com/docs for more information. - -See also -======== - -:doc:`ceph-detect-init <ceph-detect-init>`\(8) -:doc:`ceph-osd <ceph-osd>`\(8), -:doc:`ceph-deploy <ceph-deploy>`\(8) |