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

luminous: mds: tell session ls returns vanila EINVAL when MDS is not active #19505

Merged
merged 2 commits into from Jan 8, 2018

Commits on Dec 13, 2017

  1. mds: Fix error message when mds not active

    Fix error message for mds not active state. Also fixed the 'unrecognized command' logic by avoiding the new stringstream local object.
    
    Signed-off-by: Jos Collin <jcollin@redhat.com>
    (cherry picked from commit 10f93cf)
    joscollin authored and shinobu-x committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    42bb91a View commit details
    Browse the repository at this point in the history
  2. pybind: return error message when ceph_mds_command() returns error

    Returned the error message when ceph_mds_command() returns error.
    
    Signed-off-by: Jos Collin <jcollin@redhat.com>
    (cherry picked from commit 941b58c)
    joscollin authored and shinobu-x committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    ca980a6 View commit details
    Browse the repository at this point in the history