Bug 1138200
| Summary: | [engine-backend] [importDomain] removal of a template that was imported from a data domain and had additional disks from previous DC is blocked on CDA | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] oVirt | Reporter: | Elad <ebenahar> | ||||
| Component: | ovirt-engine-core | Assignee: | Maor <mlipchuk> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Kevin Alon Goldblatt <kgoldbla> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 3.5 | CC: | amureini, bugs, ebenahar, ecohen, gklein, iheim, rbalakri, yeylon | ||||
| Target Milestone: | --- | ||||||
| Target Release: | 3.5.0 | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | storage | ||||||
| Fixed In Version: | ovirt-3.5.0_rc3 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-10-17 12:28:26 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: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Elad
2014-09-04 09:15:39 UTC
The template import should be blocked on VMT_CANNOT_IMPORT_TEMPLATE_EXISTS. I tried to reproduce with following the steps, but on the template import I got the following failure : "Import Template failed - Template Id already exist in the system. Please remove the Template (templateCheck) from the system first" How did you managed to import the Template? After talking with Elad, the reproduce steps should be as follow: Steps to Reproduce: 1. Have 2 DCs. One with 2 SDs (DC1) 2. Create a VM on DC1 with 2 disks, each on a different domain. Create a template out of it 3. Detach one of the storage domains from DC1 and attach it to DC2 4. Remove the template 5. Import the template to the new Data Center 6. Try to remove the template The Template import should be blocked by CDA until all the Storage Domains will be attached to the new Data Center According to comment #2, removing the need-info flag oVirt 3.5 has been released and should include the fix for this issue. |