From bb351842bcb0048a93cf43e9004a3d1f48eadf20 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 6 May 2021 22:14:29 +0800 Subject: [PATCH] doc/rados/configuration/general-config-ref: use describe to define non-options max_open_files is not generated from yaml files, so define it using "describe" directive instead. Signed-off-by: Kefu Chai --- doc/mgr/localpool.rst | 2 ++ doc/rados/configuration/general-config-ref.rst | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/mgr/localpool.rst b/doc/mgr/localpool.rst index 13b749071dc..2812925caf3 100644 --- a/doc/mgr/localpool.rst +++ b/doc/mgr/localpool.rst @@ -35,3 +35,5 @@ change the replication level to 2x with only 64 PGs, :: ceph config set mgr mgr/localpool/num_rep 2 ceph config set mgr mgr/localpool/pg_num 64 + +.. mgr_module:: None diff --git a/doc/rados/configuration/general-config-ref.rst b/doc/rados/configuration/general-config-ref.rst index c4ec118f757..f4613456aa6 100644 --- a/doc/rados/configuration/general-config-ref.rst +++ b/doc/rados/configuration/general-config-ref.rst @@ -7,7 +7,7 @@ .. confval:: pid_file .. confval:: chdir .. confval:: fatal_signal_handlers -.. confval_option:: max_open_files +.. describe:: max_open_files 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 -- 2.39.5