Description of problem: Once the hosted engine is setup and running, the manager displays this message: "The Hosted Engine Storage Domain doesn't exist. It should be imported into the setup." Version-Release number of selected component (if applicable): rhev-hypervisor7-7.2-20160120.0.iso How reproducible: In our test platform this message is displayed from time to time in the event window. Steps to Reproduce: 1. Setup hosted engine with RHEV-M appliance. Actual results: Te manager displays this message: "The Hosted Engine Storage Domain doesn't exist. It should be imported into the setup." Expected results: We don't know if this message is caused by a bad setup/config or by a bug in the manager.
Hi, this is a standard message which indicates you need to create your first data storage domain. Once created, you'll be able to see more information (such as the hosted engine VM). Can you please try and report back?
We already have created a data storage domain. In fact, we haver 192 virtual machines running on the Beta test platform.
The engine should import the HE VM after the first storage data domain is created and cluster compatibility level is changed to 3.6. This will make the HE VM visible if installation was completed correctly. Can you please verify the cluster compatibility level is 3.6 and provide the engine log files?
We are installing the beta from scratch, so logic says that by default the cluster should be created with 3.6 compatibility level. In any case, we have looked the cluster config and it is with 3.6 compatibility level. I attach sosreport from manager.
Created attachment 1121323 [details] sosreport from manager
The name of the hosted engine storage domain according to the log is *stg-data-fc-he-0001* and the engine still expects *hosted_storage*. Bug 1294457 handles that already. This can be quickly corrected with: psql --dbname=engine -U engine <<EOF select fn_db_add_config_value('HostedEngineStorageDomainName','stg-data-fc-he-0001', 'general'); EOF and a restart to ovirt-engine *** This bug has been marked as a duplicate of bug 1294457 ***