From 7da45d65be36d36b880cc55c5036e96c24b53f00 Mon Sep 17 00:00:00 2001 From: Qiaowei Ren Date: Thu, 1 Mar 2018 14:38:11 +0800 Subject: remove ceph code This patch removes initial ceph code, due to license issue. Change-Id: I092d44f601cdf34aed92300fe13214925563081c Signed-off-by: Qiaowei Ren --- .../doc/rados/configuration/general-config-ref.rst | 66 ---------------------- 1 file changed, 66 deletions(-) delete mode 100644 src/ceph/doc/rados/configuration/general-config-ref.rst (limited to 'src/ceph/doc/rados/configuration/general-config-ref.rst') diff --git a/src/ceph/doc/rados/configuration/general-config-ref.rst b/src/ceph/doc/rados/configuration/general-config-ref.rst deleted file mode 100644 index ca09ee5..0000000 --- a/src/ceph/doc/rados/configuration/general-config-ref.rst +++ /dev/null @@ -1,66 +0,0 @@ -========================== - General Config Reference -========================== - - -``fsid`` - -:Description: The filesystem ID. One per cluster. -:Type: UUID -:Required: No. -:Default: N/A. Usually generated by deployment tools. - - -``admin socket`` - -:Description: The socket for executing administrative commands on a daemon, - irrespective of whether Ceph Monitors have established a quorum. - -:Type: String -:Required: No -:Default: ``/var/run/ceph/$cluster-$name.asok`` - - -``pid file`` - -:Description: The file in which the mon, osd or mds will write its - PID. For instance, ``/var/run/$cluster/$type.$id.pid`` - will create /var/run/ceph/mon.a.pid for the ``mon`` with - id ``a`` running in the ``ceph`` cluster. The ``pid - file`` is removed when the daemon stops gracefully. If - the process is not daemonized (i.e. runs with the ``-f`` - or ``-d`` option), the ``pid file`` is not created. -:Type: String -:Required: No -:Default: No - - -``chdir`` - -:Description: The directory Ceph daemons change to once they are - up and running. Default ``/`` directory recommended. - -:Type: String -:Required: No -:Default: ``/`` - - -``max open files`` - -:Description: If set, when the :term:`Ceph Storage Cluster` starts, Ceph sets - the ``max open fds`` at the OS level (i.e., the max # of file - descriptors). It helps prevents Ceph OSD Daemons from running out - of file descriptors. - -:Type: 64-bit Integer -:Required: No -:Default: ``0`` - - -``fatal signal handlers`` - -:Description: If set, we will install signal handlers for SEGV, ABRT, BUS, ILL, - FPE, XCPU, XFSZ, SYS signals to generate a useful log message - -:Type: Boolean -:Default: ``true`` -- cgit 1.2.3-korg