Created
July 7, 2020 17:07
-
-
Save ikurni/1aa9ed64d91483390838e7a3b616c003 to your computer and use it in GitHub Desktop.
Podman Issue Overlay fs does not supported
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##Got podman issue when run podman command : | |
##Error: could not get runtime: kernel does not support overlay fs: overlay: the backing xfs filesystem is formatted without d_type support, which leads to incorrect behavior. Reformat the filesystem with ftype=1 to enable d_type support. Running without d_type is not supported.: driver not supported | |
##Reinstall podman and containers-common does not work | |
##Edit /etc/containers/storage.conf | |
vi /etc/containers/storage.conf | |
##Find storage.options and make sure below line is in there | |
[storage.options] | |
mount_program = "/usr/bin/fuse-overlayfs" | |
##save and try again |
sloved my problem.
Solved my problem.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you .I was stuck with the same issue as above. Able to resolve.