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 Fix code copied from gogo using a different proto import (#9009) 2020-05-15 13:45:22 -07:00
fsm_test.go
io.go Fix code copied from gogo using a different proto import (#9009) 2020-05-15 13:45:22 -07:00
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 storage/raft: Fix memory allocation issue and Metadata tracking issues with snapshots (#8793) 2020-04-23 11:11:08 -07:00
raft_util.go
snapshot.go storage/raft: Fix memory allocation issue and Metadata tracking issues with snapshots (#8793) 2020-04-23 11:11:08 -07:00
snapshot_test.go storage/raft: Fix memory allocation issue and Metadata tracking issues with snapshots (#8793) 2020-04-23 11:11:08 -07:00
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 Update to latest go-kms-wrapping and fix protos/etcd (#8996) 2020-05-14 18:45:10 -04:00
types.proto
varint.go Fix code copied from gogo using a different proto import (#9009) 2020-05-15 13:45:22 -07:00