]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_orphan.h
import 12.2.13 release
[ceph.git] / ceph / src / rgw / rgw_orphan.h
index fb30d699784a6a3a847a73c46da826e295e33026..c80e67985c8285abe01ff2bf7343fb9db3b05246 100644 (file)
@@ -162,6 +162,9 @@ class RGWOrphanSearch {
 
   uint16_t max_concurrent_ios;
   uint64_t stale_secs;
+  int64_t max_list_bucket_entries;
+
+  bool detailed_mode;
 
   struct log_iter_info {
     string oid;
@@ -191,7 +194,7 @@ public:
     return orphan_store.write_job(search_info.job_name, state);
   }
 
-  int init(const string& job_name, RGWOrphanSearchInfo *info);
+  int init(const string& job_name, RGWOrphanSearchInfo *info, bool detailed_mode=false);
 
   int create(const string& job_name, int num_shards);