Skip to content

Releases: LINBIT/addon-linstor

v2.0.0

15 Mar 13:07
@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:18
@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

v1.0.10

05 Feb 07:13
@rp- rp-
Compare
Choose a tag to compare

linstor-opennebula 1.0.10

  • copy now uses fsync in dd instead of sync
  • improved logging of ssh commands
  • overall PEP8 codestyle
  • fix resizing of volatile disks

v1.0.9

09 Jul 05:41
@rp- rp-
Compare
Choose a tag to compare

linstor-opennebula 1.0.9

  • fix prefer node with clone mode snapshot

v1.0.8

09 Jul 05:41
@rp- rp-
Compare
Choose a tag to compare

linstor-opennebula 1.0.8

  • improve handling/reporting errors
  • improve initial image size operations
  • improve qcow2 image resize detection

v1.0.7

29 May 09:21
@rp- rp-
Compare
Choose a tag to compare

linstor-opennebula 1.0.7

  • mvds: use common get_rsc_name
  • postmigrate: do not delete the VM folder on shared network filesystems
  • clone-snapshot: fix prefer diskful if no storage pool
  • support setting disk size on instantiate template ui

v1.0.6

16 Mar 11:05
@rp- rp-
Compare
Choose a tag to compare

linstor-opennebula 1.0.6

 * Use datastore information from target VM and not from Image

v1.0.5

12 Mar 13:31
@rp- rp-
Compare
Choose a tag to compare

linstor-opennebula 1.0.5

  • Storage will now placed on nodes where the VM will be deployed
  • Resizes qcow2 images too if format is used
  • More error checks for external commands

v1.0.4

13 Feb 09:43
@rp- rp-
Compare
Choose a tag to compare

linstor-opennebula

  • Fix if pre/post-migrate doesn't specify the TEMPLATE argument at all
  • Python implementation of arg_path and arg_host bash functions
  • Disable snap_flatten for ZFS storage pools
  • moved linstor_helper.extender into one package
  • Use standard python unittest framework