From 22c146fa84eb52fb4e8be4b8ef6c52550a127014 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 28 Sep 2009 10:09:23 -0700 Subject: [PATCH] osdmaptool: more usage --- src/osdmaptool.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osdmaptool.cc b/src/osdmaptool.cc index 5cb650651222c..acb427aae3a87 100644 --- a/src/osdmaptool.cc +++ b/src/osdmaptool.cc @@ -33,6 +33,7 @@ void usage() cout << " usage: [--print] [--createsimple [--clobber] [--pg_bits ]] " << std::endl; cout << " --export-crush write osdmap's crush map to " << std::endl; cout << " --import-crush replace osdmap's crush map with " << std::endl; + cout << " --test-map-pg map a pgid to osds" << std::endl; exit(1); } -- 2.39.5