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.
// 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)) {