Bug 1392942
| Summary: | tuned-adm profile NONEXISTENT returns to the shell after timeout | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Marcel Kolaja <mkolaja> |
| Component: | tuned | Assignee: | Jaroslav Škarvada <jskarvad> |
| Status: | CLOSED ERRATA | QA Contact: | Tereza Cerna <tcerna> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | high | ||
| Version: | 7.3 | CC: | bmcclain, jeder, jhornice, jskarvad, mkolaja, rnachimu, snagar, tcerna |
| Target Milestone: | rc | Keywords: | Upstream, ZStream |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | tuned-2.7.1-3.el7_3.1 | Doc Type: | Bug Fix |
| Doc Text: |
Previously,the tuned-adm profile NONEXISTENT returned to the shell after timeout, which blocked the execution of oVirt. With the fix, it returns to the
shell immediately.
|
Story Points: | --- |
| Clone Of: | 1369502 | Environment: | |
| Last Closed: | 2016-12-06 17:12:13 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: | |||
| Bug Depends On: | 1369502 | ||
| Bug Blocks: | |||
|
Description
Marcel Kolaja
2016-11-08 14:01:21 UTC
================================
Verified in:
tuned-2.7.1-3.el7_3.1.noarch
PASS
================================
# tuned-adm profile nonexistent
Requested profile 'nonexistent' doesn't exist.
# echo $?
1
#
================================
Reproduced in:
tuned-2.7.1-3.el7.noarch
FAIL
================================
# tuned-adm profile nonexistent
Requested profile 'nonexistent' doesn't exist.
Operation timed out after waiting 600 seconds(s), you may try to increase timeout by using --timeout command line option or using --async.
# echo $?
1
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/RHBA-2016-2886.html |