You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
podman fails to initialize telling me kernel does not support overlay fs: driver not supported. This is a standard Fedora 27 kernel. I presume this is related to the fact that I have XFS w/o dtype.
Steps to reproduce the issue:
podman --log-level debug images
Describe the results you received:
DEBU[0000] [graphdriver] trying provided driver "overlay"
DEBU[0000] overlay: override_kernelcheck=true
ERRO[0000] Could not get runtime: kernel does not support overlay fs: driver not supported
Describe the results you expected:
The list of images is presented.
Additional information you deem important (e.g. issue happens only occasionally):
Output of podman version:
Version: 0.3.4
Go Version: go1.10
OS/Arch: linux/amd64
Output of podman info:
could not get runtime: kernel does not support overlay fs: driver not supported
I think we've seen this before - containers/storage was dropping specific error causes for certain things and instead giving a nonspecific driver not supported error. This was fixed in containers/storage#163, but we haven't updated to pick up that fix. Let me open a PR to grab the latest version of c/storage and fix this, so we can have it resolved in the next release.
Is this a BUG REPORT or FEATURE REQUEST?:
Description
podman fails to initialize telling me
kernel does not support overlay fs: driver not supported
. This is a standard Fedora 27 kernel. I presume this is related to the fact that I have XFS w/o dtype.Steps to reproduce the issue:
podman --log-level debug images
Describe the results you received:
Describe the results you expected:
The list of images is presented.
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info
:Additional environment details (AWS, VirtualBox, physical, etc.):
Fedora rawhide
The text was updated successfully, but these errors were encountered: