open-vault/physical/raft
Brian Kassouf c8dde052f2
storage/raft: Advertise the configured cluster address (#9008)
* storage/raft: Advertise the configured cluster address

* Don't allow raft to start with unspecified IP

* Fix concurrent map write panic

* Add test file

* changelog++

* changelog++

* changelog++

* Update tcp_layer.go

* Update tcp_layer.go

* Only set the adverise addr if set
2020-05-18 18:22:25 -07:00
..
logstore
chunking_test.go
fsm.go
fsm_test.go
io.go
raft.go storage/raft: Add committed and applied indexes to the status output (#9011) 2020-05-18 16:07:27 -07:00
raft_test.go
raft_util.go
snapshot.go
snapshot_test.go
streamlayer.go storage/raft: Advertise the configured cluster address (#9008) 2020-05-18 18:22:25 -07:00
streamlayer_test.go storage/raft: Advertise the configured cluster address (#9008) 2020-05-18 18:22:25 -07:00
types.pb.go
types.proto
varint.go