Bug 885850
Summary: | RHEVH iSCSI initiator name change not persistent until a reboot | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Brett Thurber <bthurber> | |
Component: | ovirt-node | Assignee: | Fabian Deutsch <fdeutsch> | |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> | |
Severity: | urgent | Docs Contact: | ||
Priority: | urgent | |||
Version: | 6.3 | CC: | acathrow, agrover, bsarathy, cboyle, coughlan, cpelland, cshao, gouyang, hadong, jboggs, leiwang, mburns, mgoldboi, ovirt-bugs, ovirt-maint, ycui | |
Target Milestone: | rc | Keywords: | ZStream | |
Target Release: | --- | |||
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: |
Previously, changing the iSCSI initiator name on the hypervisor console did not take effect until the hypervisor was rebooted. Now, the iSCSI daemon is automatically restarted when changes are made in the hypervisor console, so changes to the initiator name are persistent.
|
Story Points: | --- | |
Clone Of: | ||||
: | 902586 902592 (view as bug list) | Environment: | ||
Last Closed: | 2014-01-21 19:16:49 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: | 1022783 | |||
Bug Blocks: | 902586, 902592, 913686 |
Description
Brett Thurber
2012-12-10 19:39:47 UTC
NOTE: this is for filing upstream ovirt-node bugs, not RHEV-H bugs. Those should go through a support case with Red Hat. The bug itself will likely apply to ovirt-node iso images as well, so I'll keep it open. Joey -- probably just a matter of restarting the right iscsi daemon after making the change. looks to be a problem with the iscsi service starting and only in RHEV-H moving there [root@localhost ~]# service iscsi status No active sessions [root@localhost ~]# service iscsi restart Stopping iscsi: [ OK ] [root@localhost ~]# service iscsi status iscsi is stopped ----------------- commenting out the below and finishing out the init script start function # if no nodes are setup to startup automatically exit cleanly # grep -qrs "node.startup = automatic" /var/lib/iscsi/nodes # [ $? -eq 0 ] || exit 0 ------------------- [root@localhost ~]# service iscsi restart Stopping iscsi: [ OK ] Starting iscsi: iscsiadm: No records found [ OK ] [root@localhost ~]# service iscsi status No active sessions I'm guessing that all the management console is doing is editing /etc/iscsi/initiatorname.iscsi ? Unfortunately iscsid will not pick up changes without a restart. Also, in comment #2 there are references to the iscsi service. The iscsi service is for bringing up persistent sessions configures as automatic. What needs to be restarted is the iscsid service. *** Bug 902592 has been marked as a duplicate of this bug. *** Reviewed text 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-0033.html |