Skip to content

Commit 530975e

Browse files
Gupta, SuryaGupta, Surya
authored andcommitted
CSTACKEX-37 StoragePool
1 parent ce0dfda commit 530975e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/storage/volume/ontap/src/main/java/org/apache/cloudstack/storage/lifecycle/OntapPrimaryDatastoreLifecycle.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ public class OntapPrimaryDatastoreLifecycle extends BasePrimaryDataStoreLifeCycl
6767
*/
6868
@Override
6969
public DataStore initialize(Map<String, Object> dsInfos) {
70+
s_logger.info("under initiliaze");
7071
if (dsInfos == null) {
7172
throw new CloudRuntimeException("Datastore info map is null, cannot create primary storage");
7273
}

0 commit comments

Comments
 (0)