From a16ce7b7f0325be0e5376f58bab34ca32b8e65a4 Mon Sep 17 00:00:00 2001 From: Alberto Gonzalez Rodriguez Date: Mon, 16 Feb 2026 16:08:24 +0100 Subject: [PATCH] Remove hugepages setting from create_instance.yaml Removed hugepages configuration from instance creation. --- roles/resources/tasks/create_instance.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/resources/tasks/create_instance.yaml b/roles/resources/tasks/create_instance.yaml index ad0f72f..47a2fe5 100644 --- a/roles/resources/tasks/create_instance.yaml +++ b/roles/resources/tasks/create_instance.yaml @@ -169,8 +169,6 @@ type: "{{ _instance.machine_type | default('pc-q35-rhel9.2.0') }}" memory: guest: "{{ _instance.memory }}" - hugepages: - pageSize: "1Gi" devices: disks: {{ _instance_disks | replace('INSTANCENAME', _instance_name) }} interfaces: {{ _instance_interfaces }}