bareos: bareos-16.2-droplet 346907ff

Author Committer Branch Timestamp Parent
joergs joergs bareos-16.2-droplet 2018-04-28 18:52 bareos-16.2-droplet bb274194 Pending
Changeset write_block_to_dev: don't retry on EIO, only on EBUSY

EIO (io error) is normally permanent, so a retry will not help.
When doing a retry on a EIO on the droplet_device,
this results in lost data (because of the chunked_device caching).
This could be fixed, however this is the quicker solution.
mod - src/stored/block.c Diff File