mirror of
https://github.com/ceph/ceph
synced 2024-12-15 16:07:00 +00:00
cephtool: mention ceph osd ls, fix ceph osd tell N bench
Add ceph osd ls to help; make help for ceph osd tell N bench look more like injectargs, which says <osd-id or *> to make it clear you can benchmark all osds simultaneously Signed-off-by: Dan Mick <dan.mick@inktank.com>
This commit is contained in:
parent
a36d1db10f
commit
129a49ada1
@ -29,6 +29,7 @@
|
||||
|
||||
OBJECT STORAGE DEVICE (OSD) COMMANDS
|
||||
ceph osd dump [--format=json]
|
||||
ceph osd ls [--format=json]
|
||||
ceph osd tree
|
||||
ceph osd map <pool-name> <object-name>
|
||||
ceph osd down <osd-id>
|
||||
@ -60,7 +61,7 @@
|
||||
ceph osd scrub <osd-id>
|
||||
ceph osd deep-scrub <osd-id>
|
||||
ceph osd repair <osd-id>
|
||||
ceph osd tell N bench [bytes per write] [total bytes]
|
||||
ceph osd tell <osd-id or *> bench [bytes per write] [total bytes]
|
||||
|
||||
PLACEMENT GROUP (PG) COMMANDS
|
||||
ceph pg dump
|
||||
|
@ -72,6 +72,7 @@ static void usage()
|
||||
cout << "\n";
|
||||
cout << "OBJECT STORAGE DEVICE (OSD) COMMANDS\n";
|
||||
cout << " ceph osd dump [--format=json]\n";
|
||||
cout << " ceph osd ls [--format=json]\n";
|
||||
cout << " ceph osd tree\n";
|
||||
cout << " ceph osd map <pool-name> <object-name>\n";
|
||||
cout << " ceph osd down <osd-id>\n";
|
||||
@ -103,7 +104,7 @@ static void usage()
|
||||
cout << " ceph osd scrub <osd-id>\n";
|
||||
cout << " ceph osd deep-scrub <osd-id>\n";
|
||||
cout << " ceph osd repair <osd-id>\n";
|
||||
cout << " ceph osd tell N bench [bytes per write] [total bytes]\n";
|
||||
cout << " ceph osd tell <osd-id or *> bench [bytes per write] [total bytes]\n";
|
||||
cout << "\n";
|
||||
cout << "PLACEMENT GROUP (PG) COMMANDS\n";
|
||||
cout << " ceph pg dump\n";
|
||||
|
Loading…
Reference in New Issue
Block a user