Releases: LINBIT/addon-linstor
Releases · LINBIT/addon-linstor
v2.0.0
linstor-opennebula 2.0.0
- Removed deprecated LINSTOR_ attributes
- Use linstor clone API (requiring LINSTOR 1.18.0+)
- Fixed incorrect place-count if prefer-node was used
v1.1.1
linstor-opennebula 1.1.0
- Fix mkfs execution on remote nodes
v1.1.0
linstor-opennebula 1.1.0
- Support for OpenNebula 6.0
- add fuseblk as shared exception for deleting files
- improve detect_image_format and ssh piped commands
v1.0.10
linstor-opennebula 1.0.10
- copy now uses fsync in dd instead of sync
- improved logging of ssh commands
- overall PEP8 codestyle
- fix resizing of volatile disks
v1.0.9
linstor-opennebula 1.0.9
- fix prefer node with clone mode snapshot
v1.0.8
linstor-opennebula 1.0.8
- improve handling/reporting errors
- improve initial image size operations
- improve qcow2 image resize detection
v1.0.7
linstor-opennebula 1.0.7
- mvds: use common get_rsc_name
- postmigrate: do not delete the VM folder on shared network filesystems
- clone-snapshot: fix prefer diskful if no storage pool
- support setting disk size on instantiate template ui
v1.0.6
linstor-opennebula 1.0.6
* Use datastore information from target VM and not from Image
v1.0.5
linstor-opennebula 1.0.5
- Storage will now placed on nodes where the VM will be deployed
- Resizes qcow2 images too if format is used
- More error checks for external commands
v1.0.4
linstor-opennebula
- Fix if pre/post-migrate doesn't specify the TEMPLATE argument at all
- Python implementation of arg_path and arg_host bash functions
- Disable snap_flatten for ZFS storage pools
- moved linstor_helper.extender into one package
- Use standard python unittest framework