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 <kapandya@redhat.com>
(cherry picked from commit
34312bb253f083fd06a62119727caedb97945d02)
resolves rhbz#
2282369
cout << " --shard-id=<shard-id> optional for:\n";
cout << " mdlog list\n";
cout << " data sync status\n";
+ cout << " sync error trim\n";
cout << " required for:\n";
cout << " mdlog trim\n";
cout << " --gen=<gen-id> optional for:\n";
--shard-id=<shard-id> optional for:
mdlog list
data sync status
+ sync error trim
required for:
mdlog trim
--gen=<gen-id> optional for: