]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/man: mention import and export commands in rados manpage 23186/head
authorNathan Cutler <ncutler@suse.com>
Mon, 23 Jul 2018 17:23:33 +0000 (19:23 +0200)
committerNathan Cutler <ncutler@suse.com>
Mon, 23 Jul 2018 17:23:33 +0000 (19:23 +0200)
Fixes: http://tracker.ceph.com/issues/4640
Signed-off-by: Nathan Cutler <ncutler@suse.com>
doc/man/8/rados.rst

index 7276460667ef32450d32bf82136ce6815c0101b7..0a37767fc4b18e2c7ff1ab3728aa45a25e89798f 100644 (file)
@@ -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
 ========