Bug 1246476
Summary: | [ISO] RHSS-3.0.4 to RHGS-3.1 ISO Tree Update fails due to dependency resolution errors | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat Gluster Storage | Reporter: | Prasanth <pprakash> |
Component: | distribution | Assignee: | Sreenath G <sgirijan> |
Status: | CLOSED CANTFIX | QA Contact: | Prasanth <pprakash> |
Severity: | urgent | Docs Contact: | |
Priority: | high | ||
Version: | rhgs-3.1 | CC: | amainkar, annair, asrivast, nlevinki, nsathyan, pprakash, rcyriac, rhs-bugs, vagarwal |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Known Issue | |
Doc Text: |
If dracut packages are previously installed, system administrators need to exclude the dracut packages while updating to 3.1 during offline ISO update:
# yum update -x dracut -x dracut-kernel
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2015-07-28 04:47:53 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: | 1202842, 1216951 |
Description
Prasanth
2015-07-24 12:14:57 UTC
On further debugging, found that the following packages which are available in the 3.0.4 ISO are missing in the 3.1 ISO: ###### dracut-fips-004-356.el6_6.1.noarch dracut-network-004-356.el6_6.1.noarch ###### Additional Info 2: dracut-fips and dracut-network are actually part of Optional Packages in 3.0.4 and if any users had selected these packages during their installation, they will not be able to do an Offline ISO Update to RHGS-3.1. The only work-around is to exclude all these 4 packages while doing an update: ###### dracut-004-356.el6_6.1.noarch dracut-kernel-004-356.el6_6.1.noarch dracut-fips-004-356.el6_6.1.noarch dracut-network-004-356.el6_6.1.noarch ###### Excluding the dracut packages while updating to 3.1 is the only way which works. I've used the following command to perform the offline ISO update to 3.1 and that worked: # yum update -x dracut -x dracut-kernel |