]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
radosgw-admin: remove -a --auth-uid arg
authorSage Weil <sage@redhat.com>
Sun, 12 Aug 2018 20:28:36 +0000 (15:28 -0500)
committerSage Weil <sage@redhat.com>
Fri, 31 Aug 2018 20:54:58 +0000 (15:54 -0500)
It was already a no-op.

Signed-off-by: Sage Weil <sage@redhat.com>
doc/man/8/radosgw-admin.rst
src/rgw/rgw_admin.cc

index f67e1aaa7fd0349b22ed63be85a3d5242b7cd516..b83dc96c9f9a95f616f519d08d237104458580cf 100644 (file)
@@ -563,10 +563,6 @@ Options
 
        Optional for listing operations to specify the max entires
 
-.. option:: --auth-uid=auid
-
-   The librados auid.
-
 .. option:: --purge-data
 
    When specified, user removal will also purge all the user data.
index 3cd7e2674112010ea23ec18740bf69ce9d1263ea..dc71ab851023f717424d5af4d4018b1debbf37a3 100644 (file)
@@ -2845,11 +2845,6 @@ int main(int argc, const char **argv)
       // do nothing
     } else if (ceph_argparse_binary_flag(args, i, &commit, NULL, "--commit", (char*)NULL)) {
       // do nothing
-    } else if (ceph_argparse_witharg(args, i, &tmp, errs, "-a", "--auth-uid", (char*)NULL)) {
-      if (!errs.str().empty()) {
-       cerr << errs.str() << std::endl;
-       exit(EXIT_FAILURE);
-      }
     } else if (ceph_argparse_witharg(args, i, &val, "--min-rewrite-size", (char*)NULL)) {
       min_rewrite_size = (uint64_t)atoll(val.c_str());
     } else if (ceph_argparse_witharg(args, i, &val, "--max-rewrite-size", (char*)NULL)) {