Changesets: bareos
bareos-17.2 164358dc 2018-05-04 23:59 Daniel Néri Committer: joergs Ported: N/A Details Diff |
Fix ambiguous sample queries When the JobBytes column was added to the JobMedia table (in commit d31cd38e59f979e256370268d679d6f281ec758c), some sample queries became ambiguous. |
||
mod - src/dird/query.sql | Diff File | ||
bareos-17.2 245425c4 2018-05-04 22:52 Ported: N/A Details Diff |
Revert "Increase UA_sock->msg size to 256*1024" This reverts commit 3728ee4afae78cec3656b6561a2c2b459cb36f12. |
||
mod - src/console/console.c | Diff File | ||
bareos-17.2 3728ee4a 2018-05-04 15:11 Committer: pstorz Ported: N/A Details Diff |
Increase UA_sock->msg size to 256*1024 | ||
mod - src/console/console.c | Diff File | ||
bareos-16.2-droplet 77792e67 2018-05-03 19:37 Ported: N/A Details Diff |
droplet readme: added troubleshooting section | ||
mod - README.droplet | Diff File | ||
bareos-16.2-droplet a9f890ce 2018-04-29 18:55 Ported: N/A Details Diff |
update droplet readme | ||
mod - README.droplet | Diff File | ||
bareos-16.2-droplet 346907ff 2018-04-28 18:52 Ported: N/A Details Diff |
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 | ||
bareos-16.2-droplet 11d98458 2018-04-28 18:51 Ported: N/A Details Diff |
chunked_device: fix inflight counter | ||
mod - src/stored/backends/chunked_device.c | Diff File | ||
bareos-16.2-droplet bb274194 2018-04-28 18:48 Ported: N/A Details Diff |
calculate job time after releasing a device This results in a more accurate time period. |
||
mod - src/stored/append.c | Diff File | ||
bareos-16.2-droplet 703e8775 2018-04-28 18:46 Ported: N/A Details Diff |
generate fatal error instead of normal error if connection between director and storage daemons fails this results to failed jobs, instead of terminated with warnings. |
||
mod - src/dird/msgchan.c | Diff File | ||
bareos-17.2 263b5016 2018-04-27 19:50 Ported: N/A Details Diff |
Remove temporary index handling from orphan path check Since Bareos 17.2 the File table has a multicolumn index with PathId as its first element so that A temporary one column index on PathId becomes obsolete. |
||
mod - src/dird/dbcheck.c | Diff File | ||
master d5c0d0b4 2018-04-26 17:45 Committer: joergs Ported: N/A Details Diff |
How to load multiple python plugins This adds a configuration example on how to load multiple python plugins via 'Dir Plugin Options' Directive. |
||
mod - docs/manuals/en/main/plugins.tex | Diff File | ||
bareos-17.2 a8f2a394 2018-04-25 22:24 Ported: N/A Details Diff |
Fix dbcheck orphaned path entries performance issue A previous commit introduced performance issues when using the bareos-dbcheck orphaned path detection. The underlying SQL query was changed now by using the PathHierarchy table for protecting Path entries used by BVFS. |
||
mod - src/cats/dml/0072_get_orphaned_paths_0 | Diff File | ||
rm - src/cats/dml/0072_get_orphaned_paths_0.mysql | Diff File | ||
mod - src/cats/mysql_queries.inc | Diff File | ||
mod - src/cats/postgresql_queries.inc | Diff File | ||
mod - src/cats/sqlite_queries.inc | Diff File | ||
master 59eccff7 2018-04-23 16:01 Ported: N/A Details Diff |
Merge branch 'master' of ssh://gitblit.intern.bareos:29418/bareos/bareos-webui | ||
master 5b7638c4 2018-04-23 15:52 Ported: N/A Details Diff |
log documentation | ||
mod - fd-plugins/bareos_percona/README.md | Diff File | ||
master 7b67ef7c 2018-04-23 15:27 Ported: N/A Details Diff |
Logging off by default, changed default logging directory, added some timestamps |
||
mod - fd-plugins/bareos_percona/BareosFdPercona.py | Diff File | ||
mod - fd-plugins/bareos_percona/README.md | Diff File | ||
master d65ac4d8 2018-04-23 15:25 Committer: GitHub Ported: N/A Details Diff |
Merge pull request 0000028 from kjetilho/logging redirect stderr from xtrabackup to logfile in WorkingDirectory |
||
mod - fd-plugins/bareos_percona/BareosFdPercona.py | Diff File | ||
master c028bb24 2018-04-20 16:12 Ported: N/A Details Diff |
New action button introduced to view job details. | ||
mod - module/Client/view/client/client/details.phtml | Diff File | ||
mod - module/Dashboard/view/dashboard/dashboard/index.phtml | Diff File | ||
mod - module/Job/view/job/job/index.phtml | Diff File | ||
master 96b75a38 2018-04-20 14:54 Ported: N/A Details Diff |
Give a more precise description on jobstatus by mouse-over jobstatus labels. | ||
mod - public/js/custom-functions.js | Diff File | ||
master 61ee062b 2018-04-20 14:04 Ported: N/A Details Diff |
Warnings handled seperately Jobs with a status 'Warning' or 'Canceled' are handled seperately now. Following Job Status fall into the category warning. JS_Warnings - W - Terminated normally with warnings JS_Canceled - A - Canceled by user |
||
mod - module/Dashboard/src/Dashboard/Controller/DashboardController.php | Diff File | ||
mod - module/Dashboard/view/dashboard/dashboard/index.phtml | Diff File | ||
mod - module/Dashboard/view/partial/JobsPast24h.phtml | Diff File | ||
mod - module/Job/src/Job/Controller/JobController.php | Diff File | ||
mod - module/Job/src/Job/Form/JobForm.php | Diff File | ||
master 6b2ec5e0 2018-04-19 20:41 Ported: N/A Details Diff |
Merge branch 'bareos-17.2' | ||
mod - tests/selenium/README.md | Diff File | ||
mod - tests/selenium/webui-selenium-test.py | Diff File | ||
dev a886c618 2018-04-19 18:07 Torsten Ueberschar Committer: franku Ported: N/A Details Diff |
pam: basic authentication works | ||
mod - core/src/include/baconfig.h | Diff File | ||
mod - core/src/lib/pam_handler.cc | Diff File | ||
dev 17dfb755 2018-04-19 18:07 Torsten Ueberschar Committer: franku Ported: N/A Details Diff |
pam: basic authentication works | ||
mod - core/src/include/baconfig.h | Diff File | ||
mod - core/src/lib/pam_handler.cc | Diff File | ||
master 924dfd11 2018-04-19 17:39 Ported: N/A Details Diff |
Selenium: disable test test_job_canceling | ||
mod - tests/selenium/webui-selenium-test.py | Diff File | ||
dev afe58e7a 2018-04-17 19:29 Torsten Ueberschar Committer: franku Ported: N/A Details Diff |
Pam-Handler added | ||
mod - core/cmake/BareosFindAllLibraries.cmake | Diff File | ||
mod - core/src/dird/CMakeLists.txt | Diff File | ||
mod - core/src/dird/dird.cc | Diff File | ||
mod - core/src/dird/socket_server.cc | Diff File | ||
mod - core/src/dird/ua_server.cc | Diff File | ||
mod - core/src/filed/filed.cc | Diff File | ||
mod - core/src/filed/socket_server.cc | Diff File | ||
mod - core/src/lib/CMakeLists.txt | Diff File | ||
add - core/src/lib/pam_handler.cc | Diff File | ||
add - core/src/lib/pam_handler.h | Diff File | ||
mod - core/src/stored/socket_server.cc | Diff File | ||
dev be62daaa 2018-04-17 19:29 Torsten Ueberschar Committer: franku Ported: N/A Details Diff |
Pam-Handler added | ||
mod - core/cmake/BareosFindAllLibraries.cmake | Diff File | ||
mod - core/src/dird/CMakeLists.txt | Diff File | ||
mod - core/src/dird/dird.cc | Diff File | ||
mod - core/src/dird/socket_server.cc | Diff File | ||
mod - core/src/dird/ua_server.cc | Diff File | ||
mod - core/src/filed/filed.cc | Diff File | ||
mod - core/src/filed/socket_server.cc | Diff File | ||
mod - core/src/lib/CMakeLists.txt | Diff File | ||
add - core/src/lib/pam_handler.cc | Diff File | ||
add - core/src/lib/pam_handler.h | Diff File | ||
mod - core/src/stored/socket_server.cc | Diff File |