Move Data to NAS and access via docker NFS driver
Closed this issue · 3 comments
I'm not sure I want this data living on the actual VM datastore anymore, to make it easier to move the application around as needed.
Should weight the pros and cons though. My NAS is pretty entry level. Maybe I should do a benchmark and a real-world test to see what the performance impact might be
Ran into a bunch of rsync permissions issues.. unable to preserve owner/group of files automatically. I need to look more into this and see if theres anything else i can do.
Finally got it working after several failed attempts. the trick was to switch to using rsync PULL so that I could ensure it runs as superuser in order for the permissions to be retained. The other trick was to select no mapping
in the synology nfs share settings. Previously I had selected map all users to admin
Gonna watch it for a few days and run some docker pushes to see what the performance impact is like.