File tree Expand file tree Collapse file tree
plugins/storage/volume/ontap/src/main/java/org/apache/cloudstack/storage/service Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -127,8 +127,8 @@ public boolean connect() {
127127 logger .error ("NFS protocol is not enabled on SVM " + svmName );
128128 throw new CloudRuntimeException ("NFS protocol is not enabled on SVM " + svmName );
129129 } else if (Objects .equals (storage .getProtocol (), ProtocolType .ISCSI ) && !svm .getIscsiEnabled ()) {
130- logger .error ("iSCSI protocol is not enabled on SVM " + svmName );
131- throw new CloudRuntimeException ("iSCSI protocol is not enabled on SVM " + svmName );
130+ logger .error ("ISCSI protocol is not enabled on SVM " + svmName );
131+ throw new CloudRuntimeException ("ISCSI protocol is not enabled on SVM " + svmName );
132132 }
133133 List <Aggregate > aggrs = svm .getAggregates ();
134134 if (aggrs == null || aggrs .isEmpty ()) {
You can’t perform that action at this time.
0 commit comments