From c02d41dcdbe7cd8deb09e596be07c678122fa941 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Thu, 3 Aug 2017 11:08:48 +0200 Subject: [PATCH] doc: document "rados cleanup" in rados manpage Fixes: http://tracker.ceph.com/issues/20894 Signed-off-by: Nathan Cutler --- doc/man/8/rados.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/man/8/rados.rst b/doc/man/8/rados.rst index 07004ec1ea2..949010537c4 100644 --- a/doc/man/8/rados.rst +++ b/doc/man/8/rados.rst @@ -136,7 +136,9 @@ Pool specific commands Note: *write* and *seq* must be run on the same host otherwise the objects created by *write* will have names that will fail *seq*. -:command:`cleanup` +:command:`cleanup` [ --run-name *run_name* ] [ --prefix *prefix* ] + Clean up a previous benchmark operation. + Note: the default run-name is "benchmark_last_metadata" :command:`listxattr` *name* List all extended attributes of an object.