commit | d85b705663905b3dae30007f824355bdcfcf3f00 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Mon May 10 10:24:48 2010 -0700 |
committer | Sage Weil <sage@newdream.net> | Tue May 11 09:53:56 2010 -0700 |
tree | e47262683ed704786be3f0dae62bc4c57bd50ad7 | |
parent | 04d000eb358919043da538f197d63f2a5924a525 [diff] |
ceph: resubmit requests on pg mapping change (not just primary change) OSD requests need to be resubmitted on any pg mapping change, not just when the pg primary changes. Resending only when the primary changes results in occasional 'hung' requests during osd cluster recovery or rebalancing. Signed-off-by: Sage Weil <sage@newdream.net>