]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_reshard.cc
update sources to 12.2.10
[ceph.git] / ceph / src / rgw / rgw_reshard.cc
index 4fe60b7ba3b9f923abb35a6089a8d1985f8fc0ad..7b311116338d1f0bdf6cdc5a477922c40b2a1bbe 100644 (file)
@@ -84,6 +84,7 @@ public:
       target.num_entries += entry_stats.num_entries;
       target.total_size += entry_stats.total_size;
       target.total_size_rounded += entry_stats.total_size_rounded;
+      target.actual_size += entry_stats.actual_size;
     }
     if (entries.size() >= RESHARD_SHARD_WINDOW) {
       int ret = flush();