You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2020/04/23 12:24:16 UTC

[cloudstack] 03/03: code in comment removed

This is an automated email from the ASF dual-hosted git repository.

dahn pushed a commit to branch volume-migration
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 9fce86b31cd87e54c4ab7ce968a05a3232c45bae
Author: Daan Hoogland <da...@onecht.net>
AuthorDate: Thu Apr 23 12:13:24 2020 +0000

    code in comment removed
---
 .../org/apache/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 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 @@ 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;