Releases: OpenNebula/addon-storpool
addon-storpool-18.07.0
changed release numbering the format is YY.MM.N where YY is the year, MM is the month and N is incremental number for each release in the given month
added support for OpenNebula 5.6.0
addon-storpool-5.4.15-0
fix bugs in VM snapshots hooks
fix typo in misc/reserved.sh
add misc/reserved.sh to the installer scripts and note to run and populate RESERVED_CPU and RESERVED_MEM for each host
rework disk stats to generate the reports times faster
removed logging to log-files in /tmp (should be refactored in a future release)
added misc/cleanup_sp_tmp.sh
compatible with OpenNebula up to 5.4.15 (HotFix)
addon-storpool-5.2.1-0
-
bugfix: mkswap for volatile disks (tm/mkimage)
-
bugfix: PROLOG_MIGRATE_UNKNOWN handling in tm/mv
-
sync with opennebula 5.2.1
-
misc script
reserved.sh
to calculate RESERVED_{CPU,MEM} values when cgroups are in use -
disable export to marketplace
-
improve StorPool node ID lookup when it is not locally available
-
handle import of vmdk images
-
monitor_helper-sync - work only on active node in HA setup
release-5.2.0-1
added datastore/export script
Still has issues so not documented yet.
Initial add of market_mad integration (market-storpool)
release-5.2.0-0
Sync with OpenNebula 5.2.0
opennebula-addon-storpool-2.3.0
Big rework of the addon.
For better security now only the front-end needs access to the storage API. This way if one host is compromised it will leverage the impact only on the VMs and storage that is attached to the host.
opennebula-addon-storpool-2.2.2
README.md:
- added fencing-script.sh details
- spelling and wording fixes
install.sh:
- add fencing-script.sh check and installation
hooks/ft/sp_host_error.rb:
- fix logging of sleep counting
- document the -f argument (for the fencing-script.sh)
misc/fencing-script.sh:
- improve fencing
- reject with proper ICMP messages
opennebula-addon-storpool-2.2.1
tm/storpool_common.sh:
- added option to enable forced detach of volumes
hooks/ft/sp_host_error.rb:
- added host fencing capability
- reworked log messages
- reworked code logic to improve false detection
misc/fencing-script.sh
- initial add
https://github.com/OpenNebula/addon-storpool/releases/tag/v2.2.0
- handle possibility of a failure on volume detach
- update patches for 4.14.2
opennebula-addon-storpool-2.1.2
- fix builtin bashism in remote executed script(Ubuntu's default shell is dash)
- fixes in sp_host_error.rb
- fix volatile disk format in all TM_MAD scripts