| Summary: | User is able to rename HostedEngine | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [oVirt] ovirt-engine | Reporter: | Lev Veyde <lveyde> | ||||
| Component: | BLL.HostedEngine | Assignee: | Jenny Tokar <jtokar> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | meital avital <mavital> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 3.6.4.1 | CC: | bugs, dfediuck, didi, lveyde, mavital, rgolan, sbonazzo, stirabos | ||||
| Target Milestone: | ovirt-3.6.6 | Flags: | mavital:
needinfo+
sbonazzo: ovirt-3.6.z? rule-engine: planning_ack? dfediuck: devel_ack+ rule-engine: testing_ack? |
||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-04-19 06:53:13 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | SLA | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
|
Description
Lev Veyde
2016-04-11 13:15:07 UTC
(In reply to Lev Veyde from comment #0) > Expected results: > The change should never happen. Why? If we have other places with this name hardcoded (and we do), that's a bug in these places. There is an option in vdc_options 'HostedEngineVmName', we should just make sure it's kept up-to-date and read from it everywhere. Lev can you please attach logs? Created attachment 1146856 [details]
engine.log
the HostedEngine was renamed to MyHostedEngine
This was fixed in the current version (was tested by me on 3.6.6). Please verify. This bug is not listed under the 3.6.5 fixes so just closing on 3.6.6 (In reply to Jenny Tokar from comment #5) > This was fixed in the current version (was tested by me on 3.6.6). > Please verify. I think it's for QA. Verified on rhevm-3.6.6-0.1.el6.noarch engine=# select vm_name from vm_static where vm_name = 'HostedEngine'; vm_name -------------- HostedEngine |