]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: pg-remap -> pg-upmap 14556/head
authorSage Weil <sage@redhat.com>
Tue, 18 Apr 2017 16:59:40 +0000 (12:59 -0400)
committerSage Weil <sage@redhat.com>
Tue, 18 Apr 2017 16:59:40 +0000 (12:59 -0400)
commitce188e8fdf22f2708fce2c11db836a2217c93a5f
treeb51dca0b364a2ff568d140158a1ce4014a4571c6
parent2a4e4315996283e593e2a9a862816f03974b0b75
osd: pg-remap -> pg-upmap

'remap' is to non-specific a name.  In particular, it
sounds like it is related to the 'remapped' PG state
but in reality it is not related.

'upmap' or 'pg-upmap' is more specific: it maps a pgid
to the 'up' set value (or item)

Signed-off-by: Sage Weil <sage@redhat.com>
18 files changed:
qa/suites/rados/upgrade/jewel-x-singleton/3-thrash/default.yaml
qa/suites/upgrade/jewel-x/stress-split-erasure-code/3-thrash/default.yaml
qa/suites/upgrade/jewel-x/stress-split/3-thrash/default.yaml
qa/suites/upgrade/kraken-x/stress-split-erasure-code/3-thrash/default.yaml
qa/suites/upgrade/kraken-x/stress-split/3-thrash/default.yaml
qa/tasks/ceph_manager.py
qa/tasks/thrashosds.py
src/common/config_opts.h
src/mon/MonCommands.h
src/mon/OSDMonitor.cc
src/osd/OSDMap.cc
src/osd/OSDMap.h
src/test/cli/osdmaptool/help.t
src/test/cli/osdmaptool/missing-argument.t
src/test/cli/osdmaptool/remap.t [deleted file]
src/test/cli/osdmaptool/upmap.t [new file with mode: 0644]
src/tools/osdmaptool.cc
src/vstart.sh