Changesets: bareos

master c2f14b1b

2020-12-10 19:14

pstorz


Committer: arogge

Ported: N/A

Details Diff
system package tests: use installed bareos_vadp_dumper_wrapper.sh
mod - systemtests/CMakeLists.txt Diff File

master b1199087

2020-12-10 18:14

franku

Ported: N/A

Details Diff
systemtests: test the setdevice command using multiplied devices
mod - systemtests/tests/multiplied-device/etc/bareos/bareos-sd.d/device/FileStorage.conf Diff File
mod - systemtests/tests/multiplied-device/testrunner Diff File

master bdab0d16

2020-12-10 12:43

franku

Ported: N/A

Details Diff
cleanup: rename IsAutochanger more meaningful
mod - core/src/stored/autochanger.cc Diff File
mod - core/src/stored/btape.cc Diff File
mod - core/src/stored/dev.h Diff File
mod - core/src/stored/dir_cmd.cc Diff File
mod - core/src/stored/mount.cc Diff File
mod - core/src/stored/reserve.cc Diff File
mod - core/src/stored/status.cc Diff File
mod - core/src/stored/stored.cc Diff File
mod - core/src/stored/stored_conf.cc Diff File
mod - core/src/stored/vol_mgr.cc Diff File

master 28d4803b

2020-12-10 11:58

franku

Ported: N/A

Details Diff
storage: add autoselect to device status
mod - core/src/stored/status.cc Diff File

bareos-18.2 3df434c1

2020-12-10 11:02

arogge

Ported: N/A

Details Diff
vmware: support new VDDK in bareos_vadp_dumper

By cmake check for physicalSectorSize member in VixDiskLibCreateParams
the build of bareos_vadp_dumper now works with VDDK 6.5.2, 6.7.3 an 7.0

Original Author: Stephan Duehr <stephan.duehr@bareos.com>

(backported from commit 6dafbaf7bcea3380d9aa8fd7dd3b7fa9fc18859d)
mod - vmware/vadp_dumper/CMakeLists.txt Diff File
mod - vmware/vadp_dumper/bareos_vadp_dumper.cpp Diff File

bareos-19.2 6c09f81c

2020-12-10 10:53

arogge

Ported: N/A

Details Diff
vmware: support new VDDK in bareos_vadp_dumper

By cmake check for physicalSectorSize member in VixDiskLibCreateParams
the build of bareos_vadp_dumper now works with VDDK 6.5.2, 6.7.3 an 7.0

Original Author: Stephan Duehr <stephan.duehr@bareos.com>

(backported from commit 6dafbaf7bcea3380d9aa8fd7dd3b7fa9fc18859d)
mod - vmware/vadp_dumper/CMakeLists.txt Diff File
mod - vmware/vadp_dumper/bareos_vadp_dumper.cc Diff File

bareos-18.2 22f73766

2020-12-10 10:30

arogge

Ported: N/A

Details Diff
vmware: use rpath instead of runpath

This patch sets --disable-new-dtags when linking vadp-dumper. We need to
force using rpath instead of runpath, as vixDiskLib lacks both and only
rpath will propagate to dynamically linked libraries.

(backport based on commit dd4f76298772ff820ef833d4e1bd52b10a17e2e8)
mod - vmware/vadp_dumper/CMakeLists.txt Diff File

bareos-18.2 ac19fa13

2020-12-10 10:10

arogge

Ported: N/A

Details Diff
vmware: check VDDK bug triggers in wrapper script

The VDDK after 6.5 has at least two issues that can cause a crash,
this patch tests for the circumstances that trigger the bug and
will lead to a crash, telling the user how to work around the issue.

The patch also removes the setting of LD_LIBARRY_PATH as is isn't
required anymore.

(backport based on commit 21197e51ef2c6c2e17d76068434e57bb7d938c99)
mod - vmware/vadp_dumper/bareos_vadp_dumper_wrapper.sh Diff File

bareos-19.2 715d0a6b

2020-12-10 10:10

arogge

Ported: N/A

Details Diff
vmware: check VDDK bug triggers in wrapper script

The VDDK after 6.5 has at least two issues that can cause a crash,
this patch tests for the circumstances that trigger the bug and
will lead to a crash, telling the user how to work around the issue.

The patch also removes the setting of LD_LIBARRY_PATH as is isn't
required anymore.

(backport based on commit 21197e51ef2c6c2e17d76068434e57bb7d938c99)
mod - vmware/vadp_dumper/bareos_vadp_dumper_wrapper.sh Diff File

bareos-19.2 4d74b8c1

2020-12-10 10:08

arogge

Ported: N/A

Details Diff
vmware: use rpath instead of runpath

This patch sets --disable-new-dtags when linking vadp-dumper. We need to
force using rpath instead of runpath, as vixDiskLib lacks both and only
rpath will propagate to dynamically linked libraries.

(backport based on commit dd4f76298772ff820ef833d4e1bd52b10a17e2e8)
mod - vmware/vadp_dumper/CMakeLists.txt Diff File

master 5916b252

2020-12-09 22:19

stephand

Ported: N/A

Details Diff
BareosFdPluginOvirt.py: Job error when oVirt SDK is not installed

When the Python SDK for oVirt Engine API is not installed, the
plugin now terminates the job with an appropriate job error
message instead of throwing an exception.
mod - core/src/plugins/filed/python/ovirt/BareosFdPluginOvirt.py Diff File

master 60fac79c

