Hide Forgot
Description of problem: SmartState analysis of container images never seems to finish. The OpenSCAP part does seem to complete and I can see the report in the CloudForms console but the task does not complete. Version-Release number of selected component (if applicable): cfme-5.6.1.2 How reproducible: this environment, no reproducer Steps to Reproduce: 1. attach OSE provider 2. EMS refresh 3. attempt SSA on one container Actual results: never finishes Expected results: finishes Additional info: (pending)
Mooli can you look into this?
Is the SmartProxy role enabled? (configuration -> settings -> server)
Any update?
I can see in logs smartproxy role isn't enabled: # my server $ grep "Activating Role " ~/dev/manageiq/log/evm.log |grep -E 'smartproxy|smartstate' |tail -2 ... Activating Role <smartproxy> on Server <EVM> ... Activating Role <smartstate> on Server <EVM> # your server $ grep "Activating Role " evm.log-20160830 |grep -E 'smartproxy|smartstate' |tail -2 ... Activating Role <smartstate> on Server <EVM> Aside from adding this role there should be a fix for this bz for a useful error message for this failure: Submitted: https://github.com/ManageIQ/manageiq/pull/11476
Configuration resolved the issue per bug 1371896, comment 11 PS The warning is improved for 5.8: https://github.com/ManageIQ/manageiq-ui-classic/pull/273