| Summary: | storage connection is created when import domain fails | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | movciari | ||||
| Component: | ovirt-engine | Assignee: | Daniel Erez <derez> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Aharon Canan <acanan> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 3.3.0 | CC: | acathrow, amureini, asegundo, derez, iheim, istein, lpeer, Rhev-m-bugs, scohen, yeylon | ||||
| Target Milestone: | --- | Flags: | amureini:
Triaged+
|
||||
| Target Release: | 3.4.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | storage | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-06-12 14:03:41 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | Storage | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
Created attachment 806036 [details]
'tail -f' from engine.log while i was reproducing this bug
Allon, is this a dup? (In reply to Ayal Baron from comment #2) > Allon, is this a dup? No. It is similar to bug 991470, but the usecase and code-path are different. Also encountered it on is23, when import iso domain failed, on domain name already existing in the setup. Allon, is this resolved? Daniel, is this resolved? This seems like a duplicate of bug 1020812 which has been resolved for 3.3. The described scenario doesn't appear to reproduce any longer. Moving to ON_QA for re-verification. Closing as part of 3.4.0 |
Description of problem: when importing storage domain fails under some conditions, for example when mount point is an empty directory, storage connection is still created, so from the user perspective - when you are trying to create new storage domain on the same mount point because import failed, it fails with dialog window saying: Error while executing action: Cannot add Storage Connection. Storage connection already exists. Version-Release number of selected component (if applicable): 3.3.0-0.24 (is17) How reproducible: always Steps to Reproduce: 1. create empty nfs export 2. try to import this export as storage domain, this should fail, saying there is no storage domain 3. just click 'OK' button again, or hit 'Cancel' and try to create new storage domain on this export Actual results: you will get an error saying storage connection already exists, you have to delete this connection manually via api or in database Expected results: storage connection should not be created when import fails Additional info: this happens when import fails under some other contitions than those in steps to reproduce, too