Hello Bacularis team!
This is a weird issue that we are having.
Running Bacularis on Ubuntu 22.04, bacula 13.04, with bacula-sd-cloud-driver-13.0.4.so bacula-sd-cloud-s3-driver-13.0.4.so.
Incremental backup jobs for clients are finished without errors, but full jobs not so much. Some finished, but almost failed.
The error is : Error: lib/bsock.c:276 Socket has errors=1 on call to Storage daemon and S3_put_object ERR=AbortedByCallback CURL Effective URL:
Fatal error: filed/backup.c:1008 Network send error to SD. ERR=Input/output error
pc-fd JobId 1205: Error: lib/bsock.c:397 Wrote 43264 bytes to Storage daemon:10.10.10.1:9103, but only 16384 accepted.
What we already tried:
MaximumPartSize tried to resize down from 5GB to 2 or 1 GB. Helped a bit, but some jobs still failed.
Added bacula soft nofile 16384 && bacula hard nofile 32768 in the /etc/security/limits.conf
Added [Service] LimitNOFILE=32768 in the /lib/systemd/system/bacula-sd.service
Checked the network stack, firewall rules, all ports and permissions.
What are we missing here?