]> git.ipfire.org Git - thirdparty/bacula.git/commit
Fix #7321 About issue when stopping jobs waiting for resources
authorMichal Rakowski <michal.rakowski@baculasystems.com>
Thu, 11 Feb 2021 18:22:49 +0000 (19:22 +0100)
committerEric Bollengier <eric@baculasystems.com>
Fri, 26 Mar 2021 13:57:58 +0000 (14:57 +0100)
commite269d7eb2e856516db4b1ea17abe68d7aac15c4c
tree040567d06917af4200a1449ca0e02b84b0b44429
parentabefba0d380794e7ca3237231c6bc8a08faa6685
Fix #7321 About issue when stopping jobs waiting for resources

Description:
-----------

The user reports that the jobs were queued on the Jan 25th
and he issued the stop command at the end of January. However
they started on Feb 3rd:

       jobid: 51,070
       schedtime: 2021-01-25 20:33:36
       starttime: 2021-02-03 13:59:05

Workaround:
----------

Users can issue the cancel command instead of the stop command
for jobs that are waiting on resources.
bacula/src/dird/job.c
bacula/src/dird/ua_cmds.c
bacula/src/stored/acquire.c
bacula/src/stored/askdir.c
bacula/src/stored/fd_cmds.c