Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create_disk: increase /boot partition size to 512mb #2965

Closed
wants to merge 1 commit into from

Conversation

jmarrero
Copy link
Member

@jmarrero jmarrero commented Jul 7, 2022

Increases the /boot partition size to 512MB as we have seen a couple of cases were kernel installs fail due to /boot size.
coreos/fedora-coreos-tracker#1247

@jmarrero jmarrero changed the title create_disk: increase /boot partition size to 512 create_disk: increase /boot partition size to 512mb Jul 7, 2022
@dustymabe
Copy link
Member

I'm pretty sure that making this change is more disruptive than you might think. @bgilbert would know for sure.

Also we want the disks for the various architectures to stay matched up if possible: coreos/fedora-coreos-tracker#855

@miabbott
Copy link
Member

miabbott commented Jul 7, 2022

Butane has the 384 value hardcoded, too:

$ git grep 'bootV1SizeMiB     = 384'
config/fcos/v1_3/translate.go:54:       bootV1SizeMiB     = 384
config/fcos/v1_4/translate.go:54:       bootV1SizeMiB     = 384
config/fcos/v1_5_exp/translate.go:58:   bootV1SizeMiB     = 384

@jlebon jlebon added the hold waiting on something label Jul 7, 2022
@jmarrero
Copy link
Member Author

jmarrero commented Jul 7, 2022

I'll close this for now and we can continue the discussion on: coreos/fedora-coreos-tracker#1247

@jmarrero jmarrero closed this Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hold waiting on something
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants