Hello,
I can't get the bareos-filedaemon-ceph-plugin plugin (version 16.2.6-5) to work to interface Ceph Rados Gateway and Bareos (version 16.2.6-5).
Bareos runs on a specific Rados Gateway (version 14.2.6-1), on Debian buster.
Here the job definition :
Job {
Name = "BackupRados"
JobDefs = "DefaultJob"
FileSet = "plugin-rados"
# Client = "radoshost-fd"
}
And the Fileset :
FileSet {
Name = "plugin-rados"
Include {
Options {
aclsupport = yes
signature = MD5
xattrsupport = yes
}
#Plugin = "rados:conffile=/etc/ceph/ceph.conf:clientid=client.rgw.bareos:poolname=poolname:namespace=namespace:snapshotname=snapshotname:"
Plugin = "rados:conffile=/etc/ceph/ceph.conf:clientid=client.rgw.bareos:poolname=default.rgw.buckets.data:"
}
}
At the job execution :
28-Jan 17:32 bareos-dir JobId 19: Start Backup JobId 19, Job=BackupRados.2020-01-28_17.32.34_12
28-Jan 17:32 bareos-dir JobId 19: Using Device "FileStorage" to write.
28-Jan 17:32 bareos-sd JobId 19: Volume "Full-0001" previously written, moving to end of data.
28-Jan 17:32 bareos-sd JobId 19: Ready to append to end of Volume "Full-0001" size=2590
28-Jan 17:32 bareos-fd JobId 19: Error: rados-fd: rados_connect() failed: No such file or directory
Despite this error :
Termination: Backup OK -- with warnings
I do not know what is really backuped like this (this ceph pool is 1.8 Gb, while "Full-0001" is 6 Mb).
Thanks for ideas, adivices...