From 9fce86b31cd87e54c4ab7ce968a05a3232c45bae Mon Sep 17 00:00:00 2001 From: Daan Hoogland Date: Thu, 23 Apr 2020 12:13:24 +0000 Subject: [PATCH] code in comment removed --- .../cloudstack/storage/motion/AncientDataMotionStrategy.java | 1 - 1 file changed, 1 deletion(-) diff --git a/engine/storage/datamotion/src/main/java/org/apache/cloudstack/storage/motion/AncientDataMotionStrategy.java b/engine/storage/datamotion/src/main/java/org/apache/cloudstack/storage/motion/AncientDataMotionStrategy.java index 1c595159045..a5b01c70679 100644 --- a/engine/storage/datamotion/src/main/java/org/apache/cloudstack/storage/motion/AncientDataMotionStrategy.java +++ b/engine/storage/datamotion/src/main/java/org/apache/cloudstack/storage/motion/AncientDataMotionStrategy.java @@ -330,7 +330,6 @@ public class AncientDataMotionStrategy implements DataMotionStrategy { // directly to s3 ImageStoreEntity imageStore = (ImageStoreEntity)dataStoreMgr.getImageStoreWithFreeCapacity(destScope.getScopeId()); if (imageStore == null || !imageStore.getProtocol().equalsIgnoreCase("nfs") && !imageStore.getProtocol().equalsIgnoreCase("cifs")) { - //s_logger.debug("can't find a nfs (or cifs) image store to satisfy the need for a staging store"); String errMsg = "can't find a nfs (or cifs) image store to satisfy the need for a staging store"; Answer answer = new Answer(null, false, errMsg); return answer;