Bug 2076054
| Summary: | Disconnect action delay property isn't copied from template on VMPool creation via RestAPI | ||
|---|---|---|---|
| Product: | [oVirt] ovirt-engine | Reporter: | Tamir <tamir> |
| Component: | RestAPI | Assignee: | Arik <ahadas> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Tamir <tamir> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.5.0.2 | CC: | ahadas, bugs, dfodor |
| Target Milestone: | ovirt-4.5.1 | Flags: | pm-rhel:
ovirt-4.5?
|
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | ovirt-engine-4.5.1 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-06-23 05:54:58 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-04-17 13:50:56 UTC
Verified on RHV 4.5.1-1.
Env:
- Engine instance with RHV 4.5.1-1 (ovirt-engine-4.5.1-0.62.el8ev) and RHEL 8.6 installed.
- 2 hosts with RHV 4.5.1-1 and RHEL 8.6 and with vdsm-4.50.1.1-1.el8ev.
Steps:
From WebAdmin:
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 an RHEL VM.
4. Create a template from the VM with Console Disconnect Action set to Shutdown virtual machine and Disconnect Action Delay in Minutes set to 2.
From the REST API:
5. Create a VM Pool from the template using the below POST request to the URL https://{{base_url}}/ovirt-engine/api/vmpools with the body:
<vm_pool>
<name>VMPoolShutdown</name>
<cluster>
<name>golden_env_mixed_1</name>
</cluster>
<template>
<name>shutdown_template</name>
</template>
<size>2</size>
</vm_pool>
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.
4. The template was created with Console Disconnect Action Delay set to 2 minutes.
5. The VM pool was created with:
<disconnect_action>SHUTDOWN</disconnect_action>
<disconnect_action_delay>2</disconnect_action_delay>
Also, the created VMs are set with:
<disconnect_action>SHUTDOWN</disconnect_action>
<disconnect_action_delay>2</disconnect_action_delay>
This bugzilla is included in oVirt 4.5.1 release, published on June 22nd 2022. Since the problem described in this bug report should be resolved in oVirt 4.5.1 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. |