GUEST.it

Results 106 comments of GUEST.it
trafficstars

Any update on this ?

So, to be clear, now i can order a PanelDue and use that to control the Marlin like with a duet and reprapfirmware?

Any update or ETA on this? I'm waiting for this merge before buying a PanelDue

@cratoo interesting solution with etcd, I was thinking the same some days ago. Is your configuration private or can be published somewhere?

Why are you setting master as the current node? What if you have multiple shadows? All shadow will became master as all shadow will see a failed etcd

Really interesting. Why not publish the Python script even if unfinished? Maybe someone could help with bugfix

That would be great as starting point for HA in lizard. Etcd is very easy to setup and configure and automatic failover with multiple servers without using the over bloated...

With consoul should be even easier, as there is a native locking system that allows one or more servers to hold a resource with a global lock. After leader election,...

With consul I was able to create a relatively simple multi-node failover. lizardfs-master set to run a **shadow** on every node. i've defined a consul watcher for key `leader` that...