From 3404d4c8edc4e56276b158edbd4a6c1d0badabd5 Mon Sep 17 00:00:00 2001 From: Jos Collin Date: Thu, 10 Feb 2022 16:43:10 +0530 Subject: [PATCH] doc: mention MDS name and ID format in ceph-mds.rst Signed-off-by: Jos Collin --- doc/man/8/ceph-mds.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/man/8/ceph-mds.rst b/doc/man/8/ceph-mds.rst index b3fe46fd4a2cb..fd8fc800eca31 100644 --- a/doc/man/8/ceph-mds.rst +++ b/doc/man/8/ceph-mds.rst @@ -65,7 +65,12 @@ Options .. option:: --id/-i ID - Set ID portion of the MDS name. + Set ID portion of the MDS name. The ID should not start with a numeric digit. + +.. option:: --name/-n TYPE.ID + + Set the MDS name of the format TYPE.ID. The TYPE is obviously 'mds'. + The ID should not start with a numeric digit. Availability ============ -- 2.39.5