-
Notifications
You must be signed in to change notification settings - Fork 18
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
Using docker/rkt with this ami #2
Comments
Thanks. We've been using I need to check the implications of enabling crc checks should still be enabled, as they provide protection against metadata corruption in the case of host failure. |
Good point about the crc checks. I read the XFS man page entry for it, but all the examples I saw showed people disabling it. I guess that means do my own research instead of trusting. As for ftype=1, we're not ready to switch over to Project Atomic yet, but PA has been discussing enabling it. https://lists.projectatomic.io/projectatomic-archives/atomic-devel/2016-August/msg00011.html |
Ahhh, this is why CRC was set to 0.
|
When using container technology, the backing filesystem, in this case XFS, needs to have support for working around d_type. This support can be enabled by changing the mkfs.xfs line to
After the script runs, you can check the fytpe on the newly partition volume.
rkt/rkt#3040 for more info
The text was updated successfully, but these errors were encountered: