Merge "Add a separate /boot partition"

This commit is contained in:
Zuul 2022-08-02 14:24:46 +00:00 committed by Gerrit Code Review
commit de1b1b9c46
2 changed files with 20 additions and 1 deletions

View File

@ -17,9 +17,19 @@
- name: BSP
type: 'EF02'
size: 8MiB
- name: boot
type: 'BC13C2FF-59E6-4262-A352-B275FD6F7172'
size: 500MB
mkfs:
type: ext4
mount:
mount_point: /boot
fstab:
options: "defaults"
fsck-passno: 1
- name: root
flags: [ boot ]
size: 6G
size: 5500MB
- lvm:
name: lvm
base: [ root ]

View File

@ -0,0 +1,9 @@
---
features:
- |
The overcloud-hardened-uefi-full image now has a separate partition mounted
to /boot. This means grub no longer needs to mount the root partition. This
will allow trying layouts which grub doesn't support, such as LVM
thin-provisioning. Since grub now uses the common path of loading an ext4
/boot partition, early boot may now be more robust, or have better error
messages for incorrectly built images.