Bug 511271
| Summary: | runs chkconfig on service start | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Joey Boggs <jboggs> |
| Component: | iscsi-initiator-utils | Assignee: | Mike Christie <mchristi> |
| Status: | CLOSED ERRATA | QA Contact: | Red Hat Kernel QE team <kernel-qe> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 5.5 | CC: | bdonahue, berrange, coughlan, dcantrell, jonstanley, mchristi, mnovacek |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 437522 | Environment: | |
| Last Closed: | 2010-03-30 08:57:22 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: | |||
| Bug Depends On: | 437522 | ||
| Bug Blocks: | |||
|
Description
Joey Boggs
2009-07-14 14:27:56 UTC
This problem also occurs in RHEL 5.3 and 5.4 Beta and will prevent RHEV-H from being set as a readonly rootfs You can download the new rpm here: http://people.redhat.com/mchristi/iscsi/rhel5.5/iscsi-initiator-utils/ I think I goofed up on this and did not check in the updated file (forgot it was the source file). Setting this to FAILS_QA so I can redo the rpm.
In the new version of iscsi-initiator-utils, chkconfig is gone.
This is the diff of two versions of /etc/init.d/iscsid:
$ diff iscsid.iscsi-initiator-utils-6.2.0.871-0.14.el5.i386.rpm \ iscsid.6.2.0.871-0.10.el5
18a19,26
> echo -n $"Turning off network shutdown. "
> # we do not want iscsi or network to run during system shutdown
> # incase there are RAID or multipath devices using
> # iscsi disks
> chkconfig --level 06 network off
> rm /etc/rc0.d/*network
> rm /etc/rc6.d/*network
>
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2010-0293.html |