]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: don't overwrite bucket entry data when syncing user stats 1432/head
authorYehuda Sadeh <yehuda@inktank.com>
Wed, 12 Mar 2014 01:19:44 +0000 (18:19 -0700)
committerYehuda Sadeh <yehuda@inktank.com>
Wed, 12 Mar 2014 01:19:44 +0000 (18:19 -0700)
commitd5737107a107c3160b7be39b123bdd2e412fe08f
tree715ac766bc6d2a9baea2948a17b80ab9af798fcd
parent1249b0bd76bde12796652aa5dc52ecba51fd52ce
rgw: don't overwrite bucket entry data when syncing user stats

Fixes: #7687
When syncing user bucket stats we overwritten the entire entry with the
passed in entry. We should only look at the stats portion, and not
overwrite the rest (which contains bucket creation time).

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
src/cls/user/cls_user.cc