lieuwex / LirsFS

MIT License
0 stars 0 forks source link

Get an MVP working on DAS-5 #49

Open sholtrop opened 1 year ago

sholtrop commented 1 year ago

With just 2 nodes. I've pulled / compiled the project on DAS-5, runtime-errors immediately because of network-related config issues.

lieuwex commented 1 year ago

This is with cross? Or did you build on das-5 itself?

sholtrop commented 1 year ago

Built on DAS5 myself. Rust + cargo are now installed there. I just reserve a single node for compilation.

lieuwex commented 1 year ago

cool!

sholtrop commented 1 year ago

I'm debugging the "No such file/directory" at the moment

sholtrop commented 1 year ago

Update: Current problem is that create_snapshot creates db.blank. But Raft will use it for both the initial snapshot (snapshot.db) and any snapshots that will be installed. Perhaps we have to differentiate between these using the snapshot id. Will keep working on it.