Yosuke Hara

Results 42 comments of Yosuke Hara

Thank you for sharing this issue. I'll check it then fix it.

@Argentum88 Thank you for your comment. The answer to your question is as @mocchira wrote.

> @yosukehara @mocchira could you tell when you plan to return to the development of LeoFS? Thank you for your comment. I'm involved in another project from last year. So...

Let me know your LeoManager's configuration file which is `leo_manager_0/etc/leo_manager.conf` and the result of `$ leofs-adm status` to solve the problem.

Sorry for the late reply. Read the following LeoFS' documentation - [Cluster Settings / Consistency Level](https://leo-project.net/leofs/docs/admin/settings/cluster/#consistency-level). The document seems to contain what you want to know.

> Is it save to add new storage node and run rebalance while compaction is in work on all nodes? The main purpose of Data compaction is to remove unnecessary...

@xingxing9688 We don't have a data migration tool yet but we started to consider your request which is to deliver it.

I've create a beta of `erlang-for-leofs dockerfile` and `leo_storage's dockerfile`: - [erlang-for-leofs.dockerfile](https://gist.github.com/yosukehara/d0537c9015852d495d02249672aab6c1) - [leo_storage.dockerfile](https://gist.github.com/yosukehara/42cc2b8e2299a733cc573faa435da116) - [leo_manager.dockerfile](https://gist.github.com/yosukehara/f6c008f341860601caa04e36b403d010) Size of the image files are as below: ``` bash $ docker images REPOSITORY...

@mocchira We already have an [all-in-one dockerfile](https://github.com/leo-project/leofs/tree/1.4/priv/docker) but not master-branch yet. I'm aiming to build a huge cluster on Docker to be able to test that, so I want to...

We publish [the all-in-one LeoFS image on Docker hub](https://hub.docker.com/r/leoproject/leofs-all-in-one). You can try to use it. Furthermore, we have been [testing LeoFS w/it on CircleCI](https://github.com/leo-project/leofs/blob/v1/.circleci/config.yml#L25-L38) after modifying the code.