View Issue Details

IDProjectCategoryView StatusLast Update
0001044bareos-coreGeneralpublic2023-07-06 16:15
Reporterfrank Assigned Tobruno-at-bareos  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionwon't fix 
Summary0001044: comment a failed job
DescriptionI'm wondering if it is possible to add comments to a job? Let's say I have some failed jobs because of a network error, can I then one or more comments to this job, describing what the cause of the issue was for later reference?

Would prefer doing so via WebUI, but not sure if it is possible at all as of now.
TagsNo tags attached.

Activities

frank

frank

2019-02-04 13:27

developer   ~0003243

Currently it's only possible by sqlquery command in bconsole to add one comment, but webui would not display it.

[root@kvm-2 ~]# bconsole
Connecting to Director localhost:9101
1000 OK: bareos-dir Version: 17.2.7 (16 Jul 2018)
Enter a period to cancel a command.
*sqlquery
Automatically selected Catalog: MyCatalog
Using Catalog "MyCatalog"
Entering SQL query mode.
Terminate each query with a semicolon.
Terminate query mode with a blank line.
Enter SQL query: UPDATE job SET comment = 'network issue' WHERE jobid = '26';
Enter SQL query: SELECT jobid,jobstatus,comment FROM job WHERE jobid = '26';
+-------+-----------+---------------+
| jobid | jobstatus | comment |
+-------+-----------+---------------+
| 26 | E | network issue |
+-------+-----------+---------------+
Enter SQL query:
bruno-at-bareos

bruno-at-bareos

2023-07-06 16:15

manager   ~0005166

This feature will not be implemented without help of the community by sending a PR, or paying work if you are willing to please contact sales (at) bareos (dot) com

Issue History

Date Modified Username Field Change
2019-02-04 13:01 frank New Issue
2019-02-04 13:27 frank Note Added: 0003243
2023-07-06 16:15 bruno-at-bareos Assigned To => bruno-at-bareos
2023-07-06 16:15 bruno-at-bareos Status new => closed
2023-07-06 16:15 bruno-at-bareos Resolution open => won't fix
2023-07-06 16:15 bruno-at-bareos Note Added: 0005166