Changesets: bareos

master d6830701

2016-02-16 20:49

Frank Bergkemper

Ported: N/A

Details Diff
Composer usage

Instead of pulling the whole framework via composer, we now pull just a minimal set of required
individual framework components and their dependencies from packages.zendframework.com.
mod - composer.json Diff File
mod - composer.phar Diff File

master c0e71aa7

2016-02-15 17:47

Joerg Steffens

Ported: N/A

Details Diff
ndmp: clarification for copy jobs
mod - manuals/en/main/ndmp.tex Diff File

master 0e1f9c8f

2016-02-14 11:29

mvwieringen

Ported: N/A

Details Diff
ceph: Make m_stripe_unit uint64_t
mod - src/stored/backends/rados_device.h Diff File

master a81fe7fe

2016-02-14 10:33

mvwieringen

Ported: N/A

Details Diff
ceph: Fix compile problem.
mod - src/stored/backends/rados_device.c Diff File

mvw 03734600

2016-02-11 11:02

mvwieringen

Ported: N/A

Details Diff
docs: Update AUTHORS
mod - AUTHORS Diff File

master 2f5940b3

2016-02-11 11:02

mvwieringen

Ported: N/A

Details Diff
docs: Update AUTHORS
mod - AUTHORS Diff File

mvw cdfc6b7b

2016-02-11 10:21

mvwieringen

Ported: N/A

Details Diff
ceph: Introduce private methods for device operations.

Add some generic private methods that abstract the device operations so
we can easily extend them to support different types of backing stores
and operations in the future.
mod - src/stored/backends/rados_device.c Diff File
mod - src/stored/backends/rados_device.h Diff File

mvw 95774ec7

2016-02-11 00:36

mr245


Committer: mvwieringen

Ported: N/A

Details Diff
stripe unit and count were not being read correctly
mod - src/stored/backends/rados_device.c Diff File

master 48d5b786

2016-02-11 00:36

mr245


Committer: mvwieringen

Ported: N/A

Details Diff
ceph: Stripe unit and count were not being read correctly

Fixes 0000618: rados stripe unit and stripe count settings are
not being read correctly
Affected Issues
0000618
mod - src/stored/backends/rados_device.c Diff File

mvw 6bc94619

2016-02-10 16:27

mr245


Committer: mvwieringen

Ported: N/A

Details Diff
add support for rados_striper functions in rados_device.c where it currently dosn't exist

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

master 01c224cf

2016-02-10 16:27

mr245


Committer: mvwieringen

Ported: N/A

Details Diff
ceph: Add more support for rados_striper functions.

Fixes 0000617: Add support for rados_striper functions in rados_device.c
where it currently dosn't exist.

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
Affected Issues
0000617
mod - src/stored/backends/rados_device.c Diff File
mod - src/stored/backends/rados_device.h Diff File

master ce117dad

2016-02-10 11:52

mvwieringen

Ported: N/A

Details Diff
build: Bump version date.
mod - src/include/version.h Diff File

master 04d123c2

2016-02-09 22:51

mvwieringen

Ported: N/A

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

master 27217e66

2016-02-09 21:39

mvwieringen

Ported: N/A

Details Diff
build: Rebuild configure and config.h.in
mod - autoconf/config.h.in Diff File
mod - configure Diff File

master a5477561

2016-02-09 21:35

mvwieringen

Ported: N/A

Details Diff
build: Upgrade to libtool 2.4.6
mod - autoconf/libtool/libtool.m4 Diff File
mod - autoconf/libtool/ltdl.m4 Diff File
mod - autoconf/libtool/ltoptions.m4 Diff File
mod - autoconf/libtool/ltsugar.m4 Diff File
mod - autoconf/libtool/ltversion.m4 Diff File
mod - autoconf/libtool/lt~obsolete.m4 Diff File
mod - autoconf/ltmain.sh Diff File

mvw e8e18bf6

2016-02-09 18:29

mvwieringen

Ported: N/A

Details Diff
ceph: Add support for rados_create2() API.

We currently use the rados_create() API call but there is also
the more flexible rados_create2() API. This patch adds support
for this other API. Based on the LIBRADOS_VERSION_CODE we
determine if the API is available. We check if we are being
compiled on a platform with a API version lower then 0.68.0
as that is the first version where the new usable version of
rados_create2 with the 4 flags is available. This was verified
by checking the git repo of CEPH and looking for the moment the
new API calls was extended to the 4 argument version and then
searching back in the history for the first bump of the
LIBRADOS_VER_MINOR or LIBRADOS_VER_EXTRA.
mod - src/plugins/filed/rados-fd.c Diff File

mvw 0547899a

2016-02-09 18:29

mvwieringen

Ported: N/A

Details Diff
ceph: Add support for rados_create2() API.

We currently use the rados_create() API call but there is also
the more flexible rados_create2() API. This patch adds support
for this other API. Based on the LIBRADOS_VERSION_CODE we
determine if the API is available. We check if we are being
compiled on a platform with a API version lower then 0.68.0
as that is the first version where the new usable version of
rados_create2 with the 4 flags is available. This was verified
by checking the git repo of CEPH and looking for the moment the
new API calls was extended to the 4 argument version and then
searching back in the history for the first bump of the
LIBRADOS_VER_MINOR or LIBRADOS_VER_EXTRA.
mod - src/stored/backends/rados_device.c Diff File
mod - src/stored/backends/rados_device.h Diff File

mvw 9c43f8d2

2016-02-09 18:29

mvwieringen

Ported: N/A

Details Diff
docs: Update AUTHORS
mod - AUTHORS Diff File

mvw 150dde9e

2016-02-09 18:29

Christian Eichelmann


Committer: mvwieringen

Ported: N/A

Details Diff
ceph: Added clientid option to rados store backend

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

mvw 236b6b79

2016-02-09 18:29

Christian Eichelmann


Committer: mvwieringen

Ported: N/A

Details Diff
ceph: Added clientid argument to specify rados client id

Signed-off-by: Marco van Wieringen <marco.van.wieringen@bareos.com>
mod - src/plugins/filed/plugin-rados.conf Diff File
mod - src/plugins/filed/rados-fd.c Diff File

master 9b6545c2

2016-02-06 10:32

mvwieringen

Ported: N/A

Details Diff
dird: Fix compiler warning.
mod - src/dird/ua_select.c Diff File

master ef3fe592

2016-02-05 11:59

mvwieringen

Ported: N/A

Details Diff
Merge branch 'bareos-15.2'
mod - src/dird/jobq.c Diff File
mod - src/lmdb/lmdb.h Diff File
mod - src/lmdb/mdb.c Diff File
mod - src/lmdb/midl.c Diff File
mod - src/lmdb/midl.h Diff File

master 240a876d

2016-02-05 11:46

mvwieringen

Ported: N/A

Details Diff
lmdb: Sync to upstream.
mod - src/lmdb/lmdb.h Diff File
mod - src/lmdb/mdb.c Diff File
mod - src/lmdb/midl.c Diff File
mod - src/lmdb/midl.h Diff File

master f54e2821

2016-02-02 19:47

mvwieringen

Ported: N/A

Details Diff
dird: Make storage more generic.

As we eventually want to support different types of storage e.g. Native
and NDMP to start with we need to make things somewhat more generic.
This is the first step by moving some of the generic storage functions
of the director into a new file storage.c which will try to abstract the
different storage types and have a generic abstraction so the rest of
the code needs as little change as possible.
mod - src/dird/Makefile.in Diff File
mod - src/dird/dird_conf.h Diff File
mod - src/dird/job.c Diff File
mod - src/dird/protos.h Diff File
mod - src/dird/sd_cmds.c Diff File
add - src/dird/storage.c Diff File
mod - src/dird/ua_cmds.c Diff File
mod - src/dird/ua_impexp.c Diff File
mod - src/dird/ua_label.c Diff File
mod - src/dird/ua_select.c Diff File
mod - src/dird/ua_status.c Diff File
mod - src/dird/ua_update.c Diff File
mod - src/win32/dird/Makefile Diff File

master 5cf2dab5

2016-02-02 17:31

mvwieringen

Ported: N/A

Details Diff
dird: Move some members from JCR to the RESOURCES struct.

We moved rstorage, wstorage and pstorage from jcr to jcr->res as those
alists also contain resource pointers and should have been moved there
when all other resources got moved there during the endless refactoring.
mod - src/dird/backup.c Diff File
mod - src/dird/job.c Diff File
mod - src/dird/jobq.c Diff File
mod - src/dird/migrate.c Diff File
mod - src/dird/ndmp_dma_backup.c Diff File
mod - src/dird/ndmp_dma_generic.c Diff File
mod - src/dird/ndmp_dma_restore.c Diff File
mod - src/dird/restore.c Diff File
mod - src/dird/sd_cmds.c Diff File
mod - src/dird/ua_cmds.c Diff File
mod - src/dird/vbackup.c Diff File
mod - src/dird/verify.c Diff File
mod - src/include/jcr.h Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 550 551 552 553 554 555 556 ... 560 ... 630 ... 695 696 697  Next  Last