Skip to content

v1.3.0

Compare
Choose a tag to compare
@chrboe chrboe released this 06 Nov 12:53
· 61 commits to master since this release

Features

  • The status command will now show what node a resource is running on. (106dfc8)
  • The check-health command now differentiates between "agent", "server", and "client" mode, checking the requirements for the respective mode of operation. (e0b2507)
  • All create commands now use -r as the shorthand flag for resource groups. Previously, iSCSI used -g instead -- this shorthand is now deprecated. (5b0eb9a)
  • When creating an iSCSI target, the --implementation flag can now be used to specify what iSCSI target implementation should be used by the underlying resource agent. (e6bcc14)
  • When a step in the creation of a resource fails, the resources created in previous steps will now be cleaned up. This avoids "resource already exists" errors. (434d2d1)
  • When installing LINSTOR Gateway via rpm, the drbd-reactor auto-reload files will now be copied to the appropriate place automatically. (736cd2a)

Fixes

  • The check-health command now finds the correct path to the drbd-reactor documentation directory more reliably. (bc4747a)