]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Fix FileStore to notice if filestore_flusher config is changed
authorDavid Zafman <david.zafman@inktank.com>
Fri, 8 Mar 2013 01:05:20 +0000 (17:05 -0800)
committerDavid Zafman <david.zafman@inktank.com>
Fri, 8 Mar 2013 01:59:31 +0000 (17:59 -0800)
Signed-off-by: David Zafman <david.zafman@inktank.com>
Reviewed-by: Sage Weil <sage@inktank.com>
src/os/FileStore.cc

index d2e2763d2db6d48fba9beeccab4ed15a037ad5d5..b35bf160b07e6939bf0df70e3498fc98576d98d0 100644 (file)
@@ -4761,6 +4761,7 @@ void FileStore::handle_conf_change(const struct md_config_t *conf,
       changed.count("filestore_queue_max_bytes") ||
       changed.count("filestore_queue_committing_max_ops") ||
       changed.count("filestore_queue_committing_max_bytes") ||
+      changed.count("filestore_flusher") ||
       changed.count("filestore_flusher_max_fds") ||
       changed.count("filestore_flush_min") ||
       changed.count("filestore_kill_at") ||