mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
The volume is already deleted (may be by the cleanup thread) and hence the NPE. Added a not null check for the volumevo and returning false from the state transition This closes #321