Skip to content

Releases: openvstorage/alba

Alba 1.3.25

28 Aug 09:23
Compare
Choose a tag to compare

important : alba.1.3.25 needs arakoon.1.9.22

Bugfixes:

  • remove broken objects from cache namespaces (#641)
  • add last_updated field for proxy namespace stats (#630)
  • update preset propagation state on namespace deletion (#803)
  • improvement for hanging deduped osd message delivery (#804)
  • fix various space leaks (#808)

Varia:

  • dev-edit-config cli addition (#801)
  • move toolchain to ocaml.4.04.2 (#805)
  • cleanup command for leaked objects (see #774 for details)
  • proxy statistics improvements (backport) (#807)
  • instrumentation to track space leaks (#808)
  • optional fail fast on bad blits (#808)

Alba 1.3.24

22 Aug 09:44
Compare
Choose a tag to compare
  • fix centos-docker file ( #791)
  • cli improvements ( #790)
  • fix hang in test_automatic_repair (#793)
  • dedup of cache namespace creation (#794)
  • logging improvements (#795)
  • fix asd & proxy server memory leak (#796)

Alba 1.3.23

16 Aug 17:50
Compare
Choose a tag to compare

important : Alba 1.3.23 needs arakoon 1.9.20

bugfixes:

  • deleting a global namespace leaks object ( #776 )
  • tiny space leaks in erasure coding ( #784 )
  • proxy should refresh abm_cfg of fragment cache ( #777 )
  • slow partial reads in combination with replication ( #788 )

other:

  • change and document lwt_preemptive pool sizes ( #782 )
  • cpp test runner improvement ( #785 )
  • move to arakoon 1.9.20

Alba 1.3.22

28 Jul 17:15
Compare
Choose a tag to compare
  • bugfix for concurrently entering the albamgr plugin for the first time #771

Alba 1.3.21

28 Jul 12:30
Compare
Choose a tag to compare
  • fix for data corruption on fragment repair #770
  • fix delete preset bug #767
  • fix list-namespaces-by-id --to-json output #768
  • dev-mark-work-items-range-completed cli addition #766
  • fix list-purging-osds count output #769

Alba 1.3.20

26 Jul 09:53
Compare
Choose a tag to compare
  • list-work in multiple steps + optimize fetching only the work count (#760, #762)
  • bugfix for preset update (#764)

alba 1.3.19

18 Jul 13:55
Compare
Choose a tag to compare

important: Alba 1.3.19 needs Arakoon 1.9.19

Bugfix:

  • preset propagation issue fix ( #759 )

Various:

  • allow update of preset's fragment size (alba-ee backport) ( #758 )
  • cli list-work will no longer fetch all items at once.

alba 1.3.18

12 Jul 16:07
Compare
Choose a tag to compare

Bugfix:

  • Preset creation fails with Failure Alba_json.Preset.t.version on 1.3.17 ( #753 )

Alba 1.3.17

12 Jul 10:41
Compare
Choose a tag to compare

Bugfixes:

  • command line interface: $(NAMESPACE) doesn't work here ( #735 )
  • fix alba_osd disqualification due to race in message delivery ( #737 )
  • don't leak fd if fsync fails ( #742 )
  • decouple pool invalidation and retry strategy ( #596 )

Various:

  • stabilize arakoon changes test ( #569 )
  • cli to force preset propagation ( #752 )
  • less license header bloat ( #743 )

Alba 1.3.16

01 Jun 10:08
Compare
Choose a tag to compare

important: Alba 1.3.16 requires Arakoon 1.9.18

Bugfixes:

  • C++ client: fix hang of rora request ( #719 )
  • make sure blob cannot be destroyed prematurely ( #721)
  • allow older gcrypt for challenged distros ( #720 )
  • maintenance agents cause NotMyTask on restart ( #696 )
  • log & die when negative disk usage detected ( #209 )
  • LRU redis eviction ( #690)
  • consider removal of broken objects ( #730 )

Various:

  • no longer use janestreets's repo ( #731)
  • robustify stress2 ( #715 )
  • more functions are tail recursive ( #717 )
  • cleanup a few todos ( #727 )
  • nsm host statistics with --to-json ( #729 )
  • less dropping of abm connections ( #718 )