]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osdmaptool: more usage
authorSage Weil <sage@newdream.net>
Mon, 28 Sep 2009 17:09:23 +0000 (10:09 -0700)
committerSage Weil <sage@newdream.net>
Mon, 28 Sep 2009 17:09:26 +0000 (10:09 -0700)
src/osdmaptool.cc

index 5cb650651222c3c9d37ba05d27eb178e14518570..acb427aae3a8758efac809dd9a49f8543dfcaef8 100644 (file)
@@ -33,6 +33,7 @@ void usage()
   cout << " usage: [--print] [--createsimple <numosd> [--clobber] [--pg_bits <bitsperosd>]] <mapfilename>" << std::endl;
   cout << "   --export-crush <file>   write osdmap's crush map to <file>" << std::endl;
   cout << "   --import-crush <file>   replace osdmap's crush map with <file>" << std::endl;
+  cout << "   --test-map-pg <pgid>    map a pgid to osds" << std::endl;
   exit(1);
 }