Skip to content

Commit 538d0f1

Browse files
import fixes after rebase
1 parent 89a939c commit 538d0f1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

plugins/storage/volume/scaleio/src/main/java/org/apache/cloudstack/storage/datastore/lifecycle/ScaleIOPrimaryDataStoreLifeCycle.java

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,13 @@
3939
import com.cloud.utils.component.ComponentContext;
4040
import com.cloud.utils.crypt.DBEncryptionUtil;
4141
import com.cloud.utils.exception.CloudRuntimeException;
42-
import org.apache.cloudstack.engine.subsystem.api.storage.*;
42+
import org.apache.cloudstack.engine.subsystem.api.storage.ClusterScope;
43+
import org.apache.cloudstack.engine.subsystem.api.storage.DataStore;
44+
import org.apache.cloudstack.engine.subsystem.api.storage.HostScope;
45+
import org.apache.cloudstack.engine.subsystem.api.storage.PrimaryDataStoreInfo;
46+
import org.apache.cloudstack.engine.subsystem.api.storage.PrimaryDataStoreLifeCycle;
47+
import org.apache.cloudstack.engine.subsystem.api.storage.PrimaryDataStoreParameters;
48+
import org.apache.cloudstack.engine.subsystem.api.storage.ZoneScope;
4349
import org.apache.cloudstack.storage.datastore.api.StoragePoolStatistics;
4450
import org.apache.cloudstack.storage.datastore.client.ScaleIOGatewayClient;
4551
import org.apache.cloudstack.storage.datastore.client.ScaleIOGatewayClientConnectionPool;

0 commit comments

Comments
 (0)