mirror of
https://github.com/ceph/ceph
synced 2025-02-18 00:17:37 +00:00
doc: clarify use of rados rm
command
The man page did not make it clear that multiple objects could be specified, nor did it describe use of "--force-full". Info displayed about "rm" with `rados --help` was poorly formatted and the wording was adjusted. Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
This commit is contained in:
parent
f74b748a42
commit
8e975ba9fd
@ -264,8 +264,8 @@ Pool specific commands
|
||||
:command:`append` *name* *infile*
|
||||
Append object name to the cluster with contents from infile.
|
||||
|
||||
:command:`rm` *name*
|
||||
Remove object name.
|
||||
:command:`rm` [--force-full] *name* ...
|
||||
Remove object(s) with name(s). With ``--force-full`` will remove when cluster is marked full.
|
||||
|
||||
:command:`listwatchers` *name*
|
||||
List the watchers of object name.
|
||||
|
@ -107,7 +107,7 @@ void usage(ostream& out)
|
||||
" append <obj-name> <infile> append object\n"
|
||||
" truncate <obj-name> length truncate object\n"
|
||||
" create <obj-name> create object\n"
|
||||
" rm <obj-name> ...[--force-full] [force no matter full or not]remove object(s)\n"
|
||||
" rm <obj-name> ... [--force-full] remove object(s), --force-full forces remove when cluster is full\n"
|
||||
" cp <obj-name> [target-obj] copy object\n"
|
||||
" listxattr <obj-name> list attrs of this object\n"
|
||||
" getxattr <obj-name> <attr> get the <attr> attribute of this object\n"
|
||||
|
Loading…
Reference in New Issue
Block a user