Skip to content

Commit b82fb40

Browse files
Initial primary storage pool plugin skeleton - added license string + added EOF fixes
1 parent bf838b3 commit b82fb40

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

plugins/storage/volume/ontap/src/main/java/org/apache/cloudstack/storage/driver/OntapPrimaryDatastoreDriver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,4 @@ public boolean isStorageSupportHA(Storage.StoragePoolType type) {
205205
public void detachVolumeFromAllStorageNodes(Volume volume) {
206206

207207
}
208-
}
208+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ public void changeStoragePoolScopeToZone(DataStore store, ClusterScope clusterSc
107107
public void changeStoragePoolScopeToCluster(DataStore store, ClusterScope clusterScope, Hypervisor.HypervisorType hypervisorType) {
108108

109109
}
110-
}
110+
}

plugins/storage/volume/ontap/src/main/java/org/apache/cloudstack/storage/provider/OntapPrimaryDatastoreProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ public Set<DataStoreProviderType> getTypes() {
8181
typeSet.add(DataStoreProviderType.PRIMARY);
8282
return typeSet;
8383
}
84-
}
84+
}

0 commit comments

Comments
 (0)