Skip to content

Commit e966223

Browse files
Gupta, SuryaGupta, Surya
authored andcommitted
CSTACKEX-16 Fix issue for getAccessGroup
1 parent 72f1499 commit e966223

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,8 @@ private AccessGroup getAccessGroupRequestByProtocol(Map<String, String> poolDeta
585585
igroup.setName(accessGroupName);
586586
Svm svm = new Svm();
587587
svm.setName(svmName);
588+
igroup.setSvm(svm);
589+
accessGroupRequest.setIgroup(igroup);
588590
break;
589591
default:
590592
throw new CloudRuntimeException("createCloudStackVolumeRequestByProtocol: Unsupported protocol " + protocol);

0 commit comments

Comments
 (0)