| commit | 9fce86b31cd87e54c4ab7ce968a05a3232c45bae | [log] [tgz] |
|---|---|---|
| author | Daan Hoogland <dahn@onecht.net> | Thu Apr 23 12:13:24 2020 +0000 |
| committer | Daan Hoogland <dahn@onecht.net> | Thu Apr 23 12:13:24 2020 +0000 |
| tree | e81682b3c7fd811c7c698c51a4a71a1139b2bc26 | |
| parent | 113ec9cc9979b77c08104513467bd0999c520704 [diff] |
code in comment removed
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 1c59515..a5b01c7 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 @@ // 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;