mirror of
https://github.com/ceph/ceph
synced 2025-02-25 03:52:04 +00:00
Merge pull request #23186 from smithfarm/wip-4640
doc/man: mention import and export commands in rados manpage
This commit is contained in:
commit
0366f4fd12
@ -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
|
||||
========
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user