You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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