From 4299bfcc7328afa69ea9eb90057058ed54447298 Mon Sep 17 00:00:00 2001 From: Matt Benjamin Date: Tue, 17 Jan 2017 23:27:41 -0500 Subject: [PATCH] librgw: remove call to crypto::shutdown 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 --- src/rgw/librgw.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/rgw/librgw.cc b/src/rgw/librgw.cc index 89f71ee2565..aed20dd21b3 100644 --- a/src/rgw/librgw.cc +++ b/src/rgw/librgw.cc @@ -561,8 +561,6 @@ namespace rgw { dout(1) << "final shutdown" << dendl; cct.reset(); - ceph::crypto::shutdown(); - return 0; } /* RGWLib::stop() */ -- 2.47.3