diff options
author | John Wilkins <john.wilkins@inktank.com> | 2013-10-10 14:31:37 -0700 |
---|---|---|
committer | John Wilkins <john.wilkins@inktank.com> | 2013-10-10 14:31:37 -0700 |
commit | cb9ebd6f363fb571ecb770eab9ab1313cb407108 (patch) | |
tree | 9766f462a87ecd3e89f27e3c9f65eed5f8283d70 | |
parent | 5bc63276664b3402520f389d48d0753c1d5f26c1 (diff) | |
download | ceph-cb9ebd6f363fb571ecb770eab9ab1313cb407108.tar.gz |
doc: Minor correction.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r-- | doc/rados/operations/operating.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/rados/operations/operating.rst b/doc/rados/operations/operating.rst index 0e4be40ce4a..8c62ed5cdbf 100644 --- a/doc/rados/operations/operating.rst +++ b/doc/rados/operations/operating.rst @@ -10,8 +10,7 @@ Running Ceph with Upstart When deploying Ceph Cuttlefish and beyond with ``ceph-deploy`` on Debian/Ubuntu distributions, you may start and stop Ceph daemons on a :term:`Ceph Node` using the event-based `Upstart`_. Upstart does not require you to define daemon -instances in the Ceph configuration file (although, they are still required for -``sysvinit`` should you choose to use it). +instances in the Ceph configuration file. To list the Ceph Upstart jobs and instances on a node, execute:: |