RodrigoDLopez commented on a change in pull request #4255:
URL: https://github.com/apache/cloudstack/pull/4255#discussion_r469428859



##########
File path: server/src/main/java/com/cloud/server/ManagementServerImpl.java
##########
@@ -1985,6 +1985,10 @@ private boolean hasSuitablePoolsForVolume(final VolumeVO 
volume, final Host host
         vlanSearch.and("vlanType", vlanSearch.entity().getVlanType(), 
SearchCriteria.Op.EQ);
         sb.join("vlanSearch", vlanSearch, sb.entity().getVlanId(), 
vlanSearch.entity().getId(), JoinBuilder.JoinType.INNER);
 
+        SearchBuilder<DataCenterVO> zoneSearchBuilder = 
_dcDao.createSearchBuilder();

Review comment:
       I did not see that. thanks for the hint
   work like a charm adding this removed filter for Vlan Search.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to