From b43ce067100dbad3c070b87e4d6055c84902a4d3 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 7 Mar 2019 20:08:44 +0800 Subject: [PATCH] doc/releases/nautilus: dashboard package notes Fixes: https://tracker.ceph.com/issues/38584 Signed-off-by: Kefu Chai --- doc/releases/nautilus.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/releases/nautilus.rst b/doc/releases/nautilus.rst index 94c482c1c3d..493d7731ff2 100644 --- a/doc/releases/nautilus.rst +++ b/doc/releases/nautilus.rst @@ -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``::