Releases: OpenNebula/addon-linstor
Releases · OpenNebula/addon-linstor
v3.0.3
v3.0.2
v3.0.1
v3.0.0
From 2.x to 3.x
Linstor system datastore
In version 3.x we removed handling context images within Linstor plugin
and fallback to the tm/ssh
implementation.
This means you have to remove the CONTEXT_DISK_TYPE
attribute from
the Linstor system datastore, as we now use the default FILE
type.
Context images are just read-only ISO files that are recreated everytime
the VM is started and there is not much benefit form having them
as DRBD resources.
The plugin will delete old context images on VM delete and undeploy actions.
If you want to clean up the context images OpenNebula-vm-context-*
you need to
stop and start the VM that is still using it (no reboot).
linstor-opennebula 3.0.0
- Backup support: driver now forwards backup calls to
tm/shared
driver - Removed context image handling, now the default
tm/ssh
will create ISO context disks - Support undeploy/mv actions to none Linstor nodes