bareos: bareos-16.2-droplet 7c0a0310

Author Committer Branch Timestamp Parent
mvwieringen mvwieringen bareos-16.2-droplet 2017-11-13 15:41 bareos-16.2-droplet a5e5e4df Pending
Changeset stored: Fix getting size of a chunked volume.

We could end up in trying to get the current volume size from the
backing store while the last chunk of the volume was still inflight
to the backing store. Previously we added support for getting the
size from the ordered circular list but that is only part of the time
it takes for a volume to get flushed to the backing store. When the
last volume chunk is still inflight we get the wrong size when we
list the volume chunks on the backing store as the chunk might be
still growing in size while being uploaded.
mod - src/stored/backends/chunked_device.c Diff File
mod - src/stored/backends/chunked_device.h Diff File