Skip to content
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

Open
sebastian-philipp opened this issue Jun 29, 2020 · 2 comments · May be fixed by #52
Open

restart-dashboard.sh can be simplified #30

sebastian-philipp opened this issue Jun 29, 2020 · 2 comments · May be fixed by #52

Comments

@sebastian-philipp
Copy link

sebastian-philipp commented Jun 29, 2020

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

@epuertat
Copy link
Member

Just stumbled upon this one. Thanks a lot for the tip @sebastian-philipp! I thought the syntax for this was ceph mgr fail <mgr_id> and that switched the active mgr to another one?

@sebastian-philipp
Copy link
Author

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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants