bareos: master 1f9765c7

Author Committer Branch Timestamp Parent
arogge arogge master 2024-06-28 20:04 master 47666e29 Pending
Changeset dird: keep track of runtime status via name

without this patch a new configuration resource would also create a new
runtime status. This lead to all sorts of issues. Including, but not
limited to, wrong bookkeeping of concurrent jobs.
Instead of creating a new runtime status, we now pick an existing one
for the resource with the same name and only create a new one if we do
not have a status yet.
mod - core/src/dird/dird_conf.cc Diff File