Skip to content

Release v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Mar 15:01

Features

  • When creating a resource (iSCSI, NVMe-oF, or NFS), LINSTOR Gateway will now do a basic check for IP collisions. If the provided service IP is already in use by another resource, an error will be thrown. (48ac850)

Fixes

  • The CLI will no longer print the usage information whenever an error happens. (4e2cc19)
  • When listing resources, degraded resources could previously be displayed twice. This was changed so that every resource only gets reported once. (a4b56ce)
  • Remove a check that verifies a resource is stopped before adding a volume. Adding volumes works just as well on running resources. (8426c36)