]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
PGMonitor.cc: add force_create_pg command to monitor
authorSamuel Just <samuel.just@dreamhost.com>
Wed, 20 Jul 2011 00:28:45 +0000 (17:28 -0700)
committerSamuel Just <samuel.just@dreamhost.com>
Wed, 20 Jul 2011 00:59:41 +0000 (17:59 -0700)
commit019955a1f40944ed489fd613abe7ef4f3671fb4b
treed1a893ed8ae5b5b8315d53975ac4d9e90f371310
parentb3b06d02ab135f24c2229913300ac48e867044a7
PGMonitor.cc: add force_create_pg command to monitor

ceph pg force_create_pg <pgid> will now reset that pg's status to
creating to handle corner cases where no osd has that pg.

Signed-off-by: Samuel Just <samuel.just@dreamhost.com>
src/mon/PGMonitor.cc