You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When deploying the hosted engine with a backup file, one of the SQL queries to remove the hosted-engine host is incorrect as it compares the vds_name with the host_name, which can be different.
SUMMARY
When deploying the hosted engine with a backup file, one of the SQL queries to remove the hosted-engine host is incorrect as it compares the
vds_name
with thehost_name
, which can be different.IMO this line:
ovirt-ansible-collection/roles/hosted_engine_setup/tasks/restore_backup.yml
Line 51 in 07b5897
should be:
COMPONENT NAME
hosted_engine_setup
The text was updated successfully, but these errors were encountered: