Nextcloud not responding
- 
Turns out while that storage volume has the issue it was not really used. The issue was that /app/data/config/config.phphas the data directory set to/app/code/datainstead of/app/data. Not sure how this happened. But resetting that config value makes it come up again.
- 
@tadeas it seems permissions don't work on the volume . It's also mounted by via sshfs/fuse. I am not sure how well this works. Any reason not to use NFS if it is block storage? # chown root /mnt/storage_box/xx chown: changing ownership of 'xx': Permission denied@girish I think this was a working solution two years ago and I have not touched it since then. It was only used to mount a directory so that it would be visible form Nextcloud. While looking for a solution I have removed it from nextcloud so that's why it was not used. 
- 
Turns out while that storage volume has the issue it was not really used. The issue was that /app/data/config/config.phphas the data directory set to/app/code/datainstead of/app/data. Not sure how this happened. But resetting that config value makes it come up again.
 
