Hi @all!
I'm currently experiencing users claiming performance issues. The root cause is bareos-fd, which sometimes needs to run during work hours if something went wrong with the backup during the night. To mitigate this, I was planning to set the niceness level of bareos-fd to 10, which basically just lowers its priority.
I was thinking of:
1. Removing the symlink in /etc/systemd/system/bareos-filedaemon.service which points to /usr/lib/systemd/system/bareos-fd.service
2. Copy the original file to the symlink location
3. Add the NICE=10 setting to the copied file
While this may work, I'm wondering if theres a better way to stay update safe?
Thanks in advance,
Marco
BTW: Talking about CentOS v7.x here.