Skip to content

Commit 20bba51

Browse files
Srivastava, PiyushSrivastava, Piyush
authored andcommitted
Commit 18
1 parent c19a264 commit 20bba51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ private ExportPolicy createExportPolicyRequest(AccessGroup accessGroup,String sv
421421
ExportRule.ExportClient exportClient = new ExportRule.ExportClient();
422422
String ipToUse = "0.0.0.0/0";
423423
exportClient.setMatch(ipToUse);
424+
exportClients.add(exportClient);
424425
exportRule.setClients(exportClients);
425426
exportRule.setProtocols(List.of(ExportRule.ProtocolsEnum.any));
426427
exportRule.setRoRule(List.of("sys")); // Use sys (Unix UID/GID) authentication for NFS

0 commit comments

Comments
 (0)