]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon/OSDMonitor: do not prime pg_temp for creating pgs
authorSage Weil <sage@redhat.com>
Thu, 8 Oct 2015 16:14:49 +0000 (12:14 -0400)
committerSage Weil <sage@redhat.com>
Mon, 23 Nov 2015 13:38:49 +0000 (08:38 -0500)
commitb3b0a95e43a0cca255c8cb6ed0ca1125b05d7c60
treec2891fd45c5e5834ca251a70721295b37ebc47d9
parent242bf504f1c1e1924ef3a4ac74407c0aa120418e
mon/OSDMonitor: do not prime pg_temp for creating pgs

It will be less work for the old primary to ignore the create message
and the new one to query it and find nothing that for the slightly more
complicated peering and removal process to happen.  Also, this reduces
bloat in the OSDMap a bit.

Signed-off-by: Sage Weil <sage@redhat.com>
src/mon/OSDMonitor.cc