Public bug reported: When we use "lioadm" as cinder iscsi_helper, it will enable authentication to each volume at this line:
https://github.com/openstack/cinder/blob/master/cinder/cmd/rtstool.py#L56 But, currently, VMware driver use "Dynamic Discovery" to discover the iscsi target which won't add the CHAP info to the target. Then, when the host try to connect to the target, an "Unable to connect to the ISCSI target" should be occurred. I think we shouldn't use "Dynamic Discovery" at this case, we should dynamic create an iscsi target with CHAP info. ** Affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1437993 Title: VMware: attach an iscsi volume didn't consider the authentication condition Status in OpenStack Compute (Nova): New Bug description: When we use "lioadm" as cinder iscsi_helper, it will enable authentication to each volume at this line: https://github.com/openstack/cinder/blob/master/cinder/cmd/rtstool.py#L56 But, currently, VMware driver use "Dynamic Discovery" to discover the iscsi target which won't add the CHAP info to the target. Then, when the host try to connect to the target, an "Unable to connect to the ISCSI target" should be occurred. I think we shouldn't use "Dynamic Discovery" at this case, we should dynamic create an iscsi target with CHAP info. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1437993/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

