Bug 1056948
Summary: | iscsid daemon not started when vdsm starts and iscsi storage not available | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Nir Soffer <nsoffer> | |
Component: | vdsm | Assignee: | Nir Soffer <nsoffer> | |
Status: | CLOSED ERRATA | QA Contact: | Aharon Canan <acanan> | |
Severity: | urgent | Docs Contact: | ||
Priority: | urgent | |||
Version: | 3.3.0 | CC: | amureini, bazulay, gklein, iheim, jpazdziora, lbopf, lpeer, lyarwood, mdavis, scohen, stanislav.polasek, yeylon | |
Target Milestone: | --- | Keywords: | ZStream | |
Target Release: | 3.4.0 | |||
Hardware: | Unspecified | |||
OS: | Linux | |||
Whiteboard: | storage | |||
Fixed In Version: | av1 | Doc Type: | Bug Fix | |
Doc Text: |
The iscsi daemon is now started when VDSM starts, and iSCSI storage is now available when VDSM starts.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1058785 (view as bug list) | Environment: | ||
Last Closed: | 2014-06-09 13:28:02 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | Storage | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1058785, 1078909, 1142926 |
Description
Nir Soffer
2014-01-23 08:53:36 UTC
This was detected on a user data center with two hosts. Both hosts had the same iscsi ocnfiguraion without the iscsi.startup option. Workaround - edit /etc/iscsi/iscsi.conf and add this option: iscsid.startup = /etc/rc.d/init.d/iscsid force-start Note: We never touched the iscsid.conf by hand, the file was installed along with RHEL 6.3 (and possibly modified by RHEV 3.x during hypervisor installation). Relevant parts from yum history: $ sudo yum history info iscsi-initiator-utils | grep -A1 -P '(iscsi-initiator-utils|Transaction ID|[^ ] time)' Transaction ID : 264 Begin time : Tue Dec 10 20:54:03 2013 End time : 21:01:21 2013 (7 minutes) -- Updated iscsi-initiator-utils-6.2.0.873-2.el6.x86_64 @rhel-x86_64-server-6 Update 6.2.0.873-10.el6.x86_64 @rhel-x86_64-server-6 -- Transaction ID : 77 Begin time : Mon Mar 11 15:07:07 2013 End time : 15:07:13 2013 (6 seconds) -- Updated iscsi-initiator-utils-6.2.0.872-41.el6.x86_64 @anaconda-RedHatEnterpriseLinux-201206132210.x86_64/6.3 Update 6.2.0.873-2.el6.x86_64 @rhel-x86_64-server-6 -- Transaction ID : 1 Begin time : Mon Sep 3 15:12:03 2012 End time : 15:16:59 2012 (296 seconds) -- Dep-Install iscsi-initiator-utils-6.2.0.872-41.el6.x86_64 @anaconda-RedHatEnterpriseLinux-201206132210.x86_64/6.3 You can see that the file was not touched from December (and the machine was rebooted after the last upgrade in December) - it worked with vdsm-4.10.2-27.0.el6ev.x86_64. Lee, how common is this iscsi configuration in the field? fwiw, the North American Commercial SA team run 2 labs for customer facing demos. And we try to keep configuration rather standard (out of the box). Both our labs were upgraded from 3.2 -> 3.3 and both use an iscsi data domain and both hit this bug. I'd say ANY install with an iscsi data domain will suffer from this bug. verified using vdsm-4.14.3-0.el6.x86_64 disable iscsid.startup = /etc/rc.d/init.d/iscsid force-start in /etc/iscsi/iscsi.conf reboot the host iscsid started 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. http://rhn.redhat.com/errata/RHBA-2014-0504.html |