mirror of
https://github.com/ceph/ceph
synced 2024-12-17 17:05:42 +00:00
ceph-tool: remove reference to "stop" command
This doesn't exist any more, and I don't think it ever "cleanly shut down the filesystem" -- certainly not within my recent lifetime! Signed-off-by: Greg Farnum <gregory.farnum@dreamhost.com> Reviewed-by: Dan Mick <dan.mick@dreamhost.com>
This commit is contained in:
parent
3bad945bd3
commit
cbf79a97d1
@ -42,8 +42,7 @@ static void usage()
|
||||
cout << "usage: ceph [options] [commands]\n";
|
||||
cout << "If no commands are specified, enter interactive mode.\n";
|
||||
cout << "Commands:\n";
|
||||
cout << " stop -- cleanly shut down file system\n"
|
||||
<< " (osd|pg|mds) stat -- get monitor subsystem status\n"
|
||||
cout << " (osd|pg|mds) stat -- get monitor subsystem status\n"
|
||||
<< " ...\n";
|
||||
cout << "Options:\n";
|
||||
cout << " -i infile\n"
|
||||
|
Loading…
Reference in New Issue
Block a user