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

Chore: Update data structure of xfs_quota to fix taking too long to run #3989

Merged
merged 2 commits into from
Jan 11, 2024
Merged

Chore: Update data structure of xfs_quota to fix taking too long to run #3989

merged 2 commits into from
Jan 11, 2024

Conversation

TZ3070
Copy link
Contributor

@TZ3070 TZ3070 commented Jan 5, 2024

All Pull Requests:

Check all that apply:

  • Have you followed the guidelines in our Contributing document, including the instructions about commit messages?
  • Is this PR to correct an issue?
  • Is this PR an enhancement?

Complete Description of Additions/Changes:

Update data structure of xfs_quota to fix taking too long to run

self.user_quota = []
self.group_quota = []
self.user_quota = {}
self.group_quota = {}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Hi @TZ3070 ,
I am good with the data structure changes here.
Just a tiny update is missed here - for the description and data type of docstrings Attributes (line#24) in docstrings.

Signed-off-by: xintli <[email protected]>
@xiangce xiangce merged commit d3d6cfc into RedHatInsights:master Jan 11, 2024
10 of 11 checks passed
xiangce pushed a commit that referenced this pull request Jan 11, 2024
…un (#3989)

* Chore: Update data structure of xfs_quota to fix taking too long to run

Signed-off-by: xintli <[email protected]>

* UPdate doc string

Signed-off-by: xintli <[email protected]>
(cherry picked from commit d3d6cfc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants