Object Service doesn't work

I have discovered what the issue is relating to. I believe it might be related to this issue: https://github.com/minio/minio/issues/5080
And this post has some useful information Accessing NFS Share

Since I am running Cells in an LXD container, I have mounted my NFS share from the LXD host to the container. The share already has directories and files in it, so if I mount it prior to adding the Datasource it fails to create the required pydio.grpc.data.objects.local2 service correctly and does not function.

If I add the Datasource prior to mounting the NFS share into the LXD container it works fine. I am currently running a resync on the Datastore and it appears to be working.

This has to be a bug. Why can you mount the share when there are no further directories on the share but not if there are?