We have a Debian 9 server which was running Cells 1.2.2, had cells data mounted at /mnt/data/pydio/.
Additional to that we have 2 network shares mounted via smb/cifs to /mnt/data/pydio/data1, /mnt/data/pydio/data2, all lover caps and one word, and Cells worked normally.
Yesterday we upgraded to 1.4.0 and Cells became unresponsive, can’t access workspaces, can’t add folders and files, …
After we unmounted network shares and restarted Cells we regained normal functionality. Tested it few times and every time same behavior. Cells is broken when remote shares are mounted.
Unmounted the folders so they are no longer attached to the server via cifs/smb on OS level, and restarted Cells.
Currently they are not even configured as datasources, they break Cells just by being mounted on OS level in the folder designated for Cells datasources.
I have 2 samba shares mounted in Pydio Cells datasources folder that is correct.
Currently they are not used as datasources they are just mounted there, but we would like to use them as datasources.
|2019-03-01T13:04:37.756+0100|ERROR|pydio.grpc.data.sync.cellsdata|Could not run |{“error”: “objects not reachable”}|
|2019-03-01T13:04:37.972+0100|ERROR|pydio.grpc.data.sync.test|Could not run |{“error”: “objects not reachable”}|
|2019-03-01T13:04:38.549+0100|ERROR|pydio.grpc.data.sync.personal|Could not run |{“error”: “objects not reachable”}|
|2019-03-01T13:04:38.635+0100|ERROR|pydio.grpc.data.sync.pydiods1|Could not run |{“error”: “objects not reachable”}|
If the datasource server cannot reach the shares(folders) and therefore sync, this should happen,
you could notice inside your folder where the datasource is pointing a .minio.sys folder.
Hi,
it could be related to that,
i tried with samba shares mounted directly like you setup, i also tried to mount and use symbolic links to mounted to the samba shares (of course set my rights on the samba shares) and did not manage to make it work.
it was with 1.4.0,
now i’m gonna take a look at 1.2.2 to see what i get.
Maybe my guess would be that you mount your samba share somewhere else and then use a symbolic link if you want to access the data with cells.
Hi,
so basically after testing, i realized that because we write a .minio.sys in the parent folder your datasources must point to alteast 1 level inside the sambashare for instance,
/mnt/data/smbshare/ and make the datasource point to it,
that is to make a samba share volume work.