Zicklag

Results 652 comments of Zicklag

[SeaweedFS](https://github.com/chrislusf/seaweedfs) has you specify multiple IP addresses and I ( just a guess ) think it might just try them each until one works. I read a bit about [TiKV](https://github.com/tikv/tikv)...

I had an idea earlier about a possible workaround. It might require the development of a small proxy utility, but it wouldn't require changes to LizardFS: Using uRaft, the LizardFS...

LizardFS is now under new management ( see https://github.com/lizardfs/lizardfs/issues/805#issuecomment-528899790 ) so hopefully LizardFS will start to get back on track again.

@fatalsaint I'm so glad that it worked for you. :tada: I'll add a note about creating the `/docker/volumes` path on the LizardFS filesystem.

So here are a couple of issues that I have run into while using the plugin in my Swarm cluster. I'll try to fix them soon, but for now I...

I just updated the yaml for Swarm deployment and changed the directory used for mfsmaster-shadow storage. I previously had the shadow master's storage dir as `/lizardfs/mfsmaster-shadow` on the host, but...

@johny-mnemonic Glad you are trying it out! I think the issue that you are having might be because of permissions. I forgot to mention in the docs that the `/lizardfs/*`...

@johny-mnemonic That's awesome! I'm glad you got it working! BTW the way that I got that empty `metadata.mfs` in the bind mount was to copy the file to `/metadata.mfs.empty` (...

The hostname is automatically used by the chunkserver when it joins so that should work. I didn't know about the `{{.property.name}}` syntax. Is that expanded in the stack file? That...

OK, maybe it isn't based on the hostname of the chunkserver. I should be able to add it to the configure script to set the name based on the container...