Skip to content

WIP: decrease partition sizes in kickstarts#14519

Closed
vojtapolasek wants to merge 1 commit intoComplianceAsCode:masterfrom
vojtapolasek:fix_ks_partitions
Closed

WIP: decrease partition sizes in kickstarts#14519
vojtapolasek wants to merge 1 commit intoComplianceAsCode:masterfrom
vojtapolasek:fix_ks_partitions

Conversation

@vojtapolasek
Copy link
Copy Markdown
Collaborator

This is work in progress. We need to fit default kickstart installation into 20 gb so that we can test it and be efficient with resources.

@openshift-ci openshift-ci Bot added the do-not-merge/work-in-progress Used by openshift-ci bot. label Mar 3, 2026
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Mar 3, 2026

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@comps
Copy link
Copy Markdown
Collaborator

comps commented Mar 3, 2026

Please try decreasing the size of / instead.

Look at the partitions: Everything big has been moved away from /:

  • /usr has its own partition
  • /var has its own partition
  • /var/log has its own partition
  • /home is also separate

There is nothing left for /, it is basically empty. It should not have a static 3 GB allocated, I'd set it to static 1GB at most, with --grow.

@vojtapolasek vojtapolasek force-pushed the fix_ks_partitions branch 2 times, most recently from 4c00169 to 3c12626 Compare March 3, 2026 14:56
@Mab879
Copy link
Copy Markdown
Member

Mab879 commented Mar 3, 2026

Please try decreasing the size of / instead.

Look at the partitions: Everything big has been moved away from /:

* `/usr` has its own partition

* `/var` has its own partition

* `/var/log` has its own partition

* `/home` is also separate

There is nothing left for /, it is basically empty. It should not have a static 3 GB allocated, I'd set it to static 1GB at most, with --grow.

I'm trying that in #14520.

Seems I couldn't push to @vojtapolasek fork.

@Mab879
Copy link
Copy Markdown
Member

Mab879 commented Mar 3, 2026

Should be superseded by #14520.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do-not-merge/work-in-progress Used by openshift-ci bot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants