Releases: OpenNebula/addon-storpool
Releases · OpenNebula/addon-storpool
addon-storpool-25.07.0
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
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
- remove a debug logging
addon-storpool-25.04.0
- 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
- 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
- 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
fix/bump the release version
addon-storpool-25.01.0
- 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
- 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
- support opennebula v6.10.1
- exclude contextualization packages iso files when
INCLUDE_CONTEXT_PACKAGES=1is 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