]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osdmaptool: s/simple.t/missing-argument.t/
authorLoic Dachary <loic@dachary.org>
Fri, 7 Feb 2014 08:36:07 +0000 (09:36 +0100)
committerSage Weil <sage@inktank.com>
Fri, 7 Feb 2014 15:10:18 +0000 (07:10 -0800)
Signed-off-by: Loic Dachary <loic@dachary.org>
src/test/cli/osdmaptool/missing-argument.t [new file with mode: 0644]
src/test/cli/osdmaptool/simple.t [deleted file]

diff --git a/src/test/cli/osdmaptool/missing-argument.t b/src/test/cli/osdmaptool/missing-argument.t
new file mode 100644 (file)
index 0000000..8d23d5f
--- /dev/null
@@ -0,0 +1,12 @@
+  $ osdmaptool
+  osdmaptool: must specify osdmap filename
+   usage: [--print] [--createsimple <numosd> [--clobber] [--pg_bits <bitsperosd>]] <mapfilename>
+     --export-crush <file>   write osdmap's crush map to <file>
+     --import-crush <file>   replace osdmap's crush map with <file>
+     --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 <pgid>    map a pgid to osds
+     --test-map-object <objectname> [--pool <poolid>] map an object to osds
+  [1]
diff --git a/src/test/cli/osdmaptool/simple.t b/src/test/cli/osdmaptool/simple.t
deleted file mode 100644 (file)
index 8d23d5f..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-  $ osdmaptool
-  osdmaptool: must specify osdmap filename
-   usage: [--print] [--createsimple <numosd> [--clobber] [--pg_bits <bitsperosd>]] <mapfilename>
-     --export-crush <file>   write osdmap's crush map to <file>
-     --import-crush <file>   replace osdmap's crush map with <file>
-     --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 <pgid>    map a pgid to osds
-     --test-map-object <objectname> [--pool <poolid>] map an object to osds
-  [1]