Rootless Podman NFS Storage (Nextcloud/MariaDB/Redis on Rocky 9 with Quadlet) #24130
Unanswered
Shadow8472
asked this question in
Q&A
Replies: 1 comment 41 replies
-
Thanks for the detailed comment. From what I can see, |
Beta Was this translation helpful? Give feedback.
41 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am rebuilding my homelab with Quadlets.
EDIT: Very important, I'm using a Synology NAS, which I believe isn't quite 1:1 with normal NFS implementations, having four squash options: [root|everyone] to [admin|guest]. At the moment of edit, I am using Everyone to Guest.
Working Quadlets:
Nextcloud Project (Notes in parentheses):
Researched, but tentatively rejected:
7/8 nextcloud* quadlets generate
systemd --user
unit files, except nextcloud.pod.Nextcloud and MariaDB do not start.
Workaround:journalctl --user -xeu nextcloud-mariadb.service
refuses to talk to underprivelaged users.journalctl -xe
in a privileged account.Looks like I goofed with one error each from MariaDB and Nextcloud, but their counterparts are the same.
In a post from last year, I learned it was a permissions issue with NFS. #20519 After many suggestions, I was nudged toward Quadlet and using a file overlay when I got stuck trying to fix uid/gid numbers. I'm on Linux kernel version 5.14.0, which I read is supposed to have native file system overlay to help https://www.redhat.com/sysadmin/podman-rootless-overlay.
Too long; didn't read?
I want rootless Nextcloud/MariaDB Podman containers doing their heavy weight data storage over NFS without.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions