Bug 1066617
Summary: | Template is created with no default value for migration downtime | ||
---|---|---|---|
Product: | [Retired] oVirt | Reporter: | Leonardo Bianconi <leonardo.bianconi> |
Component: | ovirt-engine-core | Assignee: | gustavo.pedrosa |
Status: | CLOSED CURRENTRELEASE | QA Contact: | bugs <bugs> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.4 | CC: | acathrow, ahadas, awels, ecohen, fkobzik, gchaplik, gklein, gustavo.pedrosa, iheim, istein, knesenko, leonardo.bianconi, mavital, mgoldboi, michal.skrivanek, ofrenkel, pnovotny, rgolan, tjelinek, vitor.lima, yeylon |
Target Milestone: | --- | ||
Target Release: | 3.4.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | virt | ||
Fixed In Version: | ovirt-3.4.0-ga | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-03-31 12:31:23 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1024889 |
Description
Leonardo Bianconi
2014-02-18 17:44:30 UTC
Setting target release to current version for consideration and review. please do not push non-RFE bugs to an undefined target release to make sure bugs are reviewed for relevancy, fix, closure, etc. This is an automated message. Re-targeting all non-blocker bugs still open on 3.4.0 to 3.4.1. where's a fix in master branch? @Michal, we verified the branch master, but this bug only exist in the branch 3.4 As far as I can tell it is missing in master. How did you verify? That specific piece of code is missing and there are no real differences between master and 3.4 yet... @Michal, in this two changes: http://gerrit.ovirt.org/23613 (branch: ovirt-engine-3.4) http://gerrit.ovirt.org/23328 (branch: master) The file TemplateVmModelBehavior.java has different modifications: http://gerrit.ovirt.org/#/c/23613/9/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/TemplateVmModelBehavior.java (ovirt-engine-3.4) http://gerrit.ovirt.org/#/c/23328/20/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/TemplateVmModelBehavior.java (master) The first one (ovirt-engine-3.4) remove the line #173: getModel().setSelectedMigrationDowntime(this.template.getMigrationDowntime()); And the other (master) keep the line #173. ah, so it's an incorrect backport of template versions. Omer, please doublecheck right, thanks! i also verified this fix works *** Bug 1072846 has been marked as a duplicate of this bug. *** this is a basic functionality we need to get working in 3.4 GA *** Bug 1075186 has been marked as a duplicate of this bug. *** *** Bug 1074253 has been marked as a duplicate of this bug. *** I can confirm this issue is resolved in downstream RHEVM av3 (rhevm-3.4.0-0.5.master.el6ev). Verified by automation and also manually. this is an automated message: moving to Closed CURRENT RELEASE since oVirt 3.4.0 has been released |