Reviewed: https://review.opendev.org/738675 Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=b8332d9b6b5e1e6cadc87927d0c7f115700d49bb Submitter: Zuul Branch: master
commit b8332d9b6b5e1e6cadc87927d0c7f115700d49bb Author: Erno Kuvaja <[email protected]> Date: Tue Jun 30 14:28:09 2020 +0100 Don't include plugins on 'copy-image' import The import plugins were designed to interact with the image data or metadata before the image becomes active. It does not make sense to try to run them on 'copy-image' taskflow which is just copying the data between stores on active image. Co-Authored-By: Erno Kuvaja <[email protected]> Co-Authored-By: Abhishek Kekane <[email protected]> Closes-Bug: #1885725 Change-Id: I2df30aa26f96a0f210989758868b42bcb9d2d72f ** 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/1885725 Title: 'copy-image' import job should not try to run additional plugins Status in Glance: Fix Released Status in Glance ussuri series: New Status in Glance victoria series: Fix Released Bug description: The import plugins were designed to be additional tasks to be performed against the image data or metadata before image being set to active. Things like uncompression or conversion etc. just does not make sense while target is just to copy the data between stores. To manage notifications about this bug go to: https://bugs.launchpad.net/glance/+bug/1885725/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

