mirror of https://github.com/apache/cloudstack.git
code in comment removed
This commit is contained in:
parent
113ec9cc99
commit
9fce86b31c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue