Skip to content

Commit a2690e9

Browse files
committed
imports
1 parent 24c28ad commit a2690e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/storage/KVMStorageProcessor.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
import org.apache.cloudstack.storage.command.SnapshotAndCopyAnswer;
8989
import org.apache.cloudstack.storage.command.SnapshotAndCopyCommand;
9090
import org.apache.cloudstack.storage.command.SyncVolumePathCommand;
91+
import org.apache.cloudstack.storage.formatinspector.Qcow2Inspector;
9192
import org.apache.cloudstack.storage.to.PrimaryDataStoreTO;
9293
import org.apache.cloudstack.storage.to.SnapshotObjectTO;
9394
import org.apache.cloudstack.storage.to.TemplateObjectTO;
@@ -119,6 +120,7 @@
119120
import java.io.FileOutputStream;
120121
import java.io.IOException;
121122
import java.nio.file.Files;
123+
import java.nio.file.Path;
122124
import java.nio.file.Paths;
123125
import java.text.DateFormat;
124126
import java.text.SimpleDateFormat;

0 commit comments

Comments
 (0)