Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker/ceph/restart-dashboard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ set -e

cd /ceph/build

"$CEPH_BIN"/ceph mgr module disable dashboard
"$CEPH_BIN"/ceph mgr module enable dashboard --force
MGR_ID=$("$CEPH_BIN"/ceph mgr stat | awk -v FS='"active_name": ' 'NF>1{print $2}' | tr -d '",')
"$CEPH_BIN"/ceph mgr fail "$MGR_ID"