Skip to content

Commit 4123033

Browse files
Gupta, SuryaGupta, Surya
authored andcommitted
CSTACKEX-98 Change for initialize method
1 parent d4d9705 commit 4123033

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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
@@ -83,6 +83,7 @@ public class OntapPrimaryDatastoreLifecycle extends BasePrimaryDataStoreLifeCycl
8383
*/
8484
@Override
8585
public DataStore initialize(Map<String, Object> dsInfos) {
86+
s_logger.info("initialize::::::::::::::: dsInfos " + dsInfos.toString());
8687
if (dsInfos == null) {
8788
throw new CloudRuntimeException("Datastore info map is null, cannot create primary storage");
8889
}

ui/src/views/infra/AddPrimaryStorage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ export default {
801801
this.protocols = ['FiberChannel']
802802
this.form.protocol = 'FiberChannel'
803803
} else if (value === 'ONTAP') {
804-
this.protocols = ['NFS3', 'ISCSI']
804+
this.protocols = ['NFS3', 'iSCSI']
805805
this.form.protocol = 'NFS3'
806806
} else {
807807
this.fetchHypervisor(value)

0 commit comments

Comments
 (0)