Changesets: bareos2015

bareos-13.2 c7658e0e

2014-03-11 11:50

mvwieringen

Ported: N/A

Details Diff
Remove hardcoded job timeout of 6 days.

The current watchdog setup doesn't make any sense with the state the
software is in 2014. So changed the watchdog timeout to be set to zero
by default which means don't run a jcr watchdog thread in either the
filed, stored or dird at all. You can still set an absolute timeout
on the job length but in normal situations it makes little sense.
mod - src/dird/dird.c Diff File
mod - src/dird/dird_conf.c Diff File
mod - src/dird/dird_conf.h Diff File
mod - src/filed/filed.c Diff File
mod - src/filed/filed_conf.c Diff File
mod - src/filed/filed_conf.h Diff File
mod - src/include/jcr.h Diff File
mod - src/lib/bnet.c Diff File
mod - src/lib/bsock.c Diff File
mod - src/lib/bsock.h Diff File
mod - src/lib/jcr.c Diff File
mod - src/stored/stored.c Diff File
mod - src/stored/stored_conf.c Diff File
mod - src/stored/stored_conf.h Diff File

bareos-14.2 cd866f50

2014-03-05 19:05

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
moved dir /etc/bareos/ to bareos-common package

prior, it had been in bareos-director, but it is used in multiple packages.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - platforms/packaging/bareos.spec Diff File

bareos-13.2 59a2a11e

2014-03-05 19:05

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
moved dir /etc/bareos/ to bareos-common package

prior, it had been in bareos-director, but it is used in multiple packages.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - platforms/packaging/bareos.spec Diff File

bareos-12.4 ede8e528

2014-03-05 19:05

joergs


Committer: mvwieringen

Ported: N/A

Details Diff
moved dir /etc/bareos/ to bareos-common package

prior, it had been in bareos-director, but it is used in multiple packages.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - platforms/packaging/bareos.spec Diff File

bareos-14.2 28e92920

2014-03-05 11:13

mvwieringen

Ported: N/A

Details Diff
Fix comparisson.
mod - src/stored/backends/rados_device.c Diff File

bareos-13.2 0785a1c4

2014-03-03 18:59

mvwieringen

Ported: N/A

Details Diff
Fix typo.
mod - src/win32/plugins/filed/mssqlvdi-fd.c Diff File

bareos-13.2 6c0155e2

2014-03-03 10:52

mvwieringen

Ported: N/A

Details Diff
Make clear when vtape is compiled in.
mod - src/include/version.h Diff File
mod - src/stored/vtape.c Diff File
mod - src/stored/vtape.h Diff File

bareos-12.4 8258aad6

2014-03-03 10:52

mvwieringen

Ported: N/A

Details Diff
Make clear when vtape is compiled in.
mod - src/include/version.h Diff File
mod - src/stored/vtape.c Diff File
mod - src/stored/vtape.h Diff File

bareos-13.2 98cf92ab

2014-03-03 10:48

mvwieringen

Ported: N/A

Details Diff
remove vtape autodetection in init_dev

Annoyingly, the vtape code was automatically
activated in init_dev without any notice if
device->device_name was a regular file.

We now deactivated that so that you explicitly
have to set

"DeviceType = Vtape"

if you wish to use vtape instead of the stupid
autodetection.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - src/stored/dev.c Diff File

bareos-12.4 bc20d97f

2014-03-03 10:48

mvwieringen

Ported: N/A

Details Diff
remove vtape autodetection in init_dev

Annoyingly, the vtape code was automatically
activated in init_dev without any notice if
device->device_name was a regular file.

We now deactivated that so that you explicitly
have to set

"DeviceType = Vtape"

if you wish to use vtape instead of the stupid
autodetection.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - src/stored/dev.c Diff File

bareos-14.2 f3767cac

2014-03-02 13:04

mvwieringen

Ported: N/A

Details Diff
Show an error when an unknown device type if configured.
mod - src/stored/dev.c Diff File

bareos-13.2 38c2993c

2014-03-02 13:04

mvwieringen

Ported: N/A

Details Diff
Show an error when an unknown device type is configured.
mod - src/stored/dev.c Diff File

bareos-12.4 0aa53232

2014-03-02 13:04

mvwieringen

Ported: N/A

Details Diff
Show an error when an unknown device type is configured.
mod - src/stored/dev.c Diff File

bareos-14.2 446dd5d5

2014-03-02 00:02

mvwieringen

Ported: N/A

Details Diff
Update README.md
mod - README.md Diff File

bareos-14.2 bdfc4115

2014-03-01 23:56

mvwieringen

Ported: N/A

Details Diff
Tweak rados device a bit with errno handling.
mod - src/stored/backends/rados_device.c Diff File

bareos-14.2 d1fa18bf

2014-03-01 10:17

mvwieringen

Ported: N/A

Details Diff
Update README.md
mod - README.md Diff File

bareos-14.2 ec35d502

2014-02-28 14:46

mvwieringen

Ported: N/A

Details Diff
Remove hardcoded job timeout of 6 days.

The current watchdog setup doesn't make any sense with the state the
software is in 2014. So changed the watchdog timeout to be set to zero
by default which means don't run a jcr watchdog thread in either the
filed, stored or dird at all. You can still set an absolute timeout
on the job length but in normal situations it makes little sense.
mod - src/dird/dird.c Diff File
mod - src/dird/dird_conf.c Diff File
mod - src/dird/dird_conf.h Diff File
mod - src/filed/filed.c Diff File
mod - src/filed/filed_conf.c Diff File
mod - src/filed/filed_conf.h Diff File
mod - src/include/jcr.h Diff File
mod - src/lib/bsock.h Diff File
mod - src/lib/bsock_sctp.c Diff File
mod - src/lib/bsock_tcp.c Diff File
mod - src/lib/bsock_udt.c Diff File
mod - src/lib/jcr.c Diff File
mod - src/stored/stored.c Diff File
mod - src/stored/stored_conf.c Diff File
mod - src/stored/stored_conf.h Diff File

bareos-14.2 b8e4184c

2014-02-28 13:40

mvwieringen

Ported: N/A

Details Diff
Make clear when vtape is compiled in.
mod - src/include/version.h Diff File
mod - src/stored/backends/vtape.c Diff File
mod - src/stored/dev.c Diff File

bareos-14.2 9a532f48

2014-02-28 13:09

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
remove vtape autodetection in init_dev

Annoyingly, the vtape code was automatically
activated in init_dev without any notice if
device->device_name was a regular file.

We now deactivated that so that you explicitly
have to set

"DeviceType = Vtape"

if you wish to use vtape instead of the stupid
autodetection.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - src/stored/dev.c Diff File

bareos-14.2 4ef9cf9f

2014-02-28 10:08

mvwieringen

Ported: N/A

Details Diff
Fix some typos and add error string.
mod - src/stored/backends/object_store_device.c Diff File

bareos-14.2 d2d5c4d2

2014-02-27 18:05

mvwieringen

Ported: N/A

Details Diff
Fix typo.
mod - src/stored/backends/object_store_device.c Diff File

bareos-13.2 3b21510b

2014-02-27 16:53

mvwieringen

Ported: N/A

Details Diff
Revert "Fix for purge command not purging and truncating."

This reverts commit 6c8d624da5b848abd90d2d7fb70cbb7332af074b.
mod - src/dird/ua_purge.c Diff File

bareos-12.4 9f78aab9

2014-02-27 16:16

mvwieringen

Ported: N/A

Details Diff
Revert "Fix for purge command not purging and truncating."

This reverts commit e30d3b9094b92053b64238e736d04d0168314861.
mod - src/dird/ua_purge.c Diff File

bareos-14.2 d4a0e307

2014-02-27 16:15

mvwieringen

Ported: N/A

Details Diff
Revert "Fix for purge command not purging and truncating."

This reverts commit dc89f661cc20504279c16654e29d41dfeae170b1.
mod - src/dird/ua_purge.c Diff File

bareos-14.2 33e98376

2014-02-26 15:20

pstorz


Committer: mvwieringen

Ported: N/A

Details Diff
Fix regression problems

ua_purge.c: keep blocksizes during relabel
dev.c: do not set dev blocksize to zero

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - src/dird/ua_purge.c Diff File
mod - src/stored/dev.c Diff File
 First  Prev  1 2 3 ... 10 ... 20 21 22 23 24 25 26 27 ... 30 ... 40 ... 50 ... 57 58 59  Next  Last