mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-8964: Can't create volume from snapshot of a removed volumeThis issue happens on KVM as well. This is because the volume info is missing in the CopyCommand once the volume has been removed. When the KVM agent tries to process the command, it will throws a NPE. * pr/976: CLOUDSTACK-8964: Can't create volume from snapshot of a removed volume Signed-off-by: Remi Bergsma <github@remi.nl>