Bug 1944723 - [RFE] Support virtual machines with 16TB memory
Summary: [RFE] Support virtual machines with 16TB memory
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: ovirt-engine
Version: 4.4.4
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ovirt-4.4.6
: 4.4.6
Assignee: Arik
QA Contact: Qin Yuan
URL:
Whiteboard:
Depends On: 1819286
Blocks: 1909645
TreeView+ depends on / blocked
 
Reported: 2021-03-30 14:51 UTC by Steffen Froemer
Modified: 2021-10-29 13:51 UTC (History)
7 users (show)

Fixed In Version: ovirt-engine-4.4.6.4
Doc Type: Enhancement
Doc Text:
With this release, running virtual machines is supported for up to 16TB of RAM on x86_64 architectures.
Clone Of:
Environment:
Last Closed: 2021-06-01 13:23:01 UTC
oVirt Team: Virt
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2021:2179 0 None None None 2021-06-01 13:23:13 UTC
oVirt gerrit 114070 0 master MERGED core: increase max memory limit to 16TB 2021-04-07 11:09:18 UTC

Internal Links: 1984464

Description Steffen Froemer 2021-03-30 14:51:49 UTC
Description of problem:
For SAP HANA certification of VMs with 12TB of memory, it's required to have VMs in RHV supporting this amount of memory

Version-Release number of selected component (if applicable):
RHV-4.4.z

How reproducible:


Steps to Reproduce:
1. Create a VM in RHV UI
2. Change amount of Memory to 12 TB
3.

Actual results:
Currently, it's not supported by Red Hat to run VMs with Memory > 6TB

Expected results:
A VM should be possible to create and started

Additional info:
https://access.redhat.com/articles/906543

Comment 9 Qin Yuan 2021-04-22 08:36:35 UTC
Verified with:
ovirt-engine-4.4.6.5-447.gd80dda7.9.el8ev.noarch

Steps:
QE doesn't have HW supporting 16TB memory VM, so only check if setting maximum memory to 16TB works.

1. Create a VM on UI, set maximum memory to 16TB, run it.
2. Create a VM via API, set maximum memory to 16TB, run it:
<vm>
  <name>testvm16T_api</name>
  <memory>1073741824</memory>
  <memory_policy>
      <guaranteed>1073741824</guaranteed>
      <max>17592186044416</max>
  </memory_policy>
  <template>
    <name>latest-rhel-guest-image-8.3-infra</name>
  </template>
  <cluster>
    <name>golden_env_mixed_1</name>
  </cluster>
</vm>

Results:
1. VM with 16TB maximum memory can be created and started successfully on UI.
2. VM with 16TB maximum memory can be created and started successfully via API.

Comment 13 errata-xmlrpc 2021-06-01 13:23:01 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Moderate: RHV Manager security update (ovirt-engine) [ovirt-4.4.6]), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2021:2179


Note You need to log in before you can comment on or make changes to this bug.