We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On some kernels, we have about 470MB of optional kernel modules.
On the on the Alpine Linux image, it is ridiculusly 15 times higher than the 30MB original image size 😳.
Potential ways of optimization:
/lib/modules
cc @QuentinPerez, @brmzkw, @bchatelard, @aimxhaisse
The text was updated successfully, but these errors were encountered:
A PoC using CephFs, mounting /lib/modules read-only. master...ElNounch:PoC-CephFs-KernelModules
Sorry, something went wrong.
@ElNounch, you're awesome
Thank you for this PoC, we will discuss it internally, but I clearly like the idea
And thank you for the other non-POC related updated (typos, init script headers)
moul
No branches or pull requests
On some kernels, we have about 470MB of optional kernel modules.
On the on the Alpine Linux image, it is ridiculusly 15 times higher than the 30MB original image size 😳.
Potential ways of optimization:
/lib/modules
as a read-only network block device/nfs/lib/modules
cc @QuentinPerez, @brmzkw, @bchatelard, @aimxhaisse
The text was updated successfully, but these errors were encountered: