-
Notifications
You must be signed in to change notification settings - Fork 526
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
[curve tool]: implement clean-recyle command #2032
Comments
/assign @Joey777210 |
Please note that the code submission deadline for this developer activity is December 3rd :) |
you are welcome to continue the work if you are free @Joey777210 |
cc @Joey777210 Since you haven't responded for a long time, this issue is reopened to others who is interested. |
I would like to contribute to this issue, please assign it to me. @ilixiaocui |
Welcome! |
|
complete a pr for it. |
Describe the feature you'd like:
we'd like to support clean-recycle command in curve tool
clean-recycle is one of the commands to delete all volume under recycle of curveBS.
The curveBS has a recycle, every volume deleted will mv to the recycle. The clean-recycle command will delete all the volume under the recycle.
The path of the recycle in the curveBS is /RecycleBin.
https://github.com/opencurve/curve/blob/master/src/tools/namespace_tool_core.cpp#L134
Teachability, Documentation, Adoption, Migration Strategy:
Refer to tool develop guide to get start, and paste the result of the command in pr.
Build compilation environment:https://github.com/opencurve/curve/blob/master/docs/cn/build_and_run.md
The text was updated successfully, but these errors were encountered: