AIOZNetwork / aioz-dcdn-cli-node

Apache License 2.0
10 stars 3 forks source link

Get "disk not found" error when starting node in google cloud vm #1

Open cynic-1 opened 4 months ago

cynic-1 commented 4 months ago

Using Google Cloud e2-micro instance, wth AMD Rome CPU. Full log: cynic2001@instance-20240222-064127:~/aioz$ ./aioznode start --home nodedata --priv-key-file privkey.json 2024-02-22 08:55:41.151Z ERR GetDiskModel err="disk not found" path=nodedata/data 2024-02-22 08:55:41.151Z INF starting worker address=0xAFDd06ebB0e99B0bDbaa7FD56BEb2EeeFEe275cF 2024-02-22 08:55:41.152Z INF version arch=amd64 commit=a76a23db9ca47d82b61fd104b9ff6c16e1ea5c21 os=linux ver=1.1.0 2024-02-22 08:55:41.227Z INF Dialed hub addr=main-hub.aioz.network:443 module=grpc-client 2024-02-22 08:55:42.582Z INF Start receiving tasks module=TaskManager 2024-02-22 08:55:42.583Z INF Connected addr=main-hub.aioz.network:443 module=grpc-client

crypto-morph commented 3 months ago

Also true running on standard Ubuntu - same "disk not found" error. Very little documentation / source code to look through to work out what could be wrong - directory exists (created by tool) and is writable.

crypto-morph commented 3 months ago

Looks like service still works - just took ages to move from zero - so appeared to be broken.