Comment 3 for bug 1938558

Revision history for this message
yatin (yatinkarel) wrote :

The actual error is:- TypeError: create() missing 1 required positional argument: 'instance_id'.
blkid overlay -s UUID -o value error is seen in successful jobs too, would be good to get that fixed too to avoid those errors.

<< 2 patches from cinder side are missing from the run
<< [1] python-cinderclient: https://review.opendev.org/c/openstack/python-cinderclient/+/783628
cinderclient-8.0.0 update in RDO waiting for https://review.opendev.org/q/topic:%22volumev2-removal%22+(status:open%20OR%20status:merged), some context can be found in https://review.rdoproject.org/r/c/rdoinfo/+/34695

<< [2] cinder: https://review.opendev.org/c/openstack/cinder/+/783389
cinder patch is there in the deployment, latest run have https://github.com/openstack/cinder/commit/b06a30.

The issue is caused with glance_store patch https://review.opendev.org/c/openstack/glance_store/+/782200. Which needs cinderclient-8.0.0 to get fixed and that's blocked as mentioned above. So we can pin glance_store to 2.6.0 in rdoinfo same as upper-constraints. Ideally it should have been pinned like other libraries, but need to check on history why it's not so or intentionally kept unpinned.
And when cinderclient-8.0.0 get's unblocked glance_store can also be unpinned back if needed.