I'm seriously skeptical of this protocol performance. Ethernet and TCP/IP induce a pretty heavy overhead. This overhead is totally acceptable in LAN/WAN networks, but in case of storage network you want to keep latencies as low as possible.
HN user
v0land
What a huge, ugly crotch.
Dreams: "I’ve wanted to create my very own operating system, one which I have complete and total control over."
Reality: Another Debian clone out there.
From https://people.gnome.org/~walters/ostree/doc/ostree-package-...:
OSTree only supports recording and deploying complete (bootable) filesystem trees. It has no built-in knowledge of how a given filesystem tree was generated or the origin of individual files, or dependencies, descriptions of individual components.
Um-m, isn't this what snapshots (e.g. LVM snapshots) are for? Correct me if I'm wrong.
In case of sysadmins, those five points can be boiled down to just two: ability to learn and ethics.
So, as of now, if we decided to create some sort of Open source project, who is willing to devote a few cycles a month to its building?
"You can’t solve social problems using technology".
Sorry to disappoint.
I use SaltStack for managing a render farm consisting of 73 Ubuntu nodes. My requirements are rather simple, really: most states just install some packages, put configuration files into place (sometimes using a template) and enable/start services. However, I can't recall a single problem when setting everything up. SaltStack is clean, simple, and just works.