Skip to content

Commit 24506b1

Browse files
committed
src/rgw: Adding "sync error trim" option
Just adding the "sync error trim" option for --shard-id while executing `radosgw-admin --help` Fixes: https://tracker.ceph.com/issues/68548 Signed-off-by: Kalpesh Pandya <[email protected]>
1 parent 4f6a6ae commit 24506b1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/rgw/radosgw-admin/radosgw-admin.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@ void usage()
400400
cout << " --shard-id=<shard-id> optional for:\n";
401401
cout << " mdlog list\n";
402402
cout << " data sync status\n";
403+
cout << " sync error trim\n";
403404
cout << " required for:\n";
404405
cout << " mdlog trim\n";
405406
cout << " --gen=<gen-id> optional for:\n";

src/test/cli/radosgw-admin/help.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@
262262
--shard-id=<shard-id> optional for:
263263
mdlog list
264264
data sync status
265+
sync error trim
265266
required for:
266267
mdlog trim
267268
--gen=<gen-id> optional for:

0 commit comments

Comments
 (0)