Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / doc / man / 8 / ceph-run.rst
1 :orphan:
2
3 =========================================
4  ceph-run -- restart daemon on core dump
5 =========================================
6
7 .. program:: ceph-run
8
9 Synopsis
10 ========
11
12 | **ceph-run** *command* ...
13
14
15 Description
16 ===========
17
18 **ceph-run** is a simple wrapper that will restart a daemon if it exits
19 with a signal indicating it crashed and possibly core dumped (that is,
20 signals 3, 4, 5, 6, 8, or 11).
21
22 The command should run the daemon in the foreground. For Ceph daemons,
23 that means the ``-f`` option.
24
25
26 Options
27 =======
28
29 None
30
31
32 Availability
33 ============
34
35 **ceph-run** is part of Ceph, a massively scalable, open-source, distributed storage system. Please refer to
36 the Ceph documentation at http://ceph.com/docs for more information.
37
38
39 See also
40 ========
41
42 :doc:`ceph <ceph>`\(8),
43 :doc:`ceph-mon <ceph-mon>`\(8),
44 :doc:`ceph-mds <ceph-mds>`\(8),
45 :doc:`ceph-osd <ceph-osd>`\(8)