]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/releases/nautilus: dashboard package notes
authorKefu Chai <kchai@redhat.com>
Thu, 7 Mar 2019 12:08:44 +0000 (20:08 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 7 Mar 2019 14:21:40 +0000 (22:21 +0800)
Fixes: https://tracker.ceph.com/issues/38584
Signed-off-by: Kefu Chai <kchai@redhat.com>
doc/releases/nautilus.rst

index 94c482c1c3d3d8a7fd7b3c2fa7880b64d4e124f1..493d7731ff2ec817ec6a0fbb350c33919dc58ce3 100644 (file)
@@ -37,6 +37,11 @@ Major Changes from Mimic
   * Ceph Manager (ceph-mgr) module management
   * Prometheus alert Management
 
+  Also, the Ceph Dashboard is now split into its own package named
+  ``ceph-mgr-dashboard``. So, you might want to install it separately,
+  if your package management software fails to do so when it installs
+  ``ceph-mgr``.
+
 - *RADOS*:
 
   * The number of placement groups (PGs) per pool can now be decreased
@@ -180,6 +185,12 @@ Instructions
 
      # systemctl restart ceph-mgr.target
 
+   Please note, if you are using Ceph Dashboard, you will probably need to
+   install ``ceph-mgr-dashboard`` separately after upgrading ``ceph-mgr``
+   package. The install script of ``ceph-mgr-dashboard`` will restart the
+   manager daemons automatically for you. So in this case, you can just skip
+   the step to restart the daemons.
+
    Verify the ``ceph-mgr`` daemons are running by checking ``ceph
    -s``::