From 8c4dacd7ad1459c5a7aeec3d69f20aca2df6b923 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Thu, 1 May 2025 17:31:33 +1000 Subject: [PATCH] doc/src/common/options: mgr.yaml.in edit Improve the "desc" field under the "mgr_data" entry in src/common/options/mgr.yaml.in. This is a test to determine whether the Jenkins tests can be passed. This test is made after the mystifying failure of https://github.com/ceph/ceph/pull/62983. Signed-off-by: Zac Dover (cherry picked from commit 30411f3f97c82b8f0bfae6802e1b5c1b83036d77) --- src/common/options/mgr.yaml.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common/options/mgr.yaml.in b/src/common/options/mgr.yaml.in index 7d7b68035b7d2..d79b1f0728a86 100644 --- a/src/common/options/mgr.yaml.in +++ b/src/common/options/mgr.yaml.in @@ -5,7 +5,8 @@ options: - name: mgr_data type: str level: advanced - desc: Filesystem path to the ceph-mgr data directory, used to contain keyring. + desc: Filesystem path to the Manager's data directory, which contains + keyrings and other data fmt_desc: Path to load daemon data (such as keyring) default: /var/lib/ceph/mgr/$cluster-$id services: -- 2.39.5