Alright Charles, We have a dedicated server hosted in a vmware architecture running:
Distributor ID: Ubuntu
Description: Ubuntu 18.04.2 LTS
Release: 18.04
Codename: bionic
The OS is running off of a single virtual hard disk and the data is on another virtual hard disk and mounted under /datastore and all rights are assigned to the Pydio user.
the datastore looks like this:
/datastore$ tree -L 2
.
├── lost+found [error opening dir]
└── pydio-data
├── cellsdata
├── drops
└── personal
Then we have 3 Datastores:
Which uses the local Peer address: 192.168.10.X (As I understand, this is for local communication only right?) and the folder is linked to the /datastore/pydio-data/datasource-name
Then I get the following error when trying to delete a file:
ERROR pydio.grpc.data.sync.personal Error while deleting node {“path”: “/ling.accent/11422 - TLZ - PSA Taltz Chinese PatientBrochure_Simplified_v3[1].pdf”, “error”: “{“id”:“go.micro.client”,“code”:408,“detail”:“context canceled”,“status”:“Request Timeout”}”}
And I’d get the following error while trying to create a folder(But there are a lot of them):
ERROR pydio.grpc.data.sync.cellsdata Error while creating file {“path”: “test/.pydio”, “error”: “{“id”:“go.micro.client”,“code”:408,“detail”:“context canceled”,“status”:“Request Timeout”}”}
ERROR Could not find DataSource pydiods1 {“currentSources”: [“drops”, “personal”, “cellsdata”]}
PS: I disabled pydiods1 and change Pydio.json default datastore from pydiods1 to personal and this error is gone.
Strangely enough, its alway related to a Request timeout, could it be related to micro services (I don’t know Go to be honest, but I’m a software architect ;)) and I can upload files, but everything else seems to be queuing request which times out.
I just disabled datasource pydiods1 to validate it wasn’t causing the issue and since we’re not using it.
I could provide you with the entire log from today if you care to tell to which email address I could send it to.
Let me know what to do next.
Thanks,
Yannick