Skip to content

Releases: LINBIT/linstor-server

v0.7.4

17 Dec 18:10
@rp- rp-
Compare
Choose a tag to compare

linstor-server 0.7.4

  • Added migrate disk option to toggle disk command
  • Fixed SQL column sizes inconsistencies
  • Snapshot command fixes
  • Internal reactor library handling fixes
  • Allow correct state reporting on nodes with more than 256 resources
  • Satellite checks now for correct DRBD version
  • Allocated thin volume space is now reported
  • Fixed failure of controller on heavy load
  • Better resource ready detection
  • Correctly restore node id on snapshot restore

v0.7.3

22 Nov 14:47
@rp- rp-
Compare
Choose a tag to compare

linstor-server 0.7.3

  • Added snapshot rollback API
  • Show SyncTarget percentage in volume state
  • Allow resource creation if the satellite isn't connected
  • Fixed storage pool size check in case of a drbdmanage migration
  • Fixed node reconnect creating error reports
  • Fixed a missing write lock on storage pool definition map
  • Multiple fixes to snapshots
  • Database compatibility fixes to ensure linstor runs on all kind of SQL databases

v0.7.2

13 Nov 06:16
@rp- rp-
Compare
Choose a tag to compare

linstor-server 0.7.2

  • Disabled security ACL per default
  • Volume definition resize is now synchronous
  • Snapshot create/deleted now uses reactor library
  • Added reconnect API
  • Replicas-on-same now allows to specify values
  • Prevent creating volumes on different storage drivers (thin/thick mix)
  • Fixed schema problems with latest flyway library (postgresql)

v0.7.1

13 Nov 06:16
@rp- rp-
Compare
Choose a tag to compare

linstor-server 0.7.1

  • Fix: Deleting thin volumes didn't correctly clean up free space information

v0.7.0

30 Oct 13:25
@rp- rp-
Compare
Choose a tag to compare

linstor-server 0.7.0

  • Basic DRBD Proxy support
  • Resource can now created in a batch (used for drbdmigrate)
  • More synchronous operations (auto-place, storage-pool create)
  • linstor-config: improved sql-script command
  • Added list API for resource connection
  • Fix: drbdsetup events2 parsing will be restarted if process dies
  • Fix: resource create check available size
  • Fix: Delete snapshots on node lost command
  • Fix: SSL configurations files are now resolved from config directory
  • Fix: Some race conditions are avoided

v0.6.5

02 Oct 08:42
@rp- rp-
Compare
Choose a tag to compare

linstor-server 0.6.5

  • Fix: Thin drivers often didn't correctly skip the initial sync
  • Fix: ZFSThin is now correctly marked as thin driver
  • Fix: Added Controller node could produce null pointer exceptions
  • Fix: ConcurrentModificationException if Satellites went offline
  • Fix: Satellite and Controller have different command line parsers now
  • Fix: Resource that run on a broken storage pool can now be deleted
  • Fix: If a Satellites has a broken storage pool it won't fail anymore reporting other storage pools

v0.6.4

14 Sep 12:40
@rp- rp-
Compare
Choose a tag to compare

linstor-server 0.6.4

  • Fix atomically move of linstor-common.conf file on some systems
  • Storage pools are now displayed even if one node has a broken storage pool
  • Better error message for broken storage pools
  • RPM packages now again contain firewalld service files

v0.6.3

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

linstor-server 0.6.3

  • Add zfs thin support
  • Fix a race condition with drbd reading incomplete res files
  • Fix 100% cpu usage on satellite startup if drbd-utils missing
  • Fix access to deleted volume data
  • Fix satellite timeout if a external command takes too long
  • Fix missing resource definition delete on node lost

v0.6.2

03 Sep 13:22
@rp- rp-
Compare
Choose a tag to compare

linstor-server

  • Fix: FreespaceMgr migration was still missing some entries in SECURITY ACL table
  • Fix: Controller trying to connect to none satellite nodes

v0.6.1

03 Sep 09:40
@rp- rp-
Compare
Choose a tag to compare

linstor-server

  • Fixed database migration from version <0.6.0
  • Fixed NPE on storage pool list if node is not connected
  • Set database connection timeout, to avoid timed out connections (MariaDB)