bareos: master 93077a2a

Author Committer Branch Timestamp Parent
Sebastian Sura Bareos Bot master 2024-10-25 07:06 master 418fe219 Pending
Changeset mount: add quickfix for autolabel issue

We currently overwrite the current volume info on the device with the
outdated volume info from the director (which has size = 0) before
"updating" the volume info on the director. This causes the volume
size mismatch now that we do not have the pre_label split
anymore (previously we would execute RewriteVolumeLabel before writing
to the device which would have fixed this issue).

As a quick fix we can just disable this overwriting and just send the
real info to the director immediately.
mod - core/src/stored/mount.cc Diff File