Skip to content

Releases: OpenNebula/addon-storpool

addon-storpool-18.07.0

17 Jul 14:02
a8cf91c
Compare
Choose a tag to compare

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

26 Jun 13:51
ba9dd34
Compare
Choose a tag to compare

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

05 Mar 11:43
Compare
Choose a tag to compare
  • 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

25 Nov 14:00
Compare
Choose a tag to compare

added datastore/export script

Still has issues so not documented yet.

Initial add of market_mad integration (market-storpool)

release-5.2.0-0

10 Nov 10:03
Compare
Choose a tag to compare

Sync with OpenNebula 5.2.0

opennebula-addon-storpool-2.3.0

04 Apr 14:49
Compare
Choose a tag to compare

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

07 Dec 10:11
Compare
Choose a tag to compare

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

04 Dec 08:20
Compare
Choose a tag to compare

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

26 Nov 10:08
Compare
Choose a tag to compare
  • handle possibility of a failure on volume detach
  • update patches for 4.14.2

opennebula-addon-storpool-2.1.2

12 Nov 13:08
Compare
Choose a tag to compare
  • 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