Skip to content

Releases: LINBIT/linstor-server

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)

v0.6.0

31 Aug 13:42
@rp- rp-
Compare
Choose a tag to compare

linstor-server 0.6.0

  • Feature: DRBD Diskless to diskful and back
  • Feature: Add Swordfish driver support
  • Fix hanging resource-definition delete (if it was empty)
  • Fix incorrect lvm thin pool total capacity
  • Fix snapshot names from migrated resource

v0.5.0

16 Aug 13:40
@rp- rp-
Compare
Choose a tag to compare

linstor-server 0.5.0

  • Split project into components (server, satellite, controller)
  • Deleting storage pools will now notify satellites about it
  • DRBD-options can now be set on parent objects
  • Not all DRBD-option categories worked
  • SSL communications between controller and satellites works again
  • Added support for MariaDB/Mysql
  • DRBD resources file location changed to /var/lib/linstor.d
  • Thin storage pool free space is now reported

v0.2.5

20 Jul 06:45
@rp- rp-
Compare
Choose a tag to compare
  • Fix deleting resource-definitions in the right order (diskless->diskfull)

v0.2.4

18 Jul 06:18
@rp- rp-
Compare
Choose a tag to compare
  • Added volume resizing (expand)
  • Skip initial sync for LvmThin provisioning
  • Query maximum possible volume size
  • Packaging uses standard Linux layout
  • Fixed some race conditions (ResourceStates, FullSync)
  • Improved resource delete behaviour