Bug 911118
Summary: | Internal engine error while adding same host twice | ||
---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Leonid Natapov <lnatapov> |
Component: | ovirt-engine | Assignee: | Yaniv Bronhaim <ybronhei> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Leonid Natapov <lnatapov> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.2.0 | CC: | acathrow, bazulay, dyasny, hateya, iheim, lhornyak, lpeer, Rhev-m-bugs, yeylon, ykaul, yzaslavs |
Target Milestone: | --- | Keywords: | EasyFix, Regression |
Target Release: | 3.2.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | infra | ||
Fixed In Version: | sf10 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | Type: | Bug | |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Infra | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 922807 |
Description
Leonid Natapov
2013-02-14 12:35:13 UTC
Is Bug 893089 a duplicate of this one ? (In reply to comment #2) > Is Bug 893089 a duplicate of this one ? looks like it is. This patch adds a nice error when adding same name or same ip twice to DB when adding host or updating host. Still its not the right way to verify if we add the same host again. What should be is verification that host UUID is not inserted again. The UUID is saved on DB only when full deploy process is proceeded. I think we should save the UUID also in "not full deploy" process when adding new host, and then we can check if user tries to insert same host twice and block it. Error: Cannot add host which has the same unique ID as one of the hosts: tigris01. This might occur in case this host was already added to the system. Error: Cannot add host which has the same unique ID as one of the hosts: tigris01. This might occur in case this host was already added to the system. 3.2 has been released 3.2 has been released 3.2 has been released 3.2 has been released 3.2 has been released |