]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/osd/PGBackend.h
update sources to 12.2.10
[ceph.git] / ceph / src / osd / PGBackend.h
index 054aa3e054a610253d189a2d283b0ed7e8caf484..7075a3ef48d75392ad155a733fa1987dd93f0f81 100644 (file)
@@ -570,14 +570,16 @@ typedef ceph::shared_ptr<const OSDMap> OSDMapRef;
      const ScrubMap::object &candidate,
      shard_info_wrapper& shard_error,
      inconsistent_obj_wrapper &result,
-     ostream &errorstream);
+     ostream &errorstream,
+     bool has_snapset);
    map<pg_shard_t, ScrubMap *>::const_iterator be_select_auth_object(
      const hobject_t &obj,
      const map<pg_shard_t,ScrubMap*> &maps,
      object_info_t *auth_oi,
      map<pg_shard_t, shard_info_wrapper> &shard_map,
-     inconsistent_obj_wrapper &object_error,
-     bool &digest_match);
+     bool &digest_match,
+     spg_t pgid,
+     ostream &errorstream);
    void be_compare_scrubmaps(
      const map<pg_shard_t,ScrubMap*> &maps,
      const set<hobject_t> &master_set,