You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)