File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/storage Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 8888import org .apache .cloudstack .storage .command .SnapshotAndCopyAnswer ;
8989import org .apache .cloudstack .storage .command .SnapshotAndCopyCommand ;
9090import org .apache .cloudstack .storage .command .SyncVolumePathCommand ;
91+ import org .apache .cloudstack .storage .formatinspector .Qcow2Inspector ;
9192import org .apache .cloudstack .storage .to .PrimaryDataStoreTO ;
9293import org .apache .cloudstack .storage .to .SnapshotObjectTO ;
9394import org .apache .cloudstack .storage .to .TemplateObjectTO ;
119120import java .io .FileOutputStream ;
120121import java .io .IOException ;
121122import java .nio .file .Files ;
123+ import java .nio .file .Path ;
122124import java .nio .file .Paths ;
123125import java .text .DateFormat ;
124126import java .text .SimpleDateFormat ;
You can’t perform that action at this time.
0 commit comments