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
mgr/DaemonServer.cc: make 'config show' on fsid work #35662
Conversation
|
|
jenkins test docs |
2 similar comments
|
jenkins test docs |
|
jenkins test docs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since the old tracker https://tracker.ceph.com/issues/42820 was used to backport #32726, we cannot re-use it here (at least, not without making both backports, original and new, difficult to track).
I created a new issue https://tracker.ceph.com/issues/46123 for this PR. Could you please change the Fixes line to point to the new issue?
Also, if the description of https://tracker.ceph.com/issues/42820 does not match the bug that was fixed by #32726 it would be great if could replace the incorrect description with a correct/meaningful one.
This follows 5661dd7, which added special handling for "config get" to work on fsid. Fixes: https://tracker.ceph.com/issues/46123 Signed-off-by: Neha Ojha <nojha@redhat.com>
done
done |
This follows 5661dd7, which added special
handling for "config get" to work on fsid.
Fixes: https://tracker.ceph.com/issues/46123
Signed-off-by: Neha Ojha nojha@redhat.com