From 362825c4a0344f00dc13521b76eb886ce2411aa7 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 3 Feb 2014 17:47:18 -0800 Subject: [PATCH] osdmaptool: fix cli tests Signed-off-by: Sage Weil --- src/test/cli/osdmaptool/help.t | 4 ++++ src/test/cli/osdmaptool/simple.t | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/test/cli/osdmaptool/help.t b/src/test/cli/osdmaptool/help.t index c09768bc7d17d..b8fd79b87eeff 100644 --- a/src/test/cli/osdmaptool/help.t +++ b/src/test/cli/osdmaptool/help.t @@ -3,6 +3,10 @@ usage: [--print] [--createsimple [--clobber] [--pg_bits ]] --export-crush write osdmap's crush map to --import-crush replace osdmap's crush map with + --test-map-pgs map all pgs + --mark-up-in mark osds up and in (but do not persist) + --clear-temp clear pg_temp and primary_temp + --test-random do random placements --test-map-pg map a pgid to osds --test-map-object [--pool ] map an object to osds [1] diff --git a/src/test/cli/osdmaptool/simple.t b/src/test/cli/osdmaptool/simple.t index 1783a9ef8e43c..8d23d5f18ff36 100644 --- a/src/test/cli/osdmaptool/simple.t +++ b/src/test/cli/osdmaptool/simple.t @@ -3,6 +3,10 @@ usage: [--print] [--createsimple [--clobber] [--pg_bits ]] --export-crush write osdmap's crush map to --import-crush replace osdmap's crush map with + --test-map-pgs map all pgs + --mark-up-in mark osds up and in (but do not persist) + --clear-temp clear pg_temp and primary_temp + --test-random do random placements --test-map-pg map a pgid to osds --test-map-object [--pool ] map an object to osds [1] -- 2.39.5