The only reason for not dlclosing plugins at exit is for callgrind but
ceph_erasure_code has no workload that would require callgrind.
Signed-off-by: Loic Dachary <loic-201408@dachary.org>
(cherry picked from commit
49613cb2aab6e73e3ea50fa164735b55e80121cd)
int ErasureCodeCommand::run() {
ErasureCodePluginRegistry &instance = ErasureCodePluginRegistry::instance();
- instance.disable_dlclose = true;
ErasureCodeInterfaceRef erasure_code;
int code = instance.factory(parameters["plugin"],
parameters,