Container volumes with ID Maps mounted in a merged directory #1602
connelhooley
started this conversation in
General
Replies: 1 comment 1 reply
-
|
idmapping requires explicit support from the filesystem and the current release does not support it. It should in the next release but due to the magnitude of the change I'm being cautious about the release and need to do more testing. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I've tried to use a podman volume with an idmap, mounted in a mergerfs directory like this:
Is this error going to be fixed by #1595? Or do I need to update my mount unit:
Is there an option I need to set? I can use idmaps successfully in "none mergerfs" directories.
I've seen this discussion #1517 (comment) but I believe this is referring to creating the merged mount itself with an ID map, whereas I want to place a podman volume inside the mount with an ID map.
Beta Was this translation helpful? Give feedback.
All reactions