]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/librgw.cc
update sources to v12.1.0
[ceph.git] / ceph / src / rgw / librgw.cc
index f7bb502fa0060b70184dcf49b6ab9ab2fea51afc..b45adf651016b987aff252bc60f112dade80b04a 100644 (file)
@@ -11,6 +11,7 @@
  * Foundation.  See file COPYING.
  *
  */
+#include "include/compat.h"
 #include <sys/types.h>
 #include <string.h>
 #include <chrono>
@@ -481,7 +482,8 @@ namespace rgw {
                                         g_conf->rgw_enable_gc_threads,
                                         g_conf->rgw_enable_lc_threads,
                                         g_conf->rgw_enable_quota_threads,
-                                        g_conf->rgw_run_sync_thread);
+                                        g_conf->rgw_run_sync_thread,
+                                        g_conf->rgw_dynamic_resharding);
 
     if (!store) {
       mutex.Lock();