]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: fix filestore perf stats update
authorSage Weil <sage@inktank.com>
Tue, 17 Jun 2014 20:33:14 +0000 (13:33 -0700)
committerSage Weil <sage@inktank.com>
Wed, 25 Jun 2014 17:53:11 +0000 (10:53 -0700)
commita9f97f8cae5b9d0245e0b0842c5c581cdacbb2da
tree7fa9c82709c4e1a2ef992789c0b43d952f5add20
parentb758fd5f0ebcccdb1641a852d40ee880bad01107
osd: fix filestore perf stats update

Update the struct we are about to send, not the (unlocked!) one we will
send the next time around.

Backport: firefly, dumpling
Signed-off-by: Sage Weil <sage@inktank.com>
(cherry picked from commit 4afffb4a10a0bbf7f2018ef3ed6b167c7921e46b)
src/osd/OSD.cc