Skip to content

Commit 929d30f

Browse files
Correction on conflict resolution
1 parent ddb119f commit 929d30f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,9 @@ public DataStore initialize(Map<String, Object> dsInfos) {
118118
}
119119

120120
details.put(OntapStorageConstants.SIZE, capacityBytes.toString());
121-
details.putIfAbsent(OntapStorageConstants.IS_DISAGGREGATED, "false");
122121

123122
ProtocolType protocol = ProtocolType.valueOf(details.get(OntapStorageConstants.PROTOCOL));
124123

125-
// long volumeSize = Long.parseLong(details.get(OntapStorageConstants.SIZE));
126124
OntapStorage ontapStorage = new OntapStorage(
127125
details.get(OntapStorageConstants.USERNAME),
128126
details.get(OntapStorageConstants.PASSWORD),

0 commit comments

Comments
 (0)