Skip to content

3.4.1

Compare
Choose a tag to compare
@alex-aizman alex-aizman released this 14 Apr 04:28

Kubernetes Operator

Bug fixes and improvements

  • bench: add FIO benchmark configuration for repeatable FS benchmarking !4228
  • refactor EC rebalance test !4255
  • improve deploy script !4256
  • docs: Use absolute links !4260
  • lint update v1.32 to v1.39 !4258, !4261, !4262, !4263
  • better checking for rebalance abort !4264
  • revise vmd loading and error handling !4265
  • rlock ios !4266
  • fix keepalive reconfig !4267
  • ios: minor optimizations; vmd: refactor init/load !4268
  • assign Snode flags only when changed !4269
  • fix build for net/http !4270
  • rebalance: mem-pool and fix transport/header !4271, !4272
  • build: 1) upgrade fasthttp and 2) replace x/crypto (deprecated) !4273
  • memsys: refactor sgl allocation !4274
  • ais/s3 API: respond via sgl !4275
  • mem-pool SGL (list, not buffers) !4276

CLI

  • allow user to set aliases !4244
  • move cluster configure to top-level commands !4248
  • show extended EC stats for 'ais show job xaction ecput/ecget' !4249
  • replace 'daemon id' with 'node' in titles !4251
  • don't show all configs by default !4252
  • don't use append() to initialize commands !4253
  • show daemon local config separately !4254
  • revise alias; add list, reset !4257
  • add completion for 'cluster detach' !4259
  • add link to autocompletion scripts to app description !4279
  • add basic k8s support as top level command 'kubectl' !4280
  • ais show log [node]: API and CLI !4277, !4278, !4281