Release 0.5.8

- Add heartbeats (fixes failover in case of network issues or offline nodes)
- Fix a bug where a PG could incorrectly become listed as 'incomplete' if historical osd_sets
  included a set with the the PG's primary OSD as the only alive one
- Use osd_out_time = 10 minutes by default instead of 30 minutes
- Make monitors stick to a single selected etcd URL on start and not try to select random ones
  on every request - this was leading to etcd interaction errors when some etcds were unavailable
This commit is contained in:
Vitaliy Filippov
2020-03-09 02:38:17 +03:00
parent bd178ac20f
commit 19e47a0279
7 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
vitastor (0.5.7-1) unstable; urgency=medium
vitastor (0.5.8-1) unstable; urgency=medium
* Bugfixes