General configuration options
These are the general configuration options for Ceph.
NOTE: Typically, these will be set automatically by deployment tools, such as cephadm.
fsidDescription
The file system ID. One per cluster.admin_socketDescription
The socket for executing administrative commands on a daemon, irrespective of whether Ceph monitors have established a quorum.pid_fileDescription
The file in which the monitor or OSD will write its PID. For instance,/var/run/$cluster/$type.$id.pidwill create /var/run/ceph/mon.a.pid for themonwith idarunning in thecephcluster. Thepid fileis removed when the daemon stops gracefully. If the process is not daemonized (meaning it runs with the-for-doption), thepid fileis not created.chdirDescription
The directory Ceph daemons change to once they are up and running. Default/directory recommended.max_open_filesDescription
If set, when the IBM Storage Ceph cluster starts, Ceph sets themax_open_fdsat the OS level (that is, the max \# of file descriptors). It helps prevent Ceph OSDs from running out of file descriptors.fatal_signal_handlersDescription
If set, we will install signal handlers for SEGV, ABRT, BUS, ILL, FPE, XCPU, XFSZ, SYS signals to generate a useful log message.