Merge pull request #23186 from smithfarm/wip-4640

doc/man: mention import and export commands in rados manpage
This commit is contained in:
Dan Mick 2018-07-23 14:18:15 -07:00 committed by GitHub
commit 0366f4fd12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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
========