2020-12-09 22:12

stephand

Ported: N/A

Details Diff
BareosFdPluginOvirt.py: Adapted for non-ascii chars on Python 2 and 3

Adapted so that the plugin also works when using non-ascii characters
in VM name or disk alias names and ensure this work with both Python
version 2 and 3.
mod - core/src/plugins/filed/python/ovirt/BareosFdPluginOvirt.py Diff File

master 189374e7

2020-12-09 19:15

arogge

Ported: N/A

Details Diff
vmware: check VDDK bug triggers in wrapper script

The VDDK after 6.5 has at least two issues that can cause a crash,
this patch tests for the circumstances that trigger the bug and
will lead to a crash, telling the user how to work around the issue.

The patch also removes the setting of LD_LIBRARY_PATH as it is not
required anymore.
mod - core/src/vmware/vadp_dumper/bareos_vadp_dumper_wrapper.sh Diff File

master 4bbd0f71

2020-12-09 18:22

arogge

Ported: N/A

Details Diff
systemtest: use vadp-dumper wrapper for systemtest

Previously the system-test called vadp dumper directly. This patch now
makes it use the wrapper script that will be used in production, too.
mod - systemtests/CMakeLists.txt Diff File
mod - systemtests/tests/py2plug-fd-vmware/testrunner Diff File

master 7e1feb25

2020-12-09 16:21

franku

Ported: N/A

Details Diff
cleanup: clang compiler warnings and source code

applied check-sources script
mod - core/src/console/console.cc Diff File
mod - core/src/dird/dird_conf.h Diff File
mod - core/src/dird/ua_cmds.cc Diff File
mod - core/src/dird/ua_cmds.h Diff File
mod - core/src/dird/ua_select.h Diff File
mod - core/src/lib/bareos_resource.h Diff File
mod - core/src/lib/bnet.cc Diff File
mod - core/src/lib/bnet.h Diff File
mod - core/src/lib/scan.cc Diff File
mod - core/src/lib/scan.h Diff File
mod - core/src/qt-tray-monitor/monitoritem.cc Diff File
mod - core/src/stored/backends/chunked_device.cc Diff File
mod - core/src/tests/setdevice.cc Diff File

master e90a5ff0

2020-12-08 19:19

franku

Ported: N/A

Details Diff
lib: add BoolString to convert string values to bool
mod - core/src/lib/CMakeLists.txt Diff File
add - core/src/lib/bool_string.cc Diff File
add - core/src/lib/bool_string.h Diff File
mod - core/src/lib/util.h Diff File

master b9a15a58

2020-12-08 18:22

franku

Ported: N/A

Details Diff
docs: add console setdevice command

- rst documentation and CHANGELOG.md
mod - CHANGELOG.md Diff File
mod - docs/manuals/source/TasksAndConcepts/BareosConsole.rst Diff File
mod - docs/manuals/source/manually_added_config_directive_descriptions/sd-device-AutoSelect.rst.inc Diff File

master 10d895f0

2020-12-08 11:58

arogge

Ported: N/A

Details Diff
vmware: use rpath instead of runpath

This patch sets --disable-new-dtags when linking vadp-dumper. We need to
force using rpath instead of runpath, as vixDiskLib lacks both and only
rpath will propagate to dynamically linked libraries.
mod - core/src/vmware/vadp_dumper/CMakeLists.txt Diff File

master 59fdeecf

2020-12-05 19:40

franku

Ported: N/A

Details Diff
storage: implement setdevice autoselect command
mod - core/src/stored/dir_cmd.cc Diff File

master e3576b04

2020-12-05 13:20

franku

Ported: N/A

Details Diff
dird: send setdevice command to sd
mod - core/src/dird/ua_cmds.cc Diff File
mod - core/src/dird/ua_cmds.h Diff File

master 4c985b5d

2020-12-04 16:31

bsperduto


Committer: GitHub

Ported: N/A

Details Diff
LibCloud Populate statp on new file

In current implementation statp is only populated with default stats instead of object's actual stats. This causes an accurate incremental backup to backup every file as the modified time does not match the time stored in the catalog.
mod - core/src/plugins/filed/python/libcloud/BareosFdPluginLibcloud.py Diff File

master b57dec89

2020-12-04 14:35

franku

Ported: N/A

Details Diff
tests: add unittest for setdevice
mod - core/src/tests/CMakeLists.txt Diff File
add - core/src/tests/setdevice.cc Diff File

master beaaf6fe

2020-12-04 14:06

franku

Ported: N/A

Details Diff
dird: move forward declarations to the right header
mod - core/src/dird/ua.h Diff File
mod - core/src/dird/ua_select.h Diff File
mod - core/src/dird/ua_server.h Diff File

master dcef8ca4

2020-12-04 13:57

franku

Ported: N/A

Details Diff
lib: use const qualifier for the command parameter
mod - core/src/lib/scan.cc Diff File
mod - core/src/lib/scan.h Diff File

master 9bd0d5b0

2020-12-03 20:13

franku

Ported: N/A

Details Diff
dird: add SetdeviceCmd to Ua commands
mod - core/src/dird/ua_cmds.cc Diff File
mod - core/src/dird/ua_cmds.h Diff File
 First  Prev  1 2 3 ... 60 ... 120 ... 179 180 181 182 183 184 185 ... 240 ... 300 ... 360 ... 420 ... 480 ... 540 ... 600 ... 612 613 614  Next  Last