Skip to content

Releases: LINBIT/linstor-server

v1.23.0

23 May 08:02
@rp- rp-
Compare
Choose a tag to compare

[1.23.0] - 2023-05-23

Added

  • query-all-size-info API to query-size-info for all currently available resource groups

Changed

  • SOS-Report has now a parent directory in the tgz file
  • SharedSPName have now a less strict name checking
  • Improved error handling with broken storage pools

Fixed

  • MakeAvailable: Fix incorrect deletion of TIE_BREAKER flag
  • SOS-Report missing some rolling .log.zip files
  • Offline satellite: Fixed handling of offline satellites
  • Rsc,Delete,Takeover: Fix possible double tiebreaker scenarios
  • Fixed DRBD config for nodes with purely numerical host names
  • Remove/ignore auto-verify-algo property if disabled on controller

v1.22.1

27 Apr 14:51
@rp- rp-
Compare
Choose a tag to compare

[1.22.1] - 2023-04-27

Fixed

  • NodeCon: Fixed compareTo() causing node connection paths loaded incorrectly.
  • LinstorScope not always enter and exit correctly.
  • Make-Available API not correctly upgrading a tiebreaker to a diskless resource.

v1.22.0

17 Apr 13:28
@rp- rp-
Compare
Choose a tag to compare

[1.22.0] - 2023-04-17

Added

  • "StorDriver/LvcreateSnapshotOptions" and "StorDriver/ZfsSnapshotOptions" properties
  • "FileSystem/User" and "FileSystem/Group" properties for root-owner of newly created FS
  • Support to do multiple snapshots within one device manager run

Changed

  • Autoplacer now ignores occupied values from evicted or evacuating nodes
  • DrbdLayer skips processChildren when DRBD_DELETE flag is set

Fixed

  • Backup list can now handle more than 1000 entries in bucket (truncation/continuation was handled wrong before)
  • NodeConnection path can now be deleted
  • NodeConnections no longer cause NPE on satellites
  • Database loading causing ClassCastException with drbd,luks,storage during toggle disk
  • Aborted snapshot now always should resume-io

v1.21.1

22 Mar 15:44
@rp- rp-
Compare
Choose a tag to compare

[1.21.1] - 2023-03-22

Changed

  • auto-resync-after for DRBD will be disabled by default (because it can triggers a DRBD bug)

Fixed

  • Fixed available size reported by query-size-info API

v1.21.0

14 Mar 13:03
@rp- rp-
Compare
Choose a tag to compare

[1.21.0] - 2023-03-14

Changed

  • Added more details (primary keys) for database-loading exceptions
  • ZFS tool checker now uses zfs -?

Fixed

  • Fixed apparent ETCD corruption / database-loading bug
  • Run resync-after manager on every controller startup

v1.21.0-rc.1

28 Feb 11:55
@rp- rp-
Compare
Choose a tag to compare
v1.21.0-rc.1 Pre-release
Pre-release

[1.21.0-rc.1] - 2023-02-28

Added

  • query-size-info API as a better version of query-max-value-size API
  • Linstor now automatically sets the resync-after property for drbd resources, grouped by storage pools

Changed

  • Added zfs list check for ZFS support to ensure that the zfs-utils are also installed, not just the kmod
  • Use recommended command sequence for SED initialization and improve error recover

Fixed

  • Fixed DRBD size calculations with non-default peer slots
  • Fixed aborting Snapshot procedure (make sure resume-io is executed)
  • Fixed AutoSnapshot scheduling bug
  • Fixed rollback after clearing entire PropsContainers
  • Fixed that too many concurrent Snapshots led to unnecessarily long suspend-io state
  • Fixed resource getting activated instead of deactivated in shared-sp

v1.20.3

26 Jan 09:46
@rp- rp-
Compare
Choose a tag to compare

[1.20.3] - 2023-01-26

Changed

  • pvdisplay now ignores drbd devices(lvm filter)
  • Volume definition setSize checks now for out of bounds sizes

Fixed

  • Fixed typo in VDO slab size commandline argument
  • Fixed peerslot check also counting diskless resources
  • Fixed storage pool definition delete not checking if there are still other storage pools
  • Fixed resource definition create showing real exception because of a followup exception
  • Fixed resetting resource flags to now incompatible drbd resource flags

v1.20.2

15 Dec 06:12
@rp- rp-
Compare
Choose a tag to compare

Fixed

  • Can now use snapshot restore on a snapshot created by a backup create
  • Fixed migration of orphan objects

v1.20.1

13 Dec 13:51
@rp- rp-
Compare
Choose a tag to compare

[1.20.1] - 2022-12-13

Added

  • Added NodeConnection API. Currently only used for path settings (similar to rscCon, but on node level)

Changed

  • Only delete DRBD resource files after successful Controller connection (before on startup)
  • MKFS: always skip discard on ZFS backed volumes
  • Client resource DRBD ready state as soon as 2 nodes are connected (before it waited for all)
  • ResourceGroup-Spawn: Always assume partial mode if resource group doesn't have any volume groups
  • Upgraded okhttp 3rd party library, to fix a IPv6 TLS bug
  • Satellite now only deletes old .res files after controller established connection (instead of after startup)

Fixed

  • Orphan StorPooDfn, KeyValueStores and SnapDfn are now deleted with all their child objects
  • ErrorReports delete ignored since parameter if no other was specified

v1.20.0

18 Oct 08:30
@rp- rp-
Compare
Choose a tag to compare

[1.20.0] - 2022-10-18

Added

  • Added SnapshotVolumeNode as part of SnapshotNode to include a snapshot state
  • Status of EBS volumes and snapshots are now queried periodically
  • Added property DrbdOptions/ForceInitialSync that forces thin resources to do an initial full sync

Fixed

  • Snapshots and SnapshotVolumes now properly delete their properties + cleanup migration existing DB entries
  • Randomized Cluster/LocalId for CRD setups since all installations had the same ID
  • Backup restore now creates new DRBD metadata and forces the initial sync to be a full sync