Skip to content

Releases: OpenNebula/addon-storpool

addon-storpool-22.05.1

23 May 11:24
6c87882
Compare
Choose a tag to compare
  • Enable support for OpenNebula 6.4
  • New deploy-tweak helper: sysinfo_smbios.py
  • Improve autoconfiguration with defaults for 6.0, 6.2 and 6.4 and fix a typo
  • Fix deploy-tweaks helpers to work with Python3

addon-storpool-21.05.0

05 May 11:19
1803c4e
Compare
Choose a tag to compare

Fix libvirt/qemu-kvm flaws with VM updateconf
Refactor vmm/prereconfigure patches for 6.0+
Python2/3 compatibility of datastore/xpath_multi.py
Tag context ISO volumes with nvm tag (for volumecare)
Clean up code and patches for unsupported /old versions
Enable support for one-6.4-beta

addon-storpool-22.02.0

16 Feb 14:49
a993274
Compare
Choose a tag to compare

fix getting SP_OURID from the host attributes
fix opennebula kvm MAD with patches:

  • fix parsing the output returned by virsh
  • define the context iso as a block device (mandatory for RHEL8 AV and derivates)
    fix support for multiple (StorPool) clusters
    fix import from (private) S3 marketplace

addon-storpool-21.11.2

15 Nov 15:16
3ccc357
Compare
Choose a tag to compare

(re)create symlinks on PROLOG_MIGRATE_POWEROFF

addon-storpool-21.11.1

09 Nov 11:27
a9c5a94
Compare
Choose a tag to compare

same as v21.11.0 just missed to bump the release in the code

addon-storpool-21.11.0

09 Nov 11:24
bb599e1
Compare
Choose a tag to compare
  • enable installation on OpenNebula 6.2
  • misc/vmsnapscheck.sh to check for (in)consistency in VM Snapshots against StorPopol Snapshots.
  • handle race condition in host-error ft case OpenNebula/one#5564
  • bugfix in VC safeguard routine
  • rework datastore/export:
    • support temp export file with QCOW2 format
    • option to report other than ssh:// as a transport method (if needed)
  • option to enable logging to a file (if needed)
  • option to set HOST_ID for shared system datastore monitoring(if needed)

addon-storpool-21.08.0

18 Aug 14:28
fcdfc7d
Compare
Choose a tag to compare

New features:

  • OpenNebula 6.0 support:
    • Report Image format on import
    • Create disks with filesystem
    • Shareable persistent Images (experimental, single frontend only)
    • Export to a private marketplace (preview)
  • CentOS 8 support

New extras:

  • Delayed StorPool Volumes delete
  • UEFI Normal/Secure boot with nvram stored as a StorPool volume
  • Option to include the contextualization packages in the contextualization CDROM
  • update ISOLCPUS variable for hosts via reserved.sh script
  • deploy-tweaks:
    • video.py
    • os.py
    • volatile2dev.py - handle all "file" block devices

Bug fixes:

  • VM Snapshot - better VM disk snapshots detection
  • VM Migrate when the state is UNKNOWN
  • Error handling in deploy-tweaks

Refactoring and improvements:

  • logging
  • auto-configuration (disabled by default)
  • VM Save/Restore handling
  • VM disk monitoring
  • installation scripts
  • VM Snapshot scripts
  • improved indentation function in *-tweaks
  • RAFT leader IP detection
  • StorPool node ID detection
  • set DISK and TYPE to 'raw' during Image import
  • Integration test
  • updated OS package deps
  • handle Marketplace Apps with image SIZE=0
  • nicstats monitoring script
  • VolumeCare helpers
  • Documentation

addon-storpool-20.07.0

03 Jul 15:27
19392dd
Compare
Choose a tag to compare
  • add domain tweak for basic online resize of CPU and RAM
  • update Sunstone patches (disabled by default, though)
  • update TM_MAD patches
  • refactor the monitoring code to support the new 5.12+ monitoring protocol
  • update the nicstats monitoring probe script to support the new 5.12+ monitoring protocol
  • rework the install script to address the Policy changes in 5.12+
  • use ssh_forward function where available
  • fixes for live migration
  • introduce attach_disk.storpool to workaround OpenNebula/one#3245
  • rework checkpoint save/restore to raw volume (implement the workaround for OpenNebula/one#3271 from Kvaps)
  • refactoring related to StorPool VolumeCare
  • disable all additional extras from the standard installation/configuration to resolve the OpenNebula Policy changes
  • address the changes in the installation procedure described in the Readme.md file
  • refactor debug messages and levels

addon-storpool-20.05.1

26 May 13:43
1794d92
Compare
Choose a tag to compare

add migrate-storpool with basic helpers
add tags to VM snapshots
smarter undeploy - do not copy back to frontend when only StorPool backed disks are used

addon-storpool-20.05.0

07 May 13:00
26d3eef
Compare
Choose a tag to compare
  • OpenNebula 5.10.5
  • fix vmSnapshots delete
  • autoconf related fixes
  • rework volume attach/detach for live migrations