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

Fix y2038 file system warnings #1589

Merged
merged 2 commits into from
Oct 13, 2021
Merged

Conversation

agners
Copy link
Member

@agners agners commented Oct 12, 2021

No description provided.

* buildroot 3c5f87185d...5ffdf6ccc5 (1):
  > package/e2fsprogs: Create y2038 capable file systems by default
By default older versions of mkfs.ext4 create file systems with inode
size of 128 bytes. This does not allow for 64-bit timestamps, which
leads to y2038 compatibility warnings. Use 256 bytes inodes.
@agners agners added the os label Oct 12, 2021
jens-maus added a commit to jens-maus/RaspberryMatic that referenced this pull request Oct 12, 2021
all mkfs.ext4 calls so that all ext4 filesystems will be created with
>y2038 compatibility (inode size >= 256) and also with slightly optimized
init procedures (no lazy inits). This refs home-assistant/operating-system#1589
@agners agners merged commit b211c65 into home-assistant:dev Oct 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants