View Issue Details

IDProjectCategoryView StatusLast Update
0001363bareos-corefile daemonpublic2023-03-21 17:42
Reporteruser586706 Assigned Tobruno-at-bareos  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionnot fixable 
PlatformLinuxOSCentOSOS Version8
Summary0001363: rados-fd.so does not reference librados
DescriptionThe RADOS plugin for Ceph cannot run. The following error is reported instead:
/usr/sbin/bareos-fd: symbol lookup error: /usr/lib64/bareos/plugins/rados-fd.so: undefined symbol: rados_create2


result of "ldd rados-fd.so"
linux-vdso.so.1 (0x00007ffcde9c1000)
libstdc++.so.6 => /lib64/libstdc++.so.6 (0x00007f7a37c07000)
libm.so.6 => /lib64/libm.so.6 (0x00007f7a37885000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f7a3766d000)
libc.so.6 => /lib64/libc.so.6 (0x00007f7a372a8000)
/lib64/ld-linux-x86-64.so.2 (0x00007f7a381a2000)

result of "nm -D /lib64/librados.so.2 | grep rados_create2"
0000000000061950 T rados_create2

bareos version: 19.2.7
Steps To Reproduce1) Install bareos-filedaemon and bareos-filedaemon-ceph-plugin from the public repo
2) Configure Ceph and Bareos
3) Run the file daemon with verbose output
4) Run a job and monitor the filedaemon output
TagsNo tags attached.

Activities

bruno-at-bareos

bruno-at-bareos

2023-03-21 17:42

manager   ~0004922

This plugin has been deprecated (since 19) and have been removed since then.

Issue History

Date Modified Username Field Change
2021-06-16 00:50 user586706 New Issue
2023-03-21 17:42 bruno-at-bareos Assigned To => bruno-at-bareos
2023-03-21 17:42 bruno-at-bareos Status new => closed
2023-03-21 17:42 bruno-at-bareos Resolution open => not fixable
2023-03-21 17:42 bruno-at-bareos Note Added: 0004922