February 19, 20179 yr Hello all hoping someone might be able to help out. I have a VM's which read and write to my array, specifically this VM is used for nzbget and deluge. It accesses the array through 9p with a mapping created in the VM template and then a entry in my vm's fstab to mount the share (detail below). Everything was working great, the applications running on the VM's wrote to the array as needed however, since i have upgraded to 6.3.2 i have noticed i can only write to the array if i elevate my rights via sudo (I can ready everything fine). Can someone help me understand what has changed and what i need to do to remove the requirements for elevated rights being required to my array. I would prefer to solve this rather then assign a root account to the applications which are started as a service on my VM Here is the fstab cache /mnt/cache 9p trans=virtio,version=9p2000.L,nofail,rw,_netdev 0 0 Here is the XML from the VM template <filesystem type='mount' accessmode='passthrough'> <source dir='/mnt/cache/'/> <target dir='cache'/> <alias name='fs1'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x02' function='0x0'/> </filesystem> Any insight would be really appreciated.
February 19, 20179 yr I know it's not what you want to hear, but I've had much better luck with cifs instead of 9p.
Archived
This topic is now archived and is closed to further replies.