GitHub user syed reopened a pull request: https://github.com/apache/cloudstack/pull/1772
CLOUDSTACK-9627 Fix template sync for region store. When using a region store like Swift or S3 as secondary storage, the `zoneId` can be null. This causes an exception when we try to convert it to a `long`. This fix guards against that. Before this fix, if you restart the management server, all the templates would change to "NOT READY" because the code which syncs the NFS cache and the object store crashes due to the above mentioned issue. This PR fixes that. You can merge this pull request into a Git repository by running: $ git pull https://github.com/syed/cloudstack template-sync-fix Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1772.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 #1772 ---- commit 5d274bba512d3620a46dd9e43757d6800d81e2ea Author: Syed <syed1.mush...@gmail.com> Date: 2016-11-23T16:31:59Z CLOUDSTACK-9627:Fix template sync for region store ---- --- 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. ---