bug 661267 adding config eastereggs, fixing defaults

Change-Id: I41356ee250c9088a2387b0d493586dd990a04ac3
This commit is contained in:
Tom Fifield 2012-04-28 16:31:00 +10:00
parent e22ee457f0
commit 9920aeb7d4
5 changed files with 17 additions and 8 deletions

View File

@ -26,6 +26,7 @@ use = egg:swift#account
# set log_facility = LOG_LOCAL0
# set log_level = INFO
# set log_requests = True
# auto_create_account_prefix = .
[account-replicator]
# You can override the default log routing for this app here (don't use set!):
@ -33,8 +34,6 @@ use = egg:swift#account
# log_facility = LOG_LOCAL0
# log_level = INFO
# vm_test_mode = no
# log_facility = LOG_LOCAL0
# log_level = INFO
# per_diff = 1000
# max_diffs = 100
# concurrency = 8
@ -47,7 +46,9 @@ use = egg:swift#account
# node_timeout = 10
# conn_timeout = 0.5
# The replicator also performs reclamation
# reclaim_age = 86400
# reclaim_age = 604800
# Time in seconds to wait between replication passes
# run_pause = 30
[account-auditor]
# You can override the default log routing for this app here (don't use set!):
@ -56,8 +57,6 @@ use = egg:swift#account
# log_level = INFO
# Will audit, at most, 1 account per device per interval
# interval = 1800
# log_facility = LOG_LOCAL0
# log_level = INFO
[account-reaper]
# You can override the default log routing for this app here (don't use set!):
@ -68,8 +67,6 @@ use = egg:swift#account
# interval = 3600
# node_timeout = 10
# conn_timeout = 0.5
# log_facility = LOG_LOCAL0
# log_level = INFO
# Normally, the reaper begins deleting account information for deleted accounts
# immediately; you can set this to delay its work however. The value is in
# seconds; 2592000 = 30 days for example.

View File

@ -32,6 +32,7 @@ use = egg:swift#container
# node_timeout = 3
# conn_timeout = 0.5
# allow_versions = False
# auto_create_account_prefix = .
[container-replicator]
# You can override the default log routing for this app here (don't use set!):
@ -47,6 +48,9 @@ use = egg:swift#container
# conn_timeout = 0.5
# The replicator also performs reclamation
# reclaim_age = 604800
# Time in seconds to wait between replication passes
# run_pause = 30
[container-updater]
# You can override the default log routing for this app here (don't use set!):

View File

@ -8,6 +8,8 @@
[object-expirer]
# interval = 300
# auto_create_account_prefix = .
# report_interval = 300
[pipeline:main]
pipeline = catch_errors cache proxy-server

View File

@ -28,13 +28,14 @@ use = egg:swift#object
# network_chunk_size = 65536
# disk_chunk_size = 65536
# max_upload_time = 86400
# slow = 1
# slow = 0
# on PUTs, sync data every n MB
# mb_per_sync = 512
# Comma separated list of headers that can be set in metadata on an object.
# This list is in addition to X-Object-Meta-* headers and cannot include
# Content-Type, etag, Content-Length, or deleted
# allowed_headers = Content-Disposition, Content-Encoding, X-Delete-At, X-Object-Manifest
# auto_create_account_prefix = .
[filter:recon]
use = egg:swift#recon
@ -63,6 +64,7 @@ recon_cache_path = /var/cache/swift
# enable logging of replication stats for recon
# recon_enable = no
# recon_cache_path = /var/cache/swift
# ring_check_interval = 15
[object-updater]
# You can override the default log routing for this app here (don't use set!):

View File

@ -60,6 +60,10 @@ use = egg:swift#proxy
# max_containers_whitelist =
# comma separated list of Host headers the proxy will be deny requests to
# deny_host_headers =
# prefix used when automatically creating accounts
# auto_create_account_prefix = .
# depth of the proxy put queue
# put_queue_depth = 10
[filter:tempauth]
use = egg:swift#tempauth