commit | 6bd9adbdf9ca6a052b0b7455ac67b925eb38cfad | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@inktank.com> | Mon May 21 09:45:23 2012 -0700 |
committer | Sage Weil <sage@inktank.com> | Mon May 21 20:40:42 2012 -0700 |
tree | 61d254846558e23906bbef993092cf372f641509 | |
parent | 35f9f8a09e1e88e31bd34a1e645ca0e5f070dd5c [diff] |
libceph: fix pg_temp updates Usually, we are adding pg_temp entries or removing them. Occasionally they update. In that case, osdmap_apply_incremental() was failing because the rbtree entry already exists. Fix by removing the existing entry before inserting a new one. Fixes http://tracker.newdream.net/issues/2446 Signed-off-by: Sage Weil <sage@inktank.com> Reviewed-by: Alex Elder <elder@inktank.com>