]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #39092 from adamemerson/wip-datalog-genbacking
authorAdam C. Emerson <aemerson@redhat.com>
Thu, 1 Apr 2021 19:16:01 +0000 (15:16 -0400)
committerGitHub <noreply@github.com>
Thu, 1 Apr 2021 19:16:01 +0000 (15:16 -0400)
rgw: Fixes and Improvements for Datalog

Reviewed-By: Matt Benjamin <mbenjamin@redhat.com>
Reviewed-By: Casey Bodley <cbodley@redhat.com>
1  2 
src/rgw/rgw_admin.cc

index 1970966afd2697a983acf7b233d30c705fd55ba7,68f3c96ca43561a864986c166cf525e2a3be9b2a..916fac3dcf45d68f734c5b7db1edcf4db1db2700
@@@ -930,8 -933,10 +933,10 @@@ static SimpleCmd::Commands all_cmds = 
    { "datalog status", OPT::DATALOG_STATUS },
    { "datalog autotrim", OPT::DATALOG_AUTOTRIM },
    { "datalog trim", OPT::DATALOG_TRIM },
+   { "datalog type", OPT::DATALOG_TYPE },
+   { "datalog prune", OPT::DATALOG_PRUNE },
    { "realm create", OPT::REALM_CREATE },
 -  { "realm delete", OPT::REALM_DELETE },
 +  { "realm rm", OPT::REALM_DELETE },
    { "realm get", OPT::REALM_GET },
    { "realm get default", OPT::REALM_GET_DEFAULT },
    { "realm get-default", OPT::REALM_GET_DEFAULT },