infinit / infinit

The Infinit policy-based software-defined storage platform.

Home Page:http://infinit.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

infinit-network --cache and --async sometime cause trouble and how to get rid those <block>

kocoten1992 opened this issue · comments

When I do

infinit-network run  --cache --async --publish //old version, I haven't test on the newest version infinit network yet

Sometimes it causing "unable to find missing block" (on terminal screen), "input/output" error (when I'm trying to access the mount volume), when I disabled both --cache and --async, thing get smooth.

Another problem is, it is unable to delete those (normally would be on /home/myusername/.local/shared/infinit/filesystems/block/..., when I already delete the files, those block remain and unable to get rid of. (It keep filling up my hard drive).

Any option on this?

Hi! Sorry my notification were disabled for some reasons.

Can you try with each option (--cache and --async) individually please?

My guess is that you might have a broken async block.

infinit journal is a tool to show pending asynchronous operations.

Can you run infinit journal describe --network <network_name> --as <user> and paste the output please?

I'm closing this issue. It's too old and we don't have enough data to reproduce.