Hide Forgot
Created attachment 796424 [details] logs and screenshot Description of problem: When engine is unable to refresh and get images list of a glance storage domain, it should fail GetImagesListQuery after a few minutes. Version-Release number of selected component (if applicable): rhevm-3.3.0-0.19.master.el6ev.noarch How reproducible: 100% Steps to Reproduce: 1. add a glance images external provider to RHEVM 2. change the password in OpenStack so engine will fail to connect and get the images list. Actual results: There is no failure by engine, it keeps trying to refresh the list forever Expected results: Engine should fail the action after a certain amount of time Additional info: logs and screenshot
(In reply to Elad from comment #0) > Created attachment 796424 [details] > logs and screenshot > > Description of problem: > When engine is unable to refresh and get images list of a glance storage > domain, it should fail GetImagesListQuery after a few minutes. > > Version-Release number of selected component (if applicable): > rhevm-3.3.0-0.19.master.el6ev.noarch > > How reproducible: > 100% > > Steps to Reproduce: > 1. add a glance images external provider to RHEVM > 2. change the password in OpenStack so engine will fail to connect and get > the images list. > > Actual results: > There is no failure by engine, it keeps trying to refresh the list forever > > Expected results: > Engine should fail the action after a certain amount of time > > > Additional info: > logs and screenshot Is there anything in the logs?
> Is there anything in the logs? 2013-09-11 17:00:51,736 INFO [org.ovirt.engine.core.utils.transaction.TransactionSupport] (ajp-/127.0.0.1:8702-6) transaction rolled back 2013-09-11 17:00:51,737 ERROR [org.ovirt.engine.core.bll.GetImagesListQuery] (ajp-/127.0.0.1:8702-6) Query GetImagesListQuery failed. Exception message is Unauthorized
(In reply to Elad from comment #2) > > Is there anything in the logs? > > 2013-09-11 17:00:51,736 INFO > [org.ovirt.engine.core.utils.transaction.TransactionSupport] > (ajp-/127.0.0.1:8702-6) transaction rolled back > 2013-09-11 17:00:51,737 ERROR [org.ovirt.engine.core.bll.GetImagesListQuery] > (ajp-/127.0.0.1:8702-6) Query GetImagesListQuery failed. Exception message > is Unauthorized Then this is not a bug. The relevant info is logged, engine has no reason to stop trying (no point in starting to differentiate between the different errors). Once the problem is resolved then this will go back working.