-
Notifications
You must be signed in to change notification settings - Fork 115
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
Fails to extend disk on AWS with NVMe #133
Comments
OK, |
We lost `cloud-utils-growpart` when we dropped `cloud-init`. Should help with openshift#133 although I haven't had time to test yet, but it's what we need to do now.
Now tested, this fixed it. |
Fixed by #134 |
The next problem here is:
i.e. c-s-s falls over for NVMe. This was supposed to be fixed in projectatomic/container-storage-setup#138 (comment) but AFAICS that doesn't help. More info: Booted via AWS console, expanded root disk to 42GB.
|
By using sysfs, splitting device/partition is a lot more reliable. This fixes using GROWPART=true on NVMe with Fedora Atomic Host, as occurs in AWS with modern instance types. Closes: openshift/os#133
PR in projectatomic/container-storage-setup#275 After that lands though we need to keep this open to track actually cherry picking the fix. |
By using sysfs, splitting device/partition is a lot more reliable. This fixes using GROWPART=true on NVMe with Fedora Atomic Host, as occurs in AWS with modern instance types. Closes: openshift/os#133
projectatomic/container-storage-setup@413b408
We dropped cloud-init which has disk resizing code, and it turns out Ignition doesn't do this, see https://github.com/coreos/init/blob/master/scripts/extend-filesystems
Now the next problem we have is that script doesn't handle LVM...in practice what we did with Fedora Atomic was that it was actually container-storage-setup that does this, I need to figure out why that's not working.
The text was updated successfully, but these errors were encountered: