piyush5netapp commented on code in PR #14192:
URL: https://github.com/apache/cloudstack/pull/14192#discussion_r4079779546
##########
plugins/storage/volume/ontap/src/main/java/org/apache/cloudstack/storage/lifecycle/OntapPrimaryDatastoreLifecycle.java:
##########
@@ -174,7 +174,7 @@ public DataStore initialize(Map<String, Object> dsInfos) {
logger.info("Setting NFS path for storage pool: " + path + ",
port: " + port + " with mount option: vers=3");
break;
case ISCSI:
- parameters.setType(Storage.StoragePoolType.Iscsi);
+ parameters.setType(Storage.StoragePoolType.OntapiSCSI);
Review Comment:
@weizhouapache I have already considered this migration path and I am ready
with the sql command. I currently dont see the upgrade code from 4.23.0.0 to
4.24.0.0 . I have that code almost ready with me. One thing I want to confirm
is about the format of new release version i.e 4.24.0.0 or 24.0.0. since
filename will be named accordingly.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]