Skip to content

Commit

Permalink
doc: warn about how 'rados put' works in the manpage
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Farnum <[email protected]>
  • Loading branch information
gregsfortytwo committed Jan 2, 2019
1 parent 8e3da9b commit 71a8605
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/man/8/rados.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ Pool specific commands

:command:`put` *name* *infile* [--offset offset]
Write object name with start offset (default:0) to the cluster with contents from infile.
**Warning:** The put command creates a single RADOS object, sized just as
large as your input file. Unless your objects are of reasonable and consistent sizes, that
is probably not what you want -- consider using RGW/S3, CephFS, or RBD instead.

:command:`append` *name* *infile*
Append object name to the cluster with contents from infile.
Expand Down

0 comments on commit 71a8605

Please sign in to comment.