Skip to content

Commit 95a0d8f

Browse files
Gupta, SuryaGupta, Surya
authored andcommitted
[CSTACKEX-129] Primary storage-pool is not failing even if NFS3/ISCSI protocol is not enabled at the SVM
1 parent 6f71d9c commit 95a0d8f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • plugins/storage/volume/ontap/src/main/java/org/apache/cloudstack/storage/service

plugins/storage/volume/ontap/src/main/java/org/apache/cloudstack/storage/service/StorageStrategy.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ public boolean connect() {
114114
if (svms != null && svms.getRecords() != null && !svms.getRecords().isEmpty()) {
115115
svm = svms.getRecords().get(0);
116116
} else {
117-
logger.error("No SVM found on the ONTAP cluster by the name" + svmName + ".");
118-
throw new CloudRuntimeException("No SVM found on the ONTAP cluster by the name" + svmName + ".");
117+
logger.error("No SVM found on the ONTAP cluster by the name " + svmName + ".");
118+
throw new CloudRuntimeException("No SVM found on the ONTAP cluster by the name " + svmName + ".");
119119
}
120120

121121
logger.info("Validating SVM state and protocol settings...");

0 commit comments

Comments
 (0)