View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000403 | bareos-core | director | public | 2015-01-23 09:45 | 2015-06-01 16:23 |
Reporter | pstorz | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | Linux | OS | any | OS Version | 3 |
Product Version | 14.2.2 | ||||
Summary | 0000403: "list jobs" command output is not always sorted | ||||
Description | when executing the " list jobs " command, the output is not sorted by jobid. Canceled jobs are appended at the end. It looks like the jobs are ordered by job finish time. It would make sense to order the jobs by the jobid. | 153,938 | marvin | 2015-01-23 09:30:02 | B | D | 0 | 0 | E | | 153,939 | ganymed | 2015-01-23 09:30:04 | B | D | 808 | 254,976,593 | T | | 138,016 | copy2tape | | c | F | 0 | 0 | f | | ||||
Tags | No tags attached. | ||||
Adding the following lines to query.sql should have the desired result: # 21 :List all jobs with starttime SELECT JobId,Name,StartTime,Type,Level,JobFiles,JobBytes,JobStatus FROM Job ORDER BY JobId,StartTime ASC; |
|
Fix committed to bareos master branch with changesetid 5169. | |
Fix committed to bareos bareos-14.2 branch with changesetid 5326. | |
bareos: master e308fdc2 2015-01-23 12:02 Committer: mvwieringen Ported: N/A Details Diff |
Change the order of output for list jobs We now ORDER BY JobId instead of ORDER BY StartTime,JobId This prevents showing jobs without starttime timestamp always as last output. Fixes 0000403: "list jobs" command output is not always sorted |
Affected Issues 0000403 |
|
mod - src/cats/sql_list.c | Diff File | ||
bareos: bareos-14.2 6ba049f4 2015-01-23 12:02 Committer: mvwieringen Ported: N/A Details Diff |
Change the order of output for list jobs We now ORDER BY JobId instead of ORDER BY StartTime,JobId This prevents showing jobs without starttime timestamp always as last output. Fixes 0000403: "list jobs" command output is not always sorted |
Affected Issues 0000403 |
|
mod - src/cats/sql_list.c | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-01-23 09:45 | pstorz | New Issue | |
2015-01-23 09:48 | pstorz | Category | documentation => director |
2015-01-23 09:49 | pstorz | Severity | minor => feature |
2015-01-23 11:05 | pstorz | Assigned To | => pstorz |
2015-01-23 11:05 | pstorz | Status | new => assigned |
2015-01-23 11:06 | pstorz | Note Added: 0001207 | |
2015-03-31 15:22 | mvwieringen | Changeset attached | => bareos master e308fdc2 |
2015-03-31 15:22 | mvwieringen | Note Added: 0001673 | |
2015-03-31 15:22 | mvwieringen | Status | assigned => resolved |
2015-03-31 15:22 | mvwieringen | Resolution | open => fixed |
2015-03-31 15:23 |
|
Assigned To | pstorz => |
2015-05-27 12:45 | joergs | Relationship added | child of 0000447 |
2015-05-29 18:06 | mvwieringen | Changeset attached | => bareos bareos-14.2 6ba049f4 |
2015-05-29 18:06 | mvwieringen | Note Added: 0001754 | |
2015-06-01 16:23 | joergs | Status | resolved => closed |