]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_dencoder.cc
update sources to v12.1.0
[ceph.git] / ceph / src / rgw / rgw_dencoder.cc
index 6ee42bfe163fe553aa2b6bac94e3eda33f3af9d3..415eadb3c08b6b25a3017553d64a26a74376aa38 100644 (file)
@@ -118,6 +118,7 @@ void RGWObjManifest::obj_iterator::update_location()
 
   if (ofs < manifest->get_head_size()) {
     location = manifest->get_obj();
+    location.set_placement_rule(manifest->get_head_placement_rule());
     return;
   }