Bug 1395594
Summary: | Add dependency on netstat for portblock resource-agent | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Soumya Koduri <skoduri> | |
Component: | resource-agents | Assignee: | Oyvind Albrigtsen <oalbrigt> | |
Status: | CLOSED ERRATA | QA Contact: | cluster-qe <cluster-qe> | |
Severity: | low | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 6.8 | CC: | agk, aloganat, cluster-maint, fdinitto, jthottan, kkeithle, mnovacek, oalbrigt, rcyriac, rhs-bugs, skoduri, storage-qa-internal | |
Target Milestone: | rc | |||
Target Release: | --- | |||
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | resource-agents-3.9.5-40.el6 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | 1395574 | |||
: | 1395596 (view as bug list) | Environment: | ||
Last Closed: | 2017-03-21 09:28:54 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: | 1367820, 1395574 |
Comment 2
Oyvind Albrigtsen
2016-11-16 13:38:27 UTC
I have verified that /bin/netstat is a requirement for resource-agents-3.9.5-43 before the fix (resource-agents-3.9.5-39) ========================================= [root@virt-253 ~]# mnt_redhat=/mnt/redhat/brewroot/packages/resource_agents [root@virt-253 ~]# rpm -qp --requires \ ${mnt_redhat}/3.9.5/39.el6/x86_64/resource-agents-3.9.5-39.el6.x86_64.rpm \ | grep netstat [root@virt-253 ~]# echo $? [root@virt-253 ~]# 1 after the fix (resource-agents-3.9.5-43) ======================================== [root@virt-253 ~]# mnt_redhat=/mnt/redhat/brewroot/packages/resource_agents [root@virt-253 ~]# rpm -qp --requires \ ${mnt_redhat}/3.9.5/43.el6/x86_64/resource-agents-3.9.5-43.el6.x86_64.rpm \ | grep netstat /bin/netstat 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-2017-0602.html |