psim.cc: Fix comment on how to create .ceph_osdmap

Signed-off-by: David Zafman <david.zafman@inktank.com>
This commit is contained in:
David Zafman 2013-06-10 15:58:44 -07:00
parent 313b7a1f45
commit 3931bfa6cd

View File

@ -10,7 +10,7 @@ int main(int argc, char **argv)
{
/*
* you need to create a suitable osdmap first. e.g., for 40 osds,
* $ ./osdmaptool --createsimple .ceph_monmap 40 --clobber .ceph_osdmap
* $ ./osdmaptool --createsimple 40 --clobber .ceph_osdmap
*/
bufferlist bl;
std::string error;