yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #25685
[Bug 1368637] Re: Error attaching NetApp iSCSI volume to Hyper-V compute node
I think we can close this bug, the one reported in Cinder is now fixed
and solves this issue:
https://bugs.launchpad.net/cinder/+bug/1372808
https://review.openstack.org/141834
** Changed in: nova
Status: Confirmed => Invalid
--
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/1368637
Title:
Error attaching NetApp iSCSI volume to Hyper-V compute node
Status in OpenStack Compute (Nova):
Invalid
Bug description:
If you try to attach a NetApp iSCSI volume to a Hyper-V compute host,
the request is not performed due to a type missmatch in the following
line:
https://github.com/openstack/nova/blob/b6a5ce00a0f767da2538b70d5e6d4c998a8e15e0/nova/virt/hyperv/basevolumeutils.py#L135
"if device.ScsiLun == target_lun:"
'device.ScsiLun' returned by WMI is an 'integer', while 'target_lun'
reported by the Cinder NetApp iSCSI driver is an 'unicode' string.
I'm not sure if this should be also reported to Cinder. Is there any
specification on the Cinder side that specifies the expected data type
for that field?
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1368637/+subscriptions
References