From 392c3fed5dcac2a0768a6253e3e00d8084596f45 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Mon, 23 Jul 2018 19:23:33 +0200 Subject: [PATCH] doc/man: mention import and export commands in rados manpage Fixes: http://tracker.ceph.com/issues/4640 Signed-off-by: Nathan Cutler --- doc/man/8/rados.rst | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/doc/man/8/rados.rst b/doc/man/8/rados.rst index 7276460667e..0a37767fc4b 100644 --- a/doc/man/8/rados.rst +++ b/doc/man/8/rados.rst @@ -9,9 +9,7 @@ Synopsis ======== -| **rados** [ -m *monaddr* ] [ mkpool | rmpool *foo* ] [ -p | --pool - *pool* ] [ -s | --snap *snap* ] [ -i *infile* ] [ -o *outfile* ] - *command* ... +| **rados** [ *options* ] [ *command* ] Description @@ -89,6 +87,7 @@ Global commands :command:`list-inconsistent-snapset` *pgid* List inconsistent snapsets in given PG. + Pool specific commands ====================== @@ -185,6 +184,13 @@ Pool specific commands :command:`setomapheader` *name* *value* Set the value of the object map header of object name. +:command:`export` *filename* + Serialize pool contents to a file or standard output.\n" + +:command:`import` [--dry-run] [--no-overwrite] < filename | - > + Load pool contents from a file or standard input + + Examples ========