Bug 561958
| Summary: | PREPARE hook invocation failure does not abort job execution | ||
|---|---|---|---|
| Product: | Red Hat Enterprise MRG | Reporter: | Matthew Farrellee <matt> |
| Component: | condor | Assignee: | Erik Erlandson <eerlands> |
| Status: | CLOSED ERRATA | QA Contact: | Luigi Toscano <ltoscano> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.2 | CC: | fnadge, ltoscano |
| Target Milestone: | 1.3 | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Previously, failure to invoke the prepare did not return non-0 values to indicate that the job should not run. With this update, the job is put back to idle when invoking the PREPARE hook fails.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-10-14 16:11:37 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Matthew Farrellee
2010-02-04 19:36:12 UTC
Suggested behavior is to kick the job back to the queue leaving it in the idle state. Pushed branch V7_4-BZ561958-abort-on-prepare-hook-fail to grid repo. Created upstream gt#1398, and submitted patch for review. When the invokation of the PREPARE hook fails, the job is put back to idle. Verified on RHEL4.8/5.5, i386/x86_64. condor-7.4.3-0.21
Technical note added. If any revisions are required, please edit the "Technical Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services team.
New Contents:
Previously, failure to invoke the prepare did not return non-0 values to indicate that the job should not run. With this update, the job is put back to idle when the invocation of the PREPARE hook fails.
Technical note updated. If any revisions are required, please edit the "Technical Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services team.
Diffed Contents:
@@ -1 +1 @@
-Previously, failure to invoke the prepare did not return non-0 values to indicate that the job should not run. With this update, the job is put back to idle when the invocation of the PREPARE hook fails.+Previously, failure to invoke the prepare did not return non-0 values to indicate that the job should not run. With this update, the job is put back to idle when invoking the PREPARE hook fails.
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2010-0773.html |