Bug 1411658
| Summary: | some of the modules in gdeploy does not have ignore_error feature | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | RamaKasturi <knarra> |
| Component: | gdeploy | Assignee: | Sachidananda Urs <surs> |
| Status: | CLOSED ERRATA | QA Contact: | SATHEESARAN <sasundar> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rhgs-3.2 | CC: | rcyriac, rhinduja, rhs-bugs, sasundar, smohan, storage-qa-internal |
| Target Milestone: | --- | ||
| Target Release: | RHGS 3.2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | gdeploy-2.0.1-9 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-03-23 05:09:32 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1277939, 1351528 | ||
|
Description
RamaKasturi
2017-01-10 09:07:01 UTC
proposing this as blocker since ignore_error=no feature is required for running a shell script since the bug fix for [1] is going to be a script and if this feature is not present it might just ignore the errors and continue even if there is some failure. [1] https://bugzilla.redhat.com/show_bug.cgi?id=1405447 Commit: https://github.com/gluster/gdeploy/commit/43ed3294 fixes the issue. Most of the gdeploy modules have ignore_x_errors ----------------------------- lv module ----------------------------- ignore_lv_errors ignore_mount_errors ----------------------------- pv module ----------------------------- ignore_pv_errors ----------------------------- subscription ----------------------------- ignore_register_errors ignore_unregister_errors ignore_enable_errors ignore_disable_errors ignore_attach_pool_errors ----------------------------- script ----------------------------- ignore_script_errors service_errors ----------------------------- ignore_service_errors shell ----------------------------- ignore_shell_errors update_file ----------------------------- ignore_update_file_errors vg ----------------------------- ignore_vg_errors volume ----------------------------- ignore_volume_errors yum ----------------------------- ignore_yum_errors Verified the same with negative cases for each section (In reply to SATHEESARAN from comment #5) > Most of the gdeploy modules have ignore_x_errors Tested with gdeploy-2.0.1-11.el7rhgs Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHEA-2017-0482.html |