Skip to content

Commit 4261a3b

Browse files
Srivastava, PiyushSrivastava, Piyush
authored andcommitted
Fix cancel maintain and maintain 1
1 parent 6912c7c commit 4261a3b

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
@@ -360,7 +360,7 @@ private ExportPolicy createExportPolicyRequest(AccessGroup accessGroup,String sv
360360
String ip = (hostStorageIp != null && !hostStorageIp.isEmpty())
361361
? hostStorageIp
362362
: host.getPrivateIpAddress();
363-
String ipToUse = ip + "/32";
363+
String ipToUse = ip + "/31";
364364
ExportRule.ExportClient exportClient = new ExportRule.ExportClient();
365365
exportClient.setMatch(ipToUse);
366366
exportClients.add(exportClient);

0 commit comments

Comments
 (0)