diff options
Diffstat (limited to '')
-rw-r--r-- | src/mds/MDSRank.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mds/MDSRank.h b/src/mds/MDSRank.h index c4a8809b6e1..9135db40c09 100644 --- a/src/mds/MDSRank.h +++ b/src/mds/MDSRank.h @@ -509,6 +509,7 @@ class MDSRank { // scrub control commands void command_scrub_resume(Formatter *f); void command_scrub_status(Formatter *f); + void command_scrub_purge_status(std::string_view tag); void command_get_subtrees(Formatter *f); void command_export_dir(Formatter *f, |