Bug 1285281
Summary: | CTDB: yum update fails on RHEL6 for ctdb package with dependency on procps-ng and systemd-units | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | surabhi <sbhaloth> |
Component: | samba | Assignee: | Jose A. Rivera <jarrpa> |
Status: | CLOSED ERRATA | QA Contact: | surabhi <sbhaloth> |
Severity: | urgent | Docs Contact: | |
Priority: | unspecified | ||
Version: | rhgs-3.1 | CC: | annair, byarlaga, madam, nlevinki, rcyriac, sankarshan |
Target Milestone: | --- | Keywords: | ZStream |
Target Release: | RHGS 3.1.2 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | samba-4.2.4-8.el6 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-03-01 05:57:56 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: | 1260783, 1285306 |
Description
surabhi
2015-11-25 10:57:09 UTC
These are the the requirements for ctdb from the spec: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Requires: coreutils Requires: fileutils # for ps and killall Requires: psmisc Requires: sed Requires: tdb-tools Requires: gawk # for pkill and pidof: Requires: procps-ng # for netstat: Requires: net-tools Requires: ethtool # for ip: Requires: iproute Requires: iptables # for flock, getopt, kill: Requires: util-linux Requires(post): systemd-units Requires(preun): systemd-units Requires(postun): systemd-units ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Changes for rhel6: 1) systemd-units not available on RHEL6 --> need s/th else? 2) in RHEL6: - pkill in procps - pidof in sysvinit-tools - flock, getopt and kill: in util-linux-ng New build is up with the appropriate changes: https://brewweb.devel.redhat.com/buildinfo?buildID=468103 The update of ctdb packages is successfull with the new build. verified with the following steps. Yum update from 3.1.1 to latest puddle for RHEL6. The ctdb update happens successfully without any dependency issues. Build info: samba-4.2.4-8.el6rhs.x86_64 ctdb-4.2.4-8.el6rhs.x86_64 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-0193.html |