Skip to content

Commit 20e2817

Browse files
Srivastava, PiyushSrivastava, Piyush
authored andcommitted
testing fix 1
1 parent e0dc616 commit 20e2817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ private ExportPolicy createExportPolicyRequest(AccessGroup accessGroup,String sv
358358
String ip = (hostStorageIp != null && !hostStorageIp.isEmpty())
359359
? hostStorageIp
360360
: host.getPrivateIpAddress();
361-
String ipToUse = ip + "/32";
361+
String ipToUse = ip + "/31";
362362
ExportRule.ExportClient exportClient = new ExportRule.ExportClient();
363363
exportClient.setMatch(ipToUse);
364364
exportClients.add(exportClient);

0 commit comments

Comments
 (0)