]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
librgw: remove call to crypto::shutdown 12972/head
authorMatt Benjamin <mbenjamin@redhat.com>
Wed, 18 Jan 2017 04:27:41 +0000 (23:27 -0500)
committerMatt Benjamin <mbenjamin@redhat.com>
Wed, 18 Jan 2017 15:53:26 +0000 (10:53 -0500)
The call is cognate to removed code in radosgw, and triggers an
assert that the crypto module has already been shutdown.  With this
and preceding changes, I see clean shutdown on abnormal termination
of nfs-ganesha during startup.

Fixes: http://tracker.ceph.com/issues/18585
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
src/rgw/librgw.cc

index 89f71ee2565f0370e6cd86b3086fb2ad742bb616..aed20dd21b35ece13b99f8f8e88919d0e76db2c7 100644 (file)
@@ -561,8 +561,6 @@ namespace rgw {
     dout(1) << "final shutdown" << dendl;
     cct.reset();
 
-    ceph::crypto::shutdown();
-
     return 0;
   } /* RGWLib::stop() */