-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
EC2 instance root partition should fill all the available space #39589
Comments
Thank you for your contributions. This has been automatically marked as stale because it has had no activity for 180 days. If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity. Here are suggestions that might help resolve this more quickly:
|
Cross posting from #22211 For my teams configuration we are seeing the boot disk size automatically grow from the snapshot size of 3gb to our configured EBS size of 40gb Here are some dmesg logs:
Looks like
I think this issue is good to be closed unless you're still having this issue Thanks @sarcasticadmin for helping with this 🥳 |
Going to close this, thanks @jshcmpbll ! |
Issue description
When I create an EC2 instance with a large initial filesystem size, the actual partitions don't fill the space. It's also pretty cumbersome to resize the partition, so this ends up being a pretty painful problem since
/nix
rapidly fills up. This is similar to issue #22211, but I'm creating a separate issue because I think fixing it to work with whatever initial size you give it is a better overall fix.Steps to reproduce
Create an instance (I used m5.2xlarge) with the 17.09 AMI with a larger amount of initial storage (say, 10 gigs or more).
The text was updated successfully, but these errors were encountered: