Hide Forgot
Description of problem: When IP/FQDN of engine is changed we use ovirt-engine-rename. But it does not change ImageProxyAddress even it is hosted on same engine host: # select * from vdc_options where option_name ilike 'Image%' and option_value like '%example.com%'; option_id | option_name | option_value | version -----------+-------------------+-------------------------------------------------+--------- 439 | ImageProxyAddress | 10-37-138-187.example.com:54323 | general (1 row) This still points to old IP. # grep FQDN /etc/ovirt-engine/engine.conf.d/10-setup-protocols.conf ENGINE_FQDN=10-37-138-131.example.com rename tool or setup (??) should check if imageio-proxy is on same host as engine and if so, something should change ImageProxyAddress in engine's DB to same fqdn as engine's one. Version-Release number of selected component (if applicable): 4.1.8 How reproducible: 100% Steps to Reproduce: 1. engine with imageio-proxy on same host (default setup anyway) 2. change fqdn of the host 3. ovirt-engine-rename + engine-setup Actual results: check ImageProxyAddress in the engine db Expected results: ImageProxyAddress has old value Additional info:
Gal, can you please check what's missing for closing this?
Verified on ovirt-engine-4.3.0-0.4.master.20190102130922.gitef7445b.el7.noarch
This bugzilla is included in oVirt 4.3.1 release, published on February 28th 2019. Since the problem described in this bug report should be resolved in oVirt 4.3.1 release, it has been closed with a resolution of CURRENT RELEASE. If the solution does not work for you, please open a new bug report.