diff options
author | Sage Weil <sage@newdream.net> | 2011-09-28 17:11:04 (GMT) |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2011-09-28 17:13:35 (GMT) |
commit | 8adc8b3d780363d5df0dd6ace10336e3d7e331a1 (patch) | |
tree | 18ea04f84f3138561f5a5d09699271b213827f3e /firmware | |
parent | 782e182e91e97f529a1edb30fdece9f1bef90ecc (diff) | |
download | linux-8adc8b3d780363d5df0dd6ace10336e3d7e331a1.tar.xz |
libceph: fix pg_temp mapping update
The incremental map updates have a record for each pg_temp mapping that is
to be add/updated (len > 0) or removed (len == 0). The old code was
written as if the updates were a complete enumeration; that was just wrong.
Update the code to remove 0-length entries and drop the rbtree traversal.
This avoids misdirected (and hung) requests that manifest as server
errors like
[WRN] client4104 10.0.1.219:0/275025290 misdirected client4104.1:129 0.1 to osd0 not [1,0] in e11/11
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'firmware')
0 files changed, 0 insertions, 0 deletions