]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: mgr/dashboard.rst: mgr initial modules can take a list
authorNathan Cutler <ncutler@suse.com>
Tue, 27 Mar 2018 19:42:43 +0000 (21:42 +0200)
committerNathan Cutler <ncutler@suse.com>
Tue, 27 Mar 2018 19:43:25 +0000 (21:43 +0200)
Signed-off-by: Nathan Cutler <ncutler@suse.com>
doc/mgr/dashboard.rst

index a863e2e6bf6e5bd295fc193c453ba05fc831e8f9..6eb96560f47960a0556dd52d30eb82fef033f65b 100644 (file)
@@ -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
 -------------