View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000587 | bareos-core | director | public | 2015-12-22 16:48 | 2016-01-11 14:52 |
Reporter | joergs | Assigned To | |||
Priority | low | Severity | minor | Reproducibility | always |
Status | confirmed | Resolution | open | ||
Platform | Linux | OS | any | OS Version | 3 |
Product Version | 15.2.2 | ||||
Summary | 0000587: joblog has "Backup Error", but jobstatus is set to successfull ('T') if writing the bootstrap file fails | ||||
Description | If the director can't write the bootstrap file, the joblog says: ... Non-fatal FD errors: 1 SD Errors: 0 FD termination status: OK SD termination status: OK Termination: *** Backup Error *** however, the jobstatus is 'T': +-------+---------------+-----------------+---------------------+------+-------+----------+----------+-----------+ | JobId | Name | Client | StartTime | Type | Level | JobFiles | JobBytes | JobStatus | +-------+---------------+-----------------+---------------------+------+-------+----------+----------+-----------+ | 225 | BackupClient1 | ting.dass-it-fd | 2015-12-22 16:32:13 | B | I | 2 | 44 | T | +-------+---------------+-----------------+---------------------+------+-------+----------+----------+-----------+ | ||||
Steps To Reproduce | configure a job with Write Bootstrap = "/NONEXISTINGPATH/%c.bsr" and run the job. Compare status from "list joblog" with "list jobs". | ||||
Additional Information | list joblog jobid=... will show something like: ... 2015-12-22 16:46:12 ting.dass-it-dir JobId 226: Error: Could not open WriteBootstrap file: /NONEXISTINGPATH/ting.dass-it-fd.bsr: ERR=No such file or directory ... Non-fatal FD errors: 1 SD Errors: 0 FD termination status: OK SD termination status: OK Termination: *** Backup Error *** However "list jobs" will show 'T'. | ||||
Tags | No tags attached. | ||||
bareos-master: impact | |||||
bareos-master: action | |||||
bareos-19.2: impact | |||||
bareos-19.2: action | |||||
bareos-18.2: impact | |||||
bareos-18.2: action | |||||
bareos-17.2: impact | |||||
bareos-17.2: action | |||||
bareos-16.2: impact | |||||
bareos-16.2: action | |||||
bareos-15.2: impact | |||||
bareos-15.2: action | |||||
bareos-14.2: impact | |||||
bareos-14.2: action | |||||
bareos-13.2: impact | |||||
bareos-13.2: action | |||||
bareos-12.4: impact | |||||
bareos-12.4: action | |||||
related to | 0000372 | confirmed | failing Run After Job scripts do not influence job result |