-
Notifications
You must be signed in to change notification settings - Fork 100
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
Partition size in To with RPI4 #1928
Comments
probably same issue as #1928 |
It's the same issue number. I think it's a copy past error. |
wops! correct link: #1599 Seems to be the same issue, a race condition. We expand the partition then the FS but sometimes the partition table is not updated on time so the resizer of the FS thinks that the FS is already at max expansion. No errors and the same output form lsblk and df. |
thus (possibly) fixed here: mudler/yip#116 ? |
I try the same image with a SDD M2 disk 1To (943 Go), everything works on kairos. |
Kairos version:
CPU architecture, OS, and Version:
Describe the bug
I use a rpi4 with disk SSD (sata), my cloud-init works.
Now, I try with a ssd (M2) 2to, and I have an issue to resize the partition.
The size of the persistent partition is not good. K3s failed to start, not enough space.
There is a difference between
df -h
andlsblk
Here my cloud-init :
To Reproduce
Try to boot a RPI4 with a SSD M2 disk large size >To.
Expected behavior
Logs
Additional context
The text was updated successfully, but these errors were encountered: