mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Remove a debug code.
This commit is contained in:
parent
0d580ccb26
commit
fdb523d219
@ -28,6 +28,7 @@ import com.cloud.agent.api.to.S3TO;
|
|||||||
import com.cloud.agent.api.to.SwiftTO;
|
import com.cloud.agent.api.to.SwiftTO;
|
||||||
import com.cloud.storage.JavaStorageLayer;
|
import com.cloud.storage.JavaStorageLayer;
|
||||||
import com.cloud.storage.VMTemplateStorageResourceAssoc.Status;
|
import com.cloud.storage.VMTemplateStorageResourceAssoc.Status;
|
||||||
|
|
||||||
import org.apache.cloudstack.storage.template.DownloadManagerImpl;
|
import org.apache.cloudstack.storage.template.DownloadManagerImpl;
|
||||||
import org.apache.cloudstack.storage.template.DownloadManagerImpl.ZfsPathParser;
|
import org.apache.cloudstack.storage.template.DownloadManagerImpl.ZfsPathParser;
|
||||||
import com.cloud.utils.S3Utils;
|
import com.cloud.utils.S3Utils;
|
||||||
@ -45,16 +46,6 @@ public class LocalNfsSecondaryStorageResource extends NfsSecondaryStorageResourc
|
|||||||
((DownloadManagerImpl) _dlMgr).setThreadPool(Executors.newFixedThreadPool(10));
|
((DownloadManagerImpl) _dlMgr).setThreadPool(Executors.newFixedThreadPool(10));
|
||||||
_storage = new JavaStorageLayer();
|
_storage = new JavaStorageLayer();
|
||||||
this._inSystemVM = false;
|
this._inSystemVM = false;
|
||||||
System.setProperty("paths.script", "/Users/minc/dev/cloud-asf"); // This
|
|
||||||
// is
|
|
||||||
// just
|
|
||||||
// for
|
|
||||||
// my
|
|
||||||
// testing,
|
|
||||||
// not
|
|
||||||
// for
|
|
||||||
// QA
|
|
||||||
// build
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user