Skip to content

Commit 3ec8f94

Browse files
Srivastava, PiyushSrivastava, Piyush
authored andcommitted
merge conflict resolution
1 parent 1114e86 commit 3ec8f94

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

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

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -248,26 +248,6 @@ private String createManagedBlockVolume(DataStore dataStore, DataObject dataObje
248248
}
249249
}
250250

251-
/**
252-
* Optional: Prepares ONTAP volume for optimal qcow2 file storage.
253-
*
254-
* Future enhancements can include:
255-
* - Enable compression for qcow2 files
256-
* - Set QoS policies
257-
* - Enable deduplication
258-
* - Configure snapshot policies
259-
*
260-
* This is a placeholder for ONTAP-specific optimizations.
261-
*/
262-
private void prepareOntapVolumeForQcow2Storage(DataStore dataStore, VolumeInfo volumeInfo) {
263-
// TODO: Implement ONTAP volume optimizations
264-
// Examples:
265-
// - storageStrategy.enableCompression(volumePath)
266-
// - storageStrategy.setQosPolicy(volumePath, iops)
267-
// - storageStrategy.enableDeduplication(volumePath)
268-
s_logger.debug("prepareOntapVolumeForQcow2Storage: Placeholder for future ONTAP optimizations");
269-
}
270-
271251
@Override
272252
public void deleteAsync(DataStore store, DataObject data, AsyncCompletionCallback<CommandResult> callback) {
273253
CommandResult commandResult = new CommandResult();

0 commit comments

Comments
 (0)