-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
ERRO[0000] 'overlay' is not supported over btrfs at "/home/ansemjo/.local/share/containers/storage/overlay" #2172
Comments
While I was still writing the original issue, I checked if I had The issue sort-of remains: why does the |
Based on my very limited understanding, I think this camel case format for
The correct format, I am told, uses lower case strings and has a slightly different layout. See #2158 I have found that |
Right .. I switched my config to the lowercase format and so far can't reproduce my issue, even when changing the system
|
yes it was a bug in an older version of Podman that was creating the wrong config file, so basically the config file wasn't honored at all and the default configuration was used (by default we use overlay when fuse-overlayfs is installed, otherwise fallback to vfs). I am closing this bug for now, as the error was in the configuration created by an old version of Podman. But please feel free to comment more if you have more questions/issues |
Yes, closing is fine by me, thanks. On a more general note: I found it pretty hard to find any information on configuring storage drivers. I.e. what drivers are available? What conditions must hold? What options can be used? etc. I understand that it is not entirely fair to compare podman to Docker in terms of documentation yet. But I like their documentation a lot. |
I assumed that information was in |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Since the upgrade to
podman 1.0.0
I get the above error in all sorts of situations during rootless operation. Mind you: I don't use theoverlay
driver at all. I did use it before though and I havefuse-overlayfs
installed. This is basically a complete blocker for podman usage as soon as I have anything in storage, i.e. downloaded a single image or try to run a container.Steps to reproduce the issue:
I'm not sure? Run rootless
podman 1.0.0
on abtrfs
filesystem?Run any
podman
commandDescribe the results you received:
Almost every command fails with the above error from the title. See for example this series of commands attempting to switch to the
btrfs
storage driver:Describe the results you expected:
I don't expect to see any errors related to
overlay fs
when it's not configured to be used?Additional information you deem important (e.g. issue happens only occasionally):
Deleting the storage location enables me to use
podman info
once but as soon as I run any command that seems to populate the storage the errors reappears. That also means a secondpodman info
will fail.I've had a little different results yesterday, I could even start a container and occasionally run commands even though they printed the same error at the beginning.
The filesystem is mounted with
user_subvol_rm_allowed
.Output of
podman version
:Output of
podman info
:Additional environment details (AWS, VirtualBox, physical, etc.):
Physical.
The text was updated successfully, but these errors were encountered: