Skip to content

Releases: OpenNebula/addon-linstor

v3.0.2

11 Jun 12:45
@rp- rp-
Compare
Choose a tag to compare

linstor-opennebula 3.0.2

  • tm/snap_create_live: implement (copy from snap_create)

v3.0.1

17 Jan 07:13
@rp- rp-
Compare
Choose a tag to compare

linstor-opennebula 3.0.1

  • tm/mv: now allows to move from crashed/down hosts

v3.0.0

15 Jan 09:20
@rp- rp-
Compare
Choose a tag to compare

From 2.x to 3.x

Linstor system datastore

In version 3.x we removed handling context images within Linstor plugin
and fallback to the tm/ssh implementation.

This means you have to remove the CONTEXT_DISK_TYPE attribute from
the Linstor system datastore, as we now use the default FILE type.

Context images are just read-only ISO files that are recreated everytime
the VM is started and there is not much benefit form having them
as DRBD resources.

The plugin will delete old context images on VM delete and undeploy actions.
If you want to clean up the context images OpenNebula-vm-context-* you need to
stop and start the VM that is still using it (no reboot).

linstor-opennebula 3.0.0

  • Backup support: driver now forwards backup calls to tm/shared driver
  • Removed context image handling, now the default tm/ssh will create ISO context disks
  • Support undeploy/mv actions to none Linstor nodes

v2.2.2

17 Nov 08:41
@rp- rp-
Compare
Choose a tag to compare

linstor-opennebula 2.2.2

  • Fix non hyperconverged setups (prefer_node: always wanted a diskful)
  • Fix tm/delete out of bounds error

v2.2.1

25 Oct 11:29
@rp- rp-
Compare
Choose a tag to compare

linstor-opennebula 2.2.1

  • Fix one version check to ignore patch levels by default

v2.2.0

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

linstor-opennebula 2.2.0

  • Resize: better detection of image format
  • Fixed copying context files from file datastore
  • Fixed tm/monitor with opennebula 6.8

v2.1.0

15 May 07:37
@rp- rp-
Compare
Choose a tag to compare

linstor-opennebula 2.1.0

  • Improved OpenNebula version check
  • fix CDROM/RO-only diskless deletion
  • OpenNebula 6.8.0 compatibility

v2.0.0

16 May 11:26
@rp- rp-
Compare
Choose a tag to compare

linstor-opennebula 2.0.0

  • Removed deprecated LINSTOR_ attributes
  • Use linstor clone API (requiring LINSTOR 1.18.0+)
  • Fixed incorrect place-count if prefer-node was used

v1.1.1

20 Apr 10:14
@rp- rp-
Compare
Choose a tag to compare

linstor-opennebula 1.1.0

  • Fix mkfs execution on remote nodes

v1.1.0

23 Mar 08:32
@rp- rp-
Compare
Choose a tag to compare

linstor-opennebula 1.1.0

  • Support for OpenNebula 6.0
  • add fuseblk as shared exception for deleting files
  • improve detect_image_format and ssh piped commands