View Issue Details

IDProjectCategoryView StatusLast Update
0001338bareos-corebconsolepublic2021-04-19 06:47
Reporterprogserega Assigned To 
PrioritylowSeverityminorReproducibilityalways
Status newResolutionopen 
PlatformLinuxOSanyOS Version3
Product Version20.0.1 
Summary0001338: command list jobs show jobids with ',' but it not comfortable for copy jobid to other command
DescriptionI think we need remove ',' from jobids in out of all command of bconsole.
Steps To Reproduce1. exec: "list jobs jobstatus=error"
2. see list jobs:
Automatically selected Catalog: MyCatalog
Using Catalog "MyCatalog"
+--------+----------------------------------------------+------------------------------+---------------------+------+-------+----------+-------------------+-----------+
| jobid | name | client | starttime | type | level | jobfiles | jobbytes | jobstatus |
+--------+----------------------------------------------+------------------------------+---------------------+------+-------+----------+-------------------+-----------+
| 4,228 | backup-ps.rs.int-LinuxRoot | ps.rs.int-fd | 2018-09-30 23:08:24 | B | F | 0 | 0 | E |
| 4,984 | backup-rsk40srv036-dDocs | rsk40srv036-fd | 2018-10-19 21:00:00 | B | I | 0 | 0 | E |
| 5,026 | backup-rsk40srv036-dDocs | rsk40srv036-fd | 2018-10-20 21:00:00 | B | D | 0 | 0 | E |
| 5,088 | backup-zbx.rs.int-LinuxRoot | zbx.rs.int-fd | 2018-10-22 21:00:01 | B | I | 0 | 0 | E |
| 5,094 | backup-rsk40srv036-dDocs | rsk40srv036-fd | 2018-10-22 21:00:01 | B | I | 0 | 0 | E |

3. select 4,228 for past in command below:
4. Try exec :
*list joblog jobid=4,228
jobid not found in db, access to job or client denied by ACL, or client not found in db

5. admin must remove ',' for each jobids, which He wont see logs:
*list joblog jobid=4228
 2018-09-30 23:08:21 bareos-dir JobId 4228: No prior Full backup Job record found.
 2018-09-30 23:08:21 bareos-dir JobId 4228: No prior or suitable Full backup found in catalog. Doing FULL backup.
 2018-09-30 23:08:23 bareos-dir JobId 4228: shell command: run BeforeJob "ssh backup@store.rs.int /scripts/backup/bacula_sd_free_space_check /dev/sdg"
TagsNo 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

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2021-04-19 06:47 progserega New Issue