Skip to content

Releases: OpenNebula/addon-storpool

addon-storpool-25.07.0

03 Jul 13:26

Choose a tag to compare

What's Changed

  • enabled support for OpenNebula v7.0
  • removed a debug case from deploy-tweaks
  • improve readability of the integration-test.sh logging (use capital cases)
  • the UEFI auto configuration option is insupported becase the OVMF vars file is out of the SYSTEM datastore

Full Changelog: v25.06.2...v25.07.0

addon-storpool-25.06.2

18 Jun 09:06
04b63f7

Choose a tag to compare

What's Changed

  • fix a typo in README.md
  • bump the copyright of the files
  • refactor misc/vmDiskStats.sh
  • fix a function argument
  • fix the logic of NO_VOLUME_TEMPLATE when cloning an image
  • set as default, not to set volume template

Full Changelog: v25.04.1...v25.06.2

addon-storpool-25.04.1

17 Apr 14:56

Choose a tag to compare

  • remove a debug logging

addon-storpool-25.04.0

17 Apr 12:51

Choose a tag to compare

  • make clear in the readme that the Persistent Images with PERISTENT_TYPE set are not supported
  • added diskid tag to the VM disk volumes
  • code refactoring and lining with shellcheck
  • the helper tools like volumecare and tagVolumes.sh are working with multisite setups
  • fix the deprecation warnings for storpool CLI
  • better allocation and cleanup of the file descriptors
  • improve and aggregate the calls to the opennebula API via a single function
  • improvements in the log messages for better debugging
  • the readonly disks could be attached RO in storpool too (when READONLY_MODE=ro)
  • various other fixes and improvements

addon-storpool-25.03.0

19 Mar 11:31

Choose a tag to compare

  • refactor the code for linting with shellcheck
  • enable and start the systemd.timer for volumecare in the install script(s)
  • add StorPool QoS class tag for the save-as images
  • refactor the tagging of the StorPool QoS service details
  • fix some deprecation warnings when using the StorPool cli
  • for TM_MAD drivers, use the destination host instead of one from the datastore's BRIDGE_LIST
  • support multiple clusters in misc/tagVolumes.sh and hooks/volumecare helper scripts
  • remove the experimental implementation of SHAREABLE images.
  • add a note in the limitations section of the README.md that SHAREABLE images are not supported

addon-storpool-25.01.2

28 Jan 13:04

Choose a tag to compare

  • Fix a bug in tm/delete that could delete disk symlinks
  • Add JSON and YML docs for the currently supported opennebula versions

addon-storpool-25.01.1

17 Jan 08:35

Choose a tag to compare

fix/bump the release version

addon-storpool-25.01.0

16 Jan 10:51
5ec6eb9

Choose a tag to compare

  • add vc-policy tag to the checkpoint volumes
  • fix deprecation warnings in the volumecare hook handling script
  • add deploy-tweaks/disk-serial script to provide serial numbers to the VM disks
  • Fix a corner monitoring issue case by moving the cahced data from /tmp/monitor to /var/cache/addon-storpool-monitor
  • started documenting known issues

addon-storpool-24.12.0

04 Dec 14:36

Choose a tag to compare

  • fix QoS tag in tm/mvds
  • rework install.sh to copy files instead of using symlinks
  • fixes in the errors handling - to execute the proper order of the finalizing calls
  • various minor fixes and clean-up unused/dead code

addon-storpool-24.11.0

08 Nov 08:39

Choose a tag to compare

  • support opennebula v6.10.1
  • exclude contextualization packages iso files when INCLUDE_CONTEXT_PACKAGES=1 is set
  • fix volumecare helper to tag the NVRAM volumes with volumecare policies
  • add the patch for SG resolving OpenNebula/one#6759
  • refresh the patches for VMM_MAD/reconfigure that are addressing race conditions in libvirt