code in comment removed

This commit is contained in:
Daan Hoogland 2020-04-23 12:13:24 +00:00
parent 113ec9cc99
commit 9fce86b31c
1 changed files with 0 additions and 1 deletions

View File

@ -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;