You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.warn(String.format("Zone ID is null, cannot allocate ISO/template in image store [%s].", imageStore));
175
173
returnfalse;
@@ -191,19 +189,13 @@ protected boolean isZoneAndImageStoreAvailable(DataStore imageStore, Long zoneId
191
189
returnfalse;
192
190
}
193
191
194
-
if (zoneSet == null) {
195
-
logger.info(String.format("Zone set is null; therefore, the ISO/template should be allocated in every secondary storage of zone [%s].", zone));
196
-
returntrue;
197
-
}
198
-
199
-
if (isTemplatePrivate && zoneSet.contains(zoneId)) {
200
-
logger.info(String.format("The template is private and it is already allocated in a secondary storage in zone [%s]; therefore, image store [%s] will be skipped.",
0 commit comments