Bug 2070008
Summary: | The Console Disconnect Action Delay property isn't included in the OVF | ||
---|---|---|---|
Product: | [oVirt] ovirt-engine | Reporter: | Tamir <tamir> |
Component: | BLL.Virt | Assignee: | Arik <ahadas> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Tamir <tamir> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.5.0 | CC: | ahadas, bugs |
Target Milestone: | ovirt-4.5.0 | Keywords: | ZStream |
Target Release: | 4.5.0.1 | Flags: | sbonazzo:
ovirt-4.5+
|
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | ovirt-engine-4.5.0.1 | Doc Type: | No Doc Update |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-04-20 06:33:59 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: |
Description
Tamir
2022-03-30 09:30:29 UTC
Verified on RHV 4.5.0-5. Env: - Engine instance with RHV 4.5.0-5 (ovirt-engine-4.5.0.2-0.7.el8ev) and RHEL 8.6 installed. - 3 hosts with RHV 4.5.0-5 and RHEL 8.6 and with vdsm-4.50.0.11-1.el8ev. Steps: In Admin Portal: 1. Create a 4.7 data center and a 4.7 cluster. 2. Install the hosts and create a new NFS storage domain. 3. Create a VM with Console Disconnect Action set to Shutdown virtual machine and Console Disconnect Action Delay set to 2 minutes. 4. Export the VM to OVA. 5. Extract the OVA file and check that the "vm.ovf" file contains the lines: <ConsoleDisconnectAction>SHUTDOWN</ConsoleDisconnectAction> <ConsoleDisconnectActionDelay>2</ConsoleDisconnectActionDelay> 6. Import the VM back to RHV. 7. Edit the imported VM and verify that the Console Disconnect Action Delay is set to 2. Results (As Expected): 1. The 4.7 data center and the 4.7 cluster were created. 2. The hosts were installed and the NFS storage domain was created. 3. The VM was created with Console Disconnect Action Delay set to 2 minutes. 4. The VM was exported successfully to OVA. 5. The "vm.ovf" file contains the following child items inside the VirtualSystem item: <ConsoleDisconnectAction>SHUTDOWN</ConsoleDisconnectAction> <ConsoleDisconnectActionDelay>2</ConsoleDisconnectActionDelay> 6. The VM was imported back to RHV. 7. The Console Disconnect Action Delay property was set to 2. This bugzilla is included in oVirt 4.5.0 release, published on April 20th 2022. Since the problem described in this bug report should be resolved in oVirt 4.5.0 release, it has been closed with a resolution of CURRENT RELEASE. If the solution does not work for you, please open a new bug report. |