mirror of
https://github.com/ceph/ceph
synced 2024-12-18 09:25:49 +00:00
8d60cd1ac2
Replace Ceph distributed file system with Ceph distributed storage system to help reduce the idea that Ceph is just a file system. Signed-off-by: Loic Dachary <loic@dachary.org>
44 lines
839 B
ReStructuredText
44 lines
839 B
ReStructuredText
=========================================
|
|
ceph-run -- restart daemon on core dump
|
|
=========================================
|
|
|
|
.. program:: ceph-run
|
|
|
|
Synopsis
|
|
========
|
|
|
|
| **ceph-run** *command* ...
|
|
|
|
|
|
Description
|
|
===========
|
|
|
|
**ceph-run** is a simple wrapper that will restart a daemon if it exits
|
|
with a signal indicating it crashed and possibly core dumped (that is,
|
|
signals 3, 4, 5, 6, 8, or 11).
|
|
|
|
The command should run the daemon in the foreground. For Ceph daemons,
|
|
that means the ``-f`` option.
|
|
|
|
|
|
Options
|
|
=======
|
|
|
|
None
|
|
|
|
|
|
Availability
|
|
============
|
|
|
|
**ceph-run** is part of the Ceph distributed storage system. Please refer to
|
|
the Ceph documentation at http://ceph.com/docs for more information.
|
|
|
|
|
|
See also
|
|
========
|
|
|
|
:doc:`ceph <ceph>`\(8),
|
|
:doc:`ceph-mon <ceph-mon>`\(8),
|
|
:doc:`ceph-mds <ceph-mds>`\(8),
|
|
:doc:`ceph-osd <ceph-osd>`\(8)
|