GitHub user anshul1886 opened a pull request: https://github.com/apache/cloudstack/pull/1847
CLOUDSTACK-9691: Fixed unhandeled excetion in list snapshot command when a primary store is deleted related to it @mike-tutkowski After support for snapshots on solidifire there are many places which are prone to these NullPointer exceptions resulting in various issues. Root cause for these issues is that we get the primary storage associated with snapshot and then figure out how to handle but if that store is deleted then it results in NullPointer exceptions. Should we handle that as issues are found or could there be other way to fix all of these issues? You can merge this pull request into a Git repository by running: $ git pull https://github.com/anshul1886/cloudstack-1 CLOUDSTACK-9691 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1847.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 #1847 ---- commit 8821a7d7c5f085350c5a0d4942f88683de25b4cf Author: Anshul Gangwar <anshul.gang...@accelerite.com> Date: 2016-08-30T06:31:20Z CLOUDSTACK-9691: Fixed unhandeled excetion in list snapshot command when a primary store is deleted related to it ---- --- 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. ---