Project

General

Profile

Bug #49947

Updated by Ken Dreyer about 3 years ago

When I build Ceph RPMs and *disable* @WITH_RBD_RWL@ and @WITH_RBD_SSD_CACHE@, rbd still tries to dlopen the pwl cache lib. CMake did not build it, so rbd fails: 

 <pre> 
 load failed dlopen(): "/usr/lib64/ceph/librbd/libceph_librbd_pwl_cache.so: cannot open shared object file: No such file or directory" 
 </pre> 

 Unfortunately https://github.com/ceph/ceph/pull/40052 only enables the PWL cache on x86_64 and ppc64le, so this will happen on our s390x RPM builds.

Back