Skip to content

Commit

Permalink
Add warning on images with LVM
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Nov 15, 2024
1 parent c4813e9 commit 8dca8bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,12 @@ To specify a different image for an instance type, use the
**Requirements**: the operating system on the image must be from the RedHat family.
This includes CentOS (8, 9), Rocky Linux (8, 9), and AlmaLinux (8, 9).

**Warning**: Avoid "with LVM" or "LVM-partitioned" images as Magic Castle is currently
unable to detect that the root disk has unallocated free space available and grow the
main partition (example: [Rocky Linux 9 with LVM](https://aws.amazon.com/marketplace/pp/prodview-yjxmiuc6p5jzk)).
Therefore, the root disk size is ignored and typically ends up being insufficient
for the configuration requirements.

**Post build modification effect**: none. If this variable is modified, existing
instances will ignore the change and future instances will use the new value.

Expand Down

0 comments on commit 8dca8bd

Please sign in to comment.