bareos2015: bareos-14.2 fcb5c1f3

Author Committer Branch Timestamp Parent
mvwieringen mvwieringen bareos-14.2 2014-12-12 15:29 bareos-14.2 9fb4af34 Pending
Changeset Add support for changed rados_write API.

Seems from version 0.68 to 0.69 the rados_write
function all of a sudden gives back 0 when succeeded and
no longer the actual bytes it wrote. As we also want to
support the old API it now checks the LIBRADOS_VERSION_CODE
mod - src/stored/backends/rados_device.c Diff File