Skip to content

Commit 2d7b7e1

Browse files
Srivastava, PiyushSrivastava, Piyush
authored andcommitted
Delete export policy NFS review comments 2
1 parent f6ec12f commit 2d7b7e1

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
@@ -160,7 +160,7 @@ public void deleteAccessGroup(AccessGroup accessGroup) {
160160
if (primaryDataStoreInfo == null) {
161161
throw new CloudRuntimeException("deleteAccessGroup: PrimaryDataStoreInfo is null in accessGroup");
162162
}
163-
163+
s_logger.info("deleteAccessGroup: Deleting export policy for the storage pool {}", primaryDataStoreInfo.getName());
164164
try {
165165
String authHeader = Utility.generateAuthHeader(storage.getUsername(), storage.getPassword());
166166
String svmName = storage.getSvmName();

0 commit comments

Comments
 (0)