bareos: master f35114ed

Author Committer Branch Timestamp Parent
arogge arogge master 2024-09-16 16:10 master ee8831b1 Pending
Changeset cats: fix VolFiles for newly labeled tape volumes

the VolFiles was previously fixed to 0 for new volumes, however when not
using pre-labels, the label will fill file 0, so VolFiles should be 1.
To achieve this, the `3000 OK label` message was slightly extended.
mod - core/src/cats/sql_create.cc Diff File
mod - core/src/dird/ua_label.cc Diff File
mod - core/src/stored/dir_cmd.cc Diff File