VMware: attach an iscsi volume didn't consider the authentication condition
Bug #1437993 reported by
Lan Qi song
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Confirmed
|
Low
|
Unassigned |
Bug Description
When we use "lioadm" as cinder iscsi_helper, it will enable authentication to each volume at this line:
https:/
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.
Changed in nova: | |
importance: | Undecided → Low |
tags: | added: vmware |
Changed in nova: | |
assignee: | Lan Qi song (lqslan) → nobody |
status: | In Progress → Confirmed |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/168795
Review: https:/