yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #88859
[Bug 1973136] Re: glance-multistore-cinder-import is failing consistently
Reviewed: https://review.opendev.org/c/openstack/glance/+/841548
Committed: https://opendev.org/openstack/glance/commit/d7fa7a0321ea5a56ec130aa0bd346749459ccaf2
Submitter: "Zuul (22348)"
Branch: master
commit d7fa7a0321ea5a56ec130aa0bd346749459ccaf2
Author: whoami-rajat <rajatdhasmana@xxxxxxxxx>
Date: Thu May 12 12:24:06 2022 +0530
Disable import workflow in glance cinder jobs
Recently, glance-multistore-cinder-import job started failing.
As per the RCA done here[1], the reason is glance is using
import workflow to create images which is an async operation.
As in case of glance cinder configuration, there are a lot of
external APIs (cinder) called like volume create, attachment
create, attachment update, attachment delete etc which takes
time to process hence the image doesn't get available in the
expected time (as per devstack) hence the failure.
Disabling import workflow will cause the images to be created
synchronously which should pass the glance cinder jobs.
To disable import workflow, we are inheriting from
tempest-integrated-storage and not
tempest-integrated-storage-import (which has import plugin enabled).
[1] https://review.opendev.org/c/openstack/glance/+/841278/1#message-456096e48b28e5b866deb8bf53e9258ee08219a0
Closes-Bug: 1973136
Change-Id: I524dfeb05c078773aa77020d4a6a9991a7eb75c2
** Changed in: glance
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1973136
Title:
glance-multistore-cinder-import is failing consistently
Status in Glance:
Fix Released
Bug description:
glance-multistore-cinder-import and glance-multistore-cinder-import-
fips (non-voting) jobs are failing consistently on glance gate with
the following error
2022-05-11 07:50:33.918925 | controller | ++
lib/tempest:configure_tempest:181 : echo 'Found no valid
images to use!'
https://zuul.opendev.org/t/openstack/build/1838a5d0284e42ec81270cc8a33a1b8f
To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1973136/+subscriptions
References