Bug 1396782
| Summary: | [Bug RHV4.0.6] After adding new disk, other configuration does not refresh while creating new VM. | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Ulhas Surse <usurse> |
| Component: | ovirt-engine | Assignee: | Tomas Jelinek <tjelinek> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Israel Pinto <ipinto> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.0.5 | CC: | amarchuk, awels, eedri, gklein, gshereme, lsurette, mavital, mgoldboi, oourfali, rbalakri, Rhev-m-bugs, srevivo, tjelinek, usurse, vszocs, ykaul |
| Target Milestone: | ovirt-4.0.6 | Keywords: | ZStream |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Cause:
Memory leak fixes caused regressions in the flows when one dialog open an another one.
Consequence:
After opening a new disk dialog from the new vm dialog and than closing the disk dialog, the VM dialog did not work properly (the console / cpu modifications did not behave correctly)
Fix:
On opening a new disk from new vm dialog, dont close the vm dialog (e.g. both will be shown on top of each other).
Result:
After closing the disk dialog, the VM dialog will keep working as before.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-01-16 15:42:43 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Virt | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1391466 | ||
| Bug Blocks: | |||
|
Description
Ulhas Surse
2016-11-20 06:01:45 UTC
Other workaround is to set these options before creating the disk. It looks a lot like https://bugzilla.redhat.com/show_bug.cgi?id=1391466 moving to UX to confirm. Greg - is it the same? Ulhas - can you attach the engine and ui logs? @Oved It does appear to be the same type of issue, in particular I think the problem is that the new disk dialog closes the new vm dialog, and that triggers the cleanup. I will take a closer look at the exact cause, but it does look the same. Leaving this for verification purposes. This should be fixed with the fix for Bug 1391466 Verify with: Engine: 4.0.6.3-0.1.el7ev Host: OS Version:RHEL - 7.3 - 7.el7 OS Description:Red Hat Enterprise Linux Server 7.3 (Maipo) Kernel Version:3.10.0 - 514.el7.x86_64 KVM Version:2.6.0 - 27.el7 LIBVIRT Version:libvirt-2.0.0-10.el7 VDSM Version:vdsm-4.18.16-1.el7ev steps: 1. Create New VM. 2. Create new disk (save configuration) 3. Now go to System -> Total Virtual CPUs -> set any (2,4) 4. Check that Advanced parameters is updated Results: Advanced parameters is updated Note: also checked other parameters: in Host/Console/Boot options all are updated. |