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

Test performance of purging a stale subvolume when there are many PVs in the cluster #242

Open
travisn opened this issue Feb 13, 2024 · 0 comments

Comments

@travisn
Copy link
Member

travisn commented Feb 13, 2024

As discussed here, when the stale subvolumes are listed or deleted, there is an expensive query for all PVs in the cluster. If there are many PVs in the cluster, this could cause the command to either take a long time, or even fail. The PVs might not even be rbd or cephfs, they might be from some other provider.

Let's test the following scenarios:

  • How long to list the stale subvolumes when there are ~100 PVs
  • How long to delete a stale subvolume when there are ~100 PVs
  • How long to list the stale subvolumes when there are ~1000 PVs
  • How long to delete a stale subvolume when there are ~1000 PVs

@yati1998 ptal

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

No branches or pull requests

1 participant