Replies: 2 comments 2 replies
-
You need a significantly more recent (AFAIK 4.0+) Podman to use volumes that require options as a non-root user. I don't know for certain this will work with a newer Podman (never had to use quotas as rootless - there could be permissions issues), though. |
Beta Was this translation helpful? Give feedback.
1 reply
-
The disk has to be XFS and it has to be setup with pquota. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I try to set a size limit for the podman volume and after mount it to the container in rootless mode. Could you please help me with it?
Steps to reproduce the issue:
Describe the results you received:
Error: error mounting volume vol1 for container db3227796c657d8a66527acf486f81ca4cf4ff19f007ead555e0ef6b78e782d7: cannot mount volumes without root privileges: operation requires root privileges
Describe the results you expected:
Running container and the mounted volume with size limit
Output of podman version:
Output of podman info --debug:
Beta Was this translation helpful? Give feedback.
All reactions