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

common: do not print error when asok is closed #14022

Merged
merged 1 commit into from Apr 10, 2017

Commits on Mar 17, 2017

  1. common: do not print error when asok is closed

    If the admin socket is closed without sending a command, we get stderr messages like:
    
        ceph-mds[17174]: 2017-03-16 02:30:06.240322 7f40c7e44700 -1 asok(0x561abb4d4000) AdminSocket: error reading request code: (0) Success
    
    If the socket is closed on the other end, just return.
    
    Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
    batrick committed Mar 17, 2017
    Copy the full SHA
    be09f4c View commit details
    Browse the repository at this point in the history