-
-
Notifications
You must be signed in to change notification settings - Fork 363
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
resize2fs not present during stage-1 #1090
Comments
This is a hacky workaround that accomplishes the resize, but it isn't the right solution because the other "./resize2fs" call still fails. |
I used ami-009c9c3f1af480ff3 which is the NixOS 18.09 ami and didn't see this:
|
I have this too - NixOS/nixpkgs#57633 should fix it (at least it did for me) |
cherry-picked to 19.03 (NixOS/nixpkgs#59848). Will generate 19.03 amis as soon as the channel is updated |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On EC2 deployments, the ami's (as well as some custom one's I've made in attempts to fix this) don't seem to have resize2fs in order to expand to accommodate the ebsInitialRootDiskSize.
Not sure why https://github.com/NixOS/nixpkgs/blame/30c312341fbe435349f364fcd306a12c28fcde8d/nixos/modules/system/boot/stage-1.nix#L130 does not go into effect.
The text was updated successfully, but these errors were encountered: