Implement scrubbing "data path" - OSD_OP_SCRUB

This commit is contained in:
Vitaliy Filippov
2023-05-20 23:19:39 +03:00
parent a6d846863b
commit 43b77d7619
9 changed files with 233 additions and 5 deletions
+1
View File
@@ -21,4 +21,5 @@ const char* osd_op_names[] = {
"primary_delete",
"ping",
"sec_read_bmp",
"scrub",
};