File tree Expand file tree Collapse file tree 2 files changed +5
-12
lines changed
plugins/storage/volume/ontap/src/main/java/org/apache/cloudstack/storage Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 4747import org .apache .cloudstack .storage .datastore .db .PrimaryDataStoreDao ;
4848import org .apache .cloudstack .storage .datastore .db .StoragePoolDetailsDao ;
4949import org .apache .cloudstack .storage .datastore .db .StoragePoolVO ;
50- import org .apache .cloudstack .storage .feign .model .*;
50+ import org .apache .cloudstack .storage .feign .model .Lun ;
51+ import org .apache .cloudstack .storage .feign .model .LunSpace ;
52+ import org .apache .cloudstack .storage .feign .model .Svm ;
53+ import org .apache .cloudstack .storage .feign .model .Igroup ;
54+ import org .apache .cloudstack .storage .feign .model .Initiator ;
5155import org .apache .cloudstack .storage .service .StorageStrategy ;
5256import org .apache .cloudstack .storage .service .model .AccessGroup ;
5357import org .apache .cloudstack .storage .service .model .CloudStackVolume ;
Original file line number Diff line number Diff line change 1919
2020package org .apache .cloudstack .storage .utils ;
2121
22- import com .cloud .hypervisor .Hypervisor ;
2322import com .cloud .utils .StringUtils ;
2423import com .cloud .utils .exception .CloudRuntimeException ;
25- import org .apache .cloudstack .engine .subsystem .api .storage .DataObject ;
26- import org .apache .cloudstack .storage .datastore .db .StoragePoolVO ;
2724import org .apache .cloudstack .storage .feign .model .Lun ;
28- import org .apache .cloudstack .storage .feign .model .LunSpace ;
2925import org .apache .cloudstack .storage .feign .model .OntapStorage ;
30- import org .apache .cloudstack .storage .feign .model .Svm ;
31- import org .apache .cloudstack .storage .feign .model .Igroup ;
32- import org .apache .cloudstack .storage .feign .model .Initiator ;
3326import org .apache .cloudstack .storage .provider .StorageProviderFactory ;
3427import org .apache .cloudstack .storage .service .StorageStrategy ;
35- import org .apache .cloudstack .storage .service .model .AccessGroup ;
36- import org .apache .cloudstack .storage .service .model .CloudStackVolume ;
3728import org .apache .cloudstack .storage .service .model .ProtocolType ;
3829import org .apache .logging .log4j .LogManager ;
3930import org .apache .logging .log4j .Logger ;
4031import org .springframework .util .Base64Utils ;
4132
42- import java .util .ArrayList ;
43- import java .util .List ;
4433import java .util .Map ;
4534
4635public class Utility {
You can’t perform that action at this time.
0 commit comments