Thanks for the replies, as it turns out it was nothing to do with /etc/exports or regular file system permissions.
Synology have applied their own brand of Access Control Lists (ACLs) to shared folders. Basically I had to run the following commands to allow vdsm:kvm (36:36) to read and write to the share: EXPORT_DIR=/volumeX/... synoacltool -set-owner "$EXPORT_DIR" group kvm:allow:rwxpdDaARWcCo:fd-- synoacltool -add "$EXPORT_DIR" user:vdsm:allow:rwxpdDaARWcCo:fd-- synoacltool -add "$EXPORT_DIR" group:kvm:allow:rwxpdDaARWcCo:fd-- On Wed, 1 Sept 2021 at 04:28, Strahil Nikolov <[email protected]> wrote: > I guess gou need to try: > all_squash + anonuid=36 + anongid=36 > > > Best Regards, > Strahil Nikolov > > On Fri, Aug 27, 2021 at 23:44, Alex K > <[email protected]> wrote: > _______________________________________________ > Users mailing list -- [email protected] > To unsubscribe send an email to [email protected] > Privacy Statement: https://www.ovirt.org/privacy-policy.html > oVirt Code of Conduct: > https://www.ovirt.org/community/about/community-guidelines/ > List Archives: > > https://lists.ovirt.org/archives/list/[email protected]/message/MM6CLUHHQFIWTXQSIQ7C7EPWFAW3NAOF/ > >
_______________________________________________ Users mailing list -- [email protected] To unsubscribe send an email to [email protected] Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/[email protected]/message/IUYTVJIHSSWSK5ARUYW7SLEXDRBDIBFS/

