Skip to content

Releases: OpenNebula/addon-linstor_un

v1.8.2

19 Nov 13:39
0b460d2
Compare
Choose a tag to compare
  • Autodetect monitoring format
  • Fix size variable name

v1.8.0

20 Apr 07:36
16f9cc6
Compare
Choose a tag to compare

Support OpenNebula v6.0

For older versions please recover original context after upgrade:

cp -f /var/lib/one/remotes/tm/{ssh,linstor_un}/context

v1.7.4

19 Jan 22:02
cd4f834
Compare
Choose a tag to compare
  • enhanced parser for disk options
  • fix live-migration for volatile drives

v1.7.3

14 Jan 15:16
facef85
Compare
Choose a tag to compare
  • fix live-migration for multiple CDROM consumers
  • fix snapshot reverting with external snapshots
  • add support for S3 URLs in downloader.sh #15

v1.7.2

26 Nov 11:48
585ef59
Compare
Choose a tag to compare
  • Fix case typo in non resource-groups mode

v1.7.1

25 Aug 14:52
Compare
Choose a tag to compare
  • Minimal supported OpenNebula version bumped to 5.8
  • Minimal supported LINSTOR version bumped 1.7.0+ for server, and 1.1.1+ for client
  • VMs monitoring boosted and now working 10 times faster
  • Support new monitoring for OpenNebula 5.12
    (for older versions please use LEGACY_MONITORING=1 option)
  • Using query filters to search resources by property in LINSTOR
  • Exclude tie breaker resources on the client side
  • Always execute domfsthaw trap #11
  • Avoid caching for downloading RAW images over HTTP
  • Remove xargs dependency

v1.6.3

29 Jun 14:02
Compare
Choose a tag to compare
  • Fast import for raw images
  • Use native library for calculating image size

v1.6.1

29 Jun 14:03
Compare
Choose a tag to compare
  • Fix getting size for qemu4

v1.6.0

20 May 15:26
Compare
Choose a tag to compare
  • Use dd instead of cat for sparse feature
  • Support specifying multiple storage pools for auto placing
  • Required versions of linstor-server 1.7.0+ and linstor-client 1.1.1+

v1.5.0

24 Apr 00:59
Compare
Choose a tag to compare
  • Added support for resource groups, since now it is preferred mode for creating resources.
  • Parameter AUTO_PLACE renamed to REPLICA_COUNT (old one is still working)
  • Added locking mechanism for better concurrency.
  • Added support for specifying LS_CERTFILE, LS_KEYFILE, LS_CAFILE parameters.
  • Snapshots are significantly accelerated by using new API which is not implemented in linstor-client yet.