Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

man/8/ceph-disk: fix formatting #13969

Merged
merged 1 commit into from Mar 20, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
76 changes: 46 additions & 30 deletions doc/man/8/ceph-disk.rst
Expand Up @@ -10,36 +10,52 @@ 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)
| [--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)

Description
===========
Expand Down