Skip to content

Commit 8bb4b7b

Browse files
committed
Reduce ESP partition size in deployment image
It does not fit into 550MiB partition created by Ironic Python Agent. This is relevant when provisioning software RAID UEFI enabled servers.
1 parent 109649a commit 8bb4b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/stackhpc-overcloud-dib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ stackhpc_overcloud_dib_block_device_config_uefi_lvm: |
102102
partitions:
103103
- name: ESP
104104
type: 'EF00'
105-
size: 550MiB
105+
size: 500MiB
106106
mkfs:
107107
type: vfat
108108
mount:

0 commit comments

Comments
 (0)