moosefs-docker-cluster
moosefs-docker-cluster copied to clipboard
Multiple node MooseFS cluster on Docker
I think I found a bug in the code. Regardless of what we pass in the MFS_HDD_CONFIG environment variable, the value is overwritten by the "echo" command on lines 29...
We are looking at switching from LizardFS (lack of development) to MooseFS and we use Docker containers for our deployment. While looking at DockerHub we could not find an official...
When creating four chunk servers with a single disk (but actually all on the same host disk), environment variable `SIZE=10` one expects to get four chunk servers that show 0GB...
I see you are very selective in defining as to which config parameters are to be modified through ENV variables. I wonder why wouldn't you go with something like: configs=${!*}...