-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
CLI: implement 'openio-admin <item_type> check' commands #1697
Conversation
195df7c
to
89f6506
Compare
Codecov Report
@@ Coverage Diff @@
## master #1697 +/- ##
==========================================
+ Coverage 79.56% 79.56% +0.01%
==========================================
Files 370 370
Lines 68344 68438 +94
Branches 6880 6880
==========================================
+ Hits 54374 54449 +75
- Misses 13864 13883 +19
Partials 106 106
Continue to review full report at Codecov.
|
0000b79
to
72e9818
Compare
c9907e3
to
818401e
Compare
Support checking multiple object versions (only the latest was checked) with oio-crawler-integrity and 'openio-admin object check' (and related commands). Also allow 'openio-admin <item_type> check' to log to files, as does oio-crawler-integrity. Jira: OB-339
818401e
to
269fead
Compare
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.
LGTM
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.
We could add some tests for these new commands.
879d366
to
8a5532f
Compare
8a5532f
to
0a5a86b
Compare
SUMMARY
Start implementation of new
openio-admin
commands.See https://github.com/open-io/oio-product-docs/pull/32.
chunk check
(output format to be fixed)object check
container check
account check
oio-crawler-integrity
ISSUE TYPE
COMPONENT NAME
SDS VERSION
ADDITIONAL INFORMATION
oio-crawler-integrity
internals are being refactored in order to be callable byopenio-admin
commands.