From b775260f818d71c8c1b1926abcf11005f6eafa53 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Tue, 27 Mar 2018 21:42:43 +0200 Subject: [PATCH] doc: mgr/dashboard.rst: mgr initial modules can take a list Signed-off-by: Nathan Cutler --- doc/mgr/dashboard.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/mgr/dashboard.rst b/doc/mgr/dashboard.rst index a863e2e6bf6..6eb96560f47 100644 --- a/doc/mgr/dashboard.rst +++ b/doc/mgr/dashboard.rst @@ -43,6 +43,12 @@ This can be automated (e.g. during deployment) by adding the following to ceph.c [mon] mgr initial modules = dashboard +Note that ``mgr initial modules`` takes a space-separated list of modules, so +if you wanted to include other modules in addition to dashboard, just make it +a list like so:: + + mgr initial modules = balancer dashboard + Configuration ------------- -- 2.39.5