]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/journal/Settings.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / journal / Settings.h
index 1896ad5285a0c486318199ef0811a08c52bf5b34..5382252840f8fe54b7a0d52a8a6f12b91e935e3a 100644 (file)
@@ -12,7 +12,7 @@ struct Settings {
   double commit_interval = 5;         ///< commit position throttle (in secs)
   uint64_t max_payload_bytes = 0;     ///< 0 implies object size limit
   int max_concurrent_object_sets = 0; ///< 0 implies no limit
-  std::set<std::string> whitelisted_laggy_clients;
+  std::set<std::string> ignored_laggy_clients;
                                       ///< clients that mustn't be disconnected
 };