Bug 1242845
| Summary: | [kexec-tools-2.0.7-27] print some improper information when start kdump service | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Qiao Zhao <qzhao> |
| Component: | dracut | Assignee: | dracut-maint |
| Status: | CLOSED ERRATA | QA Contact: | Release Test Team <release-test-team-automation> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | 7.2 | CC: | dracut-maint-list, harald, jstodola, lilu, mhruscak, mhuang, mkovarik, ruyang, sbest |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-11-19 12:54:03 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: | |||
|
Description
Qiao Zhao
2015-07-14 09:10:48 UTC
Hi, Qiao. Yes, this issue will raise in rhel7.2, not only for kexec-tools-2.0.7-26.el7. From my testing, the kexec-tools version from 2.0.7-21 to 2.0.7-28 have the same issue. But it works well in rhel7.1 for the kexec-tools version 2.0.7-21 to 2.0.7-27. From the warning, I think it may be related to the dracut rpm. Thanks Minfei (In reply to Minfei Huang from comment #1) > Hi, Qiao. > > Yes, this issue will raise in rhel7.2, not only for > kexec-tools-2.0.7-26.el7. From my testing, the kexec-tools version from > 2.0.7-21 to 2.0.7-28 have the same issue. > > But it works well in rhel7.1 for the kexec-tools version 2.0.7-21 to > 2.0.7-27. > > From the warning, I think it may be related to the dracut rpm. > > Thanks > Minfei Yes, as you said, i retest 7.1 GA tree + kexec-tools-2.0.7-26.el7, didn't found this problem. Problem package version: dracut-033-283.el7. (In reply to Qiao Zhao from comment #2) > (In reply to Minfei Huang from comment #1) > > Hi, Qiao. > > > > Yes, this issue will raise in rhel7.2, not only for > > kexec-tools-2.0.7-26.el7. From my testing, the kexec-tools version from > > 2.0.7-21 to 2.0.7-28 have the same issue. > > > > But it works well in rhel7.1 for the kexec-tools version 2.0.7-21 to > > 2.0.7-27. > > > > From the warning, I think it may be related to the dracut rpm. > > > > Thanks > > Minfei > > Yes, as you said, i retest 7.1 GA tree + kexec-tools-2.0.7-26.el7, didn't > found this problem. > > Problem package version: dracut-033-283.el7. Yes, it looks like not kexec-tools package problem. # rpm -ivh kernel-3.10.0-294.el7.ppc64.rpm Preparing... ################################# [100%] Updating / installing... 1:kernel-3.10.0-294.el7 ################################# [100%] 05busybox: Could not find command 'busybox'! 90crypt: Could not find command 'cryptsetup'! 90dmraid: Could not find command 'dmraid'! 90mdraid: Could not find command 'mdadm'! 90multipath: Could not find command 'multipath'! 95cifs: Could not find command 'mount.cifs'! 95fcoe: Could not find command 'dcbtool'! 95fcoe: Could not find command 'fipvlan'! 95fcoe: Could not find command 'lldpad'! 95fcoe: Could not find command 'fcoemon'! 95fcoe: Could not find command 'fcoeadm'! 95iscsi: Could not find command 'iscsistart'! 95iscsi: Could not find command 'iscsi-iname'! 95nbd: Could not find command 'nbd-client'! 97biosdevname: Could not find command 'biosdevname'! 05busybox: Could not find command 'busybox'! 90crypt: Could not find command 'cryptsetup'! 90dmraid: Could not find command 'dmraid'! 90mdraid: Could not find command 'mdadm'! 90multipath: Could not find command 'multipath'! 95cifs: Could not find command 'mount.cifs'! 95fcoe: Could not find command 'dcbtool'! 95fcoe: Could not find command 'fipvlan'! 95fcoe: Could not find command 'lldpad'! 95fcoe: Could not find command 'fcoemon'! 95fcoe: Could not find command 'fcoeadm'! 95iscsi: Could not find command 'iscsistart'! 95iscsi: Could not find command 'iscsi-iname'! 95nbd: Could not find command 'nbd-client'! Hi Meifei, how do you think? It's a problem of dracut? Qiao. Could you help to install the RHEL7.1GA dracut to RHEL7.2. Thus we can identify the issue. Thanks Minfei Obviously it is introduced by below patch: 0251-Factor-out-all-the-type-V-commands.patch It should not cause any bad result except it looks weird to user. Harald, what do you think about this issue? should we mute then only show up when user use "dracut -v"? (In reply to Dave Young from comment #5) > Obviously it is introduced by below patch: > 0251-Factor-out-all-the-type-V-commands.patch > > It should not cause any bad result except it looks weird to user. > > Harald, what do you think about this issue? should we mute then only show up > when user use "dracut -v"? right... will downgrade the message level. Upstream commits: https://github.com/haraldh/dracut/commit/83a3cba77 https://github.com/haraldh/dracut/commit/0fa5dbedc *** Bug 1242557 has been marked as a duplicate of this bug. *** sure, in the queue *** Bug 1251147 has been marked as a duplicate of this bug. *** Verified on RHEL-7.2 Beta with dracut-033-314.el7.x86_64. 'Could not find command' messages are not shown. 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-2015-2091.html |