Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / doc / rados / configuration / general-config-ref.rst
1 ==========================
2  General Config Reference
3 ==========================
4
5
6 ``fsid``
7
8 :Description: The filesystem ID. One per cluster.
9 :Type: UUID
10 :Required: No. 
11 :Default: N/A. Usually generated by deployment tools.
12
13
14 ``admin socket``
15
16 :Description: The socket for executing administrative commands on a daemon, 
17               irrespective of whether Ceph Monitors have established a quorum.
18
19 :Type: String
20 :Required: No
21 :Default: ``/var/run/ceph/$cluster-$name.asok`` 
22
23
24 ``pid file``
25
26 :Description: The file in which the mon, osd or mds will write its
27               PID.  For instance, ``/var/run/$cluster/$type.$id.pid``
28               will create /var/run/ceph/mon.a.pid for the ``mon`` with
29               id ``a`` running in the ``ceph`` cluster. The ``pid
30               file`` is removed when the daemon stops gracefully. If
31               the process is not daemonized (i.e. runs with the ``-f``
32               or ``-d`` option), the ``pid file`` is not created. 
33 :Type: String
34 :Required: No
35 :Default: No
36
37
38 ``chdir``
39
40 :Description: The directory Ceph daemons change to once they are 
41               up and running. Default ``/`` directory recommended.
42
43 :Type: String
44 :Required: No
45 :Default: ``/``
46
47
48 ``max open files``
49
50 :Description: If set, when the :term:`Ceph Storage Cluster` starts, Ceph sets 
51               the  ``max open fds`` at the OS level (i.e., the max # of file 
52               descriptors). It helps prevents Ceph OSD Daemons from running out
53               of file descriptors.
54
55 :Type: 64-bit Integer
56 :Required: No
57 :Default: ``0``
58
59
60 ``fatal signal handlers``
61
62 :Description: If set, we will install signal handlers for SEGV, ABRT, BUS, ILL,
63               FPE, XCPU, XFSZ, SYS signals to generate a useful log message
64
65 :Type: Boolean
66 :Default: ``true``