From: Jos Collin Date: Thu, 10 Feb 2022 11:13:10 +0000 (+0530) Subject: doc: mention MDS name and ID format in ceph-mds.rst X-Git-Tag: v18.0.0~1393^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=3404d4c8edc4e56276b158edbd4a6c1d0badabd5;p=ceph.git doc: mention MDS name and ID format in ceph-mds.rst Signed-off-by: Jos Collin --- 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 ============