From 3e509457fef0eb4fc9c39001d565c003fc62edc9 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Mon, 1 Jun 2015 13:14:36 +0000 Subject: Swift: Sync configuration files with 2.3.0 (Kilo) --- .../usr/share/swift/etc/swift/object-server.j2 | 25 +++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) (limited to 'install-files/swift/usr/share/swift/etc/swift/object-server.j2') diff --git a/install-files/swift/usr/share/swift/etc/swift/object-server.j2 b/install-files/swift/usr/share/swift/etc/swift/object-server.j2 index 66990be9..19d72f6c 100644 --- a/install-files/swift/usr/share/swift/etc/swift/object-server.j2 +++ b/install-files/swift/usr/share/swift/etc/swift/object-server.j2 @@ -77,7 +77,7 @@ use = egg:swift#object # slow = 0 # # Objects smaller than this are not evicted from the buffercache once read -# keep_cache_size = 5424880 +# keep_cache_size = 5242880 # # If true, objects for authenticated GET requests may be kept in buffer cache # if small enough @@ -212,6 +212,29 @@ recon_cache_path = /var/cache/swift # removed when it has successfully replicated to all the canonical nodes. # handoff_delete = auto +[object-reconstructor] +# You can override the default log routing for this app here (don't use set!): +# Unless otherwise noted, each setting below has the same meaning as described +# in the [object-replicator] section, however these settings apply to the EC +# reconstructor +# +# log_name = object-reconstructor +# log_facility = LOG_LOCAL0 +# log_level = INFO +# log_address = /dev/log +# +# daemonize = on +# run_pause = 30 +# concurrency = 1 +# stats_interval = 300 +# node_timeout = 10 +# http_timeout = 60 +# lockup_timeout = 1800 +# reclaim_age = 604800 +# ring_check_interval = 15 +# recon_cache_path = /var/cache/swift +# handoffs_first = False + [object-updater] # You can override the default log routing for this app here (don't use set!): # log_name = object-updater -- cgit v1.2.1