diff options
Diffstat (limited to 'src/test/cli/osdmaptool/upmap-out.t')
-rw-r--r-- | src/test/cli/osdmaptool/upmap-out.t | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/test/cli/osdmaptool/upmap-out.t b/src/test/cli/osdmaptool/upmap-out.t new file mode 100644 index 000000000..02b13ec56 --- /dev/null +++ b/src/test/cli/osdmaptool/upmap-out.t @@ -0,0 +1,24 @@ + $ osdmaptool --create-from-conf om -c $TESTDIR/ceph.conf.withracks --with-default-pool + osdmaptool: osdmap file 'om' + osdmaptool: writing epoch 1 to om + $ osdmaptool --osd_calc_pg_upmaps_aggressively=false om --mark-up-in --mark-out 147 --upmap-max 11 --upmap c + osdmaptool: osdmap file 'om' + marking all OSDs up and in + marking OSD@147 as out + writing upmap command output to: c + checking for upmap cleanups + upmap, max-count 11, max deviation 5 + pools rbd + prepared 11/11 changes + $ cat c + ceph osd pg-upmap-items 1.7 142 145 + ceph osd pg-upmap-items 1.8 219 223 + ceph osd pg-upmap-items 1.17 201 202 171 173 + ceph osd pg-upmap-items 1.1a 201 202 + ceph osd pg-upmap-items 1.1c 201 202 + ceph osd pg-upmap-items 1.20 201 202 + ceph osd pg-upmap-items 1.51 201 202 + ceph osd pg-upmap-items 1.62 219 223 + ceph osd pg-upmap-items 1.6f 219 223 + ceph osd pg-upmap-items 1.82 219 223 + $ rm -f om c |