Bug 1339415 - Netapp: Image cloning unsuccessful, "need more than 2 values to unpack"
Summary: Netapp: Image cloning unsuccessful, "need more than 2 values to unpack"
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-cinder
Version: 7.0 (Kilo)
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ga
: 7.0 (Kilo)
Assignee: Eric Harney
QA Contact: nlevinki
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-05-25 00:26 UTC by Andreas Karis
Modified: 2019-11-14 08:09 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-05-25 13:14:25 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Andreas Karis 2016-05-25 00:26:49 UTC
Description of problem:

This is in reference to upstream bug https://bugs.launchpad.net/cinder/+bug/1490845, "Netapp: Image cloning unsuccessful, "need more than 2 values to unpack" " 

==

The problem seems to be that _get_capacity_info() in drivers/netapp/dataontap/nfs_base.py returns a tuple, whereas in drivers/nfs.py three values are expected:

        total_size, total_available, total_allocated = \
            self._get_capacity_info(nfs_share)

==

A customer is currently testing the following on OSP 7. This bug was supposed to be fixed in the kilo release, but they are still encountering it in OSP 7. 

According to the customer, NetApp communicated the following to them at some point: "The word from Red Hat is that this fix should be included in their next OSP7 maintenance release, due out this month"

ACcording to version numbers, it seems that this bug is fixed in OSP 8. However, in OSP 7, it is only fixed in cinder-2015.1.3


Version-Release number of selected component (if applicable):
The current versions in OSP 7 is
OSP 7: 2015.1.2-5
[root@overcloud-controller-1 ~]# rpm -qa | grep cinder
python-cinderclient-1.2.1-1.el7ost.noarch
python-cinder-2015.1.2-5.el7ost.noarch
openstack-cinder-2015.1.2-5.el7ost.noarch


Can we get an update to cinder-2015.1.3 for OSP 7?

Comment 4 Eric Harney 2016-05-25 13:14:25 UTC
The Cinder 2015.1.3 update has already been shipped for OSP7 via bug 1304540.  Please ensure that the customer has updated to the latest packages.

https://rhn.redhat.com/errata/RHBA-2016-0688.html


Note You need to log in before you can comment on or make changes to this bug.