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: LibCephFS.GetPoolId failure #5887

Merged
merged 1 commit into from Oct 6, 2015

Commits on Sep 11, 2015

  1. crypto: fix unbalanced ceph::crypto::init/ceph::crypto:shutdown

    we may create a CephContext without calling common_init_finish(), then
    delete the CephContext. In this case, ceph::crypto:init() is not called,
    so CephContext::~CephContext() should not call ceph::crypto::shutdown().
    
    Fixes: ceph#12598
    Signed-off-by: Yan, Zheng <zyan@redhat.com>
    (cherry picked from commit 98a85ec)
    ukernel authored and Abhishek Varshney committed Sep 11, 2015
    Configuration menu
    Copy the full SHA
    3a50b90 View commit details
    Browse the repository at this point in the history