Skip to content

Commit e7d0f49

Browse files
committed
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 ceph#62983. Signed-off-by: Zac Dover <[email protected]> (cherry picked from commit 30411f3)
1 parent 39ae881 commit e7d0f49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/common/options/mgr.yaml.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ options:
55
- name: mgr_data
66
type: str
77
level: advanced
8-
desc: Filesystem path to the ceph-mgr data directory, used to contain keyring.
8+
desc: Filesystem path to the Manager's data directory, which contains
9+
keyrings and other data
910
fmt_desc: Path to load daemon data (such as keyring)
1011
default: /var/lib/ceph/mgr/$cluster-$id
1112
services:

0 commit comments

Comments
 (0)