Skip to content

1.0.0

Compare
Choose a tag to compare
@barakda barakda released this 31 Jan 18:28
· 242 commits to devel since this release
d08860d
  • Version 1.0.0 base version for backward compatibility
  • Make sure listener add works in multi-gateway after subsystem and listeners re-creation Fixes #403
  • docker-compose: support v1 and v2
  • Clean protobuf from unused features, hard code TCP for transport type and only allow IP addr family Fixes #397
  • Use dev Ceph binaries for build Fixes #395
  • Create RBD image if needed when adding a namespace Fixes #386
  • docker,ci,make: add Ceph-Dashboard support and other improvementsDisplay SPDK commit hash in the gateway's log Fixes #383
  • Check subsystem and host NQN validity before passing them to SPDK. Fixes #364
  • Add log messages for huge pages count. Fixes #378
  • When we get a request to create a listener with a foreign gateway name in an update() do not display an error. Fixes #375
  • Add SPDK version to "gw info" command. Fixes #356
  • Squeeze the width of the namespace list table. Fixes #368
  • Only send discovery service async notifications for subsystem and listener updates. Fixes #324
  • Make port a mandatory argument for delete listener command. Fixes #360
  • Make the "host" parameter mandatory in "host add" and "host del" CLI commands. Fixes #361
  • Add prometheus exporter to the gateway
  • Save NVMeOF log in files under /var/log/ceph. Fixes #317