rhtyd commented on a change in pull request #2652: Fix register iso in all zones
URL: https://github.com/apache/cloudstack/pull/2652#discussion_r189034029
 
 

 ##########
 File path: server/src/com/cloud/template/TemplateAdapterBase.java
 ##########
 @@ -325,7 +325,7 @@ public TemplateProfile prepare(RegisterIsoCmd cmd) throws 
ResourceAllocationExce
         Long zoneId = cmd.getZoneId();
         // ignore passed zoneId if we are using region wide image store
         List<ImageStoreVO> stores = _imgStoreDao.findRegionImageStores();
-        if (!(stores != null && stores.size() > 0)) {
+        if (!(stores != null && stores.size() > 0) && zoneId != null && zoneId 
!= -1L) {
 
 Review comment:
   You can do zoneId>0 instead of != - 1

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to