]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: make PG "deep" state name consistent
authorJohn Spray <john.spray@redhat.com>
Mon, 9 Apr 2018 12:22:29 +0000 (13:22 +0100)
committerJohn Spray <john.spray@redhat.com>
Mon, 9 Apr 2018 12:23:55 +0000 (13:23 +0100)
commita8b4d20b700dc905d95f7de9564cb085e067e51b
tree237cb0a0dc4034de30a2d8d1c66ed4afaa8febf3
parentfa5e8f93762aee6dd87eb8001c6de69471d209dd
osd: make PG "deep" state name consistent

Previously the state-to-string path called
deep scrubbing "deep", but the string-to-state
path called it "deep_scrub".  Confusing!  Also
meant that the "pg ls" help output was wrong
because it uses the state-to-string path.

Signed-off-by: John Spray <john.spray@redhat.com>
src/osd/osd_types.cc