Closed o5 closed 8 years ago
the 2.0 beta is still currently configured to use 9p for file sharing, not nfs. i'm working on reverting back, however.
your error is almost definitely because 9p doesn't report available space on a device, which symfony checks before writing files. it believes there's no space on the device so refuses to write the file.
this will be fixed after i move back to nfs
@nlf, just curios why 9p didn’t work out for dlite? I have no problems with NFS so far, didn’t know 9P is stiil maintained either :)
Hi there,
I'm trying version
2.0.0-beta5
, but NFS is probably not configured. I think, some record should be in/etc/exports
, or not?I'm getting
Failed to write cache file "/var/www/var/cache/dev/classes.php".
from my Symfony APP which runs in container. I fixed the same issue with project docker-machine-nfs when I used Docker Toolbox / VirtualBox.Thank you!