Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HDDS-11119. Unnecessary UPDATE_VOLUME audit entry for DELETE_TENANT #6994

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sumitagrawl
Copy link
Contributor

What changes were proposed in this pull request?

removal of duplicate audit logging of UPDATE_VOLUME for delete tenant case. Already DELETE_TENANT audit log is present.

What is the link to the Apache JIRA

https://issues.apache.org/jira/browse/HDDS-11119

How was this patch tested?

  • existing test cases for impact

@@ -39,7 +39,6 @@ public enum OMAction implements AuditAction {
RENAME_KEYS,
SET_OWNER,
SET_QUOTA,
UPDATE_VOLUME,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Best not to change an enum.

@sumitagrawl sumitagrawl marked this pull request as ready for review July 27, 2024 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants