GitHub user ustcweizhou opened a pull request: https://github.com/apache/cloudstack/pull/976
CLOUDSTACK-8964: Can't create volume from snapshot of a removed volume This 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. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ustcweizhou/cloudstack CLOUDSTACK-8964-removed-volume Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/976.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #976 ---- commit bef92052ee9a7303b427782838a8a97623de231c Author: Wei Zhou <w.z...@tech.leaseweb.com> Date: 2015-10-19T18:49:28Z CLOUDSTACK-8964: Can't create volume from snapshot of a removed volume This 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. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---