I'm having some troubles with the Copy from Guest to vCO workflow (library > vCenter > Guest Operations > Files > Copy from Guest to vCO). I have followed every instruction on how to setup local access to the vCO filesystem, but I cannot get it to work for write access (note: read is fine as I can perform a copy FROM vCO to Guest successfully). Additionally, I can get this to work with the native directories listed in the js-io-rights.conf file (meaning, all but the two new entries listed at the bottom of the js-io-rights.conf file listed below).
# cat /etc/vco/app-server/js-io-rights.conf
-rwx /
+rwx /var/run/vco/
-rwx /etc/vco/app-server/security/
+rx /etc/vco/
+rx /var/log/vco/
+rwx /nfs/repo/
+rwx /nfs/repo/exports/
The permissions are set the exact same, for example, as /var/run/vco:
drwx------ 2 vco vco 4096 Oct 5 14:55 /var/run/vco
drwx------ 2 vco vco 4096 Sep 29 14:22 /nfs/repo
The error I get when running the workflow is "Permission is denied" see below exact error:
/nfs/repo (Permission denied) (Workflow:Copy file from guest to vCO / Scriptable task (item1)#10)
Lastly, I have restarted the vRO/vCO services and in desperation rebooted the appliance many times but still no go.
Any help is appreciated!