-
Notifications
You must be signed in to change notification settings - Fork 187
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
Decomposedfs treesizecheck #6556
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
ba819c5
to
c9266ad
Compare
💥 Acceptance test localApiTests-apiCors-ocis failed. Further test are cancelled... |
BTW, I'd welcome ideas for how we could make this less disruptive. The current requirement to run this while the service is offline is not really practical, especially when the space is really large. To somewhat reduce downtime it is already possible to run the tool without |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Just nitpicking for cosmetic change.
Kudos, SonarCloud Quality Gate passed! |
I've created #6603 as a followup issue on this. |
Decomposedfs treesizecheck
This adds a cli command to verify the treesize metadata of a Space in decomposedfs
It's meant for offline usage. E.g. for analyzing case like: https://github.com/owncloud/enterprise/issues/5783
Using it while the ocis server is running is possible but might produce inconsistent results, when e.g. files are being uploaded/copied/deleted while the tool is running.