mirror of
https://github.com/ceph/ceph
synced 2024-12-28 22:43:29 +00:00
doc/releases/nautilus: dashboard package notes
Fixes: https://tracker.ceph.com/issues/38584 Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
07a5615003
commit
b43ce06710
@ -37,6 +37,11 @@ Major Changes from Mimic
|
|||||||
* Ceph Manager (ceph-mgr) module management
|
* Ceph Manager (ceph-mgr) module management
|
||||||
* Prometheus alert 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*:
|
- *RADOS*:
|
||||||
|
|
||||||
* The number of placement groups (PGs) per pool can now be decreased
|
* The number of placement groups (PGs) per pool can now be decreased
|
||||||
@ -180,6 +185,12 @@ Instructions
|
|||||||
|
|
||||||
# systemctl restart ceph-mgr.target
|
# 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
|
Verify the ``ceph-mgr`` daemons are running by checking ``ceph
|
||||||
-s``::
|
-s``::
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user