RHEL: increase /boot partition size in kickstarts#14351
RHEL: increase /boot partition size in kickstarts#14351Mab879 merged 4 commits intoComplianceAsCode:masterfrom
Conversation
Mab879
left a comment
There was a problem hiding this comment.
In order for these to work with our tests don't we need to find 512 bytes from else where to give to /boot? IIRC we have ~20 GB of space in some of our testing VMs.
ATEX Test ResultsTest artifacts have been submitted to Testing Farm. Results: View Test Results This comment was automatically generated by the ATEX workflow. |
|
If you want to use I reduced the |
f714f2a to
e668a9c
Compare
Mab879
left a comment
There was a problem hiding this comment.
Does reqpart set the needed flags for /boot? Based on the docs I think not?
| @@ -90,14 +90,14 @@ zerombr | |||
| clearpart --linux --initlabel | |||
|
|
|||
| # Create primary system partitions (required for installs) | |||
| part /boot --fstype=xfs --size=512 --fsoptions="nodev,nosuid,noexec" | |||
| reqpart --add-boot | |||
There was a problem hiding this comment.
Does this set the fs options needed?
There was a problem hiding this comment.
Great catch, I did not realize this. I think it does not set anything. I guess we could use reqpart withouth --add-boot and keep the original way where we define /boot manually. I will check with SMEs.
e668a9c to
19f5083
Compare
|
I rewamped the PR. |
|
/packit build centos-stream-9-x86_64 |
Mab879
left a comment
There was a problem hiding this comment.
I think this needs one last rebase on latest master.
add reqpart set /boot size to 2048 decrease initiali size of root partition so that we roughly fit into 20 gb size
add reqpart increase /boot to 2048 decrease / to at most 5120
19f5083 to
c25a1ab
Compare
|
@vojtapolasek: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/packit retest-failed |
1 similar comment
|
/packit retest-failed |
|
/retest |
Description:
Rationale:
Review Hints:
Build the content and inspect changes in kickstart.