-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
restart-dashboard.sh can be simplified #30
Comments
Just stumbled upon this one. Thanks a lot for the tip @sebastian-philipp! I thought the syntax for this was |
right. it's the daemon id. |
nizamial09
added a commit
that referenced
this issue
Feb 11, 2022
Based on the idea given by Sebastian #30 Signed-off-by: Nizamudeen A <[email protected]>
nizamial09
added a commit
that referenced
this issue
Feb 11, 2022
Based on the idea given by Sebastian #30 Signed-off-by: Nizamudeen A <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/rhcs-dashboard/ceph-dev/blob/master/docker/ceph/restart-dashboard.sh
actually all you need to do is to run
ceph mgr fail <pidof mgr>
. this will restart the MGR once, instead of twice.ricardoasmarques/ceph-dev-docker#117
The text was updated successfully, but these errors were encountered: