I read the following on the front page in etcd:
etcd is a strongly consistent, distributed key-value store that provides a reliable way to store data that needs to be accessed by a distributed system or cluster of machines. It gracefully handles leader elections during network partitions and can tolerate machine failure, even in the leader node.
What do they mean by "strongly" consistent? How does their consistency model relate to perhaps more formal or established definitions of sequential and linear consistency?