Bug 1324450
Summary: | Table lock hangs all processes | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Marek Hulan <mhulan> |
Component: | Provisioning | Assignee: | Marek Hulan <mhulan> |
Status: | CLOSED ERRATA | QA Contact: | Roman Plevka <rplevka> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 6.0.4 | CC: | bbuckingham, bkearney, mgazdik, ohadlevy, rplevka, sthirugn |
Target Milestone: | Unspecified | Keywords: | Triaged |
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://projects.theforeman.org/issues/10053 | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-07-27 11:29:32 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
Marek Hulan
2016-04-06 10:59:43 UTC
Created from redmine issue http://projects.theforeman.org/issues/10053 Upstream bug assigned to mhulan Moving to POST since upstream bug http://projects.theforeman.org/issues/10053 has been closed ------------- Marek Hulán Applied in changeset commit:2f1cc0f4b8e8d320e8eef309b1ab7c834b201dce. VERIFIED on sat6.2 snap19.1 The 2 fields are now excluded from search until explicitly included: # hammer report list --search='log~"Triggered"' [Foreman] Password for admin: ---|--------------------------------------------|---------------------|---------|-----------|--------|------------------|---------|-------- ID | HOST | LAST REPORT | APPLIED | RESTARTED | FAILED | RESTART FAILURES | SKIPPED | PENDING ---|--------------------------------------------|---------------------|---------|-----------|--------|------------------|---------|-------- 11 | my-host-1 | 2016/07/11 12:56:33 | 24 | 26 | 0 | 0 | 0 | 0 ---|--------------------------------------------|---------------------|---------|-----------|--------|------------------|---------|-------- [root var]# hammer report list --search='"Triggered"' [Foreman] Password for admin: ---|------|-------------|---------|-----------|--------|------------------|---------|-------- ID | HOST | LAST REPORT | APPLIED | RESTARTED | FAILED | RESTART FAILURES | SKIPPED | PENDING ---|------|-------------|---------|-----------|--------|------------------|---------|-------- [root var]# hammer report list --search='resource~"Puppet"' [Foreman] Password for admin: ---|--------------------------------------------|---------------------|---------|-----------|--------|------------------|---------|-------- ID | HOST | LAST REPORT | APPLIED | RESTARTED | FAILED | RESTART FAILURES | SKIPPED | PENDING ---|--------------------------------------------|---------------------|---------|-----------|--------|------------------|---------|-------- 11 | my-host-1 | 2016/07/11 12:56:33 | 24 | 26 | 0 | 0 | 0 | 0 1 | my-host-1 | 2016/07/11 10:54:41 | 0 | 0 | 0 | 0 | 0 | 0 ---|--------------------------------------------|---------------------|---------|-----------|--------|------------------|---------|-------- [root var]# hammer report list --search='"Puppet"' [Foreman] Password for admin: ---|------|-------------|---------|-----------|--------|------------------|---------|-------- ID | HOST | LAST REPORT | APPLIED | RESTARTED | FAILED | RESTART FAILURES | SKIPPED | PENDING ---|------|-------------|---------|-----------|--------|------------------|---------|-------- [root var]# [root var]# hammer report list --search='pending=0' [Foreman] Password for admin: ---|--------------------------------------------|---------------------|---------|-----------|--------|------------------|---------|-------- ID | HOST | LAST REPORT | APPLIED | RESTARTED | FAILED | RESTART FAILURES | SKIPPED | PENDING ---|--------------------------------------------|---------------------|---------|-----------|--------|------------------|---------|-------- 62 | my-host-1 | 2016/07/12 13:54:41 | 0 | 0 | 0 | 0 | 0 | 0 61 | my-host-1 | 2016/07/12 13:54:24 | 0 | 0 | 0 | 0 | 0 | 0 60 | my-host-1 | 2016/07/12 13:24:41 | 0 | 0 | 0 | 0 | 0 | 0 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://access.redhat.com/errata/RHBA-2016:1501 |