bug 661267 adding config eastereggs, fixing defaults
Change-Id: I41356ee250c9088a2387b0d493586dd990a04ac3
This commit is contained in:
parent
e22ee457f0
commit
9920aeb7d4
@ -26,6 +26,7 @@ use = egg:swift#account
|
|||||||
# set log_facility = LOG_LOCAL0
|
# set log_facility = LOG_LOCAL0
|
||||||
# set log_level = INFO
|
# set log_level = INFO
|
||||||
# set log_requests = True
|
# set log_requests = True
|
||||||
|
# auto_create_account_prefix = .
|
||||||
|
|
||||||
[account-replicator]
|
[account-replicator]
|
||||||
# You can override the default log routing for this app here (don't use set!):
|
# 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_facility = LOG_LOCAL0
|
||||||
# log_level = INFO
|
# log_level = INFO
|
||||||
# vm_test_mode = no
|
# vm_test_mode = no
|
||||||
# log_facility = LOG_LOCAL0
|
|
||||||
# log_level = INFO
|
|
||||||
# per_diff = 1000
|
# per_diff = 1000
|
||||||
# max_diffs = 100
|
# max_diffs = 100
|
||||||
# concurrency = 8
|
# concurrency = 8
|
||||||
@ -47,7 +46,9 @@ use = egg:swift#account
|
|||||||
# node_timeout = 10
|
# node_timeout = 10
|
||||||
# conn_timeout = 0.5
|
# conn_timeout = 0.5
|
||||||
# The replicator also performs reclamation
|
# The replicator also performs reclamation
|
||||||
# reclaim_age = 86400
|
# reclaim_age = 604800
|
||||||
|
# Time in seconds to wait between replication passes
|
||||||
|
# run_pause = 30
|
||||||
|
|
||||||
[account-auditor]
|
[account-auditor]
|
||||||
# You can override the default log routing for this app here (don't use set!):
|
# 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
|
# log_level = INFO
|
||||||
# Will audit, at most, 1 account per device per interval
|
# Will audit, at most, 1 account per device per interval
|
||||||
# interval = 1800
|
# interval = 1800
|
||||||
# log_facility = LOG_LOCAL0
|
|
||||||
# log_level = INFO
|
|
||||||
|
|
||||||
[account-reaper]
|
[account-reaper]
|
||||||
# You can override the default log routing for this app here (don't use set!):
|
# 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
|
# interval = 3600
|
||||||
# node_timeout = 10
|
# node_timeout = 10
|
||||||
# conn_timeout = 0.5
|
# conn_timeout = 0.5
|
||||||
# log_facility = LOG_LOCAL0
|
|
||||||
# log_level = INFO
|
|
||||||
# Normally, the reaper begins deleting account information for deleted accounts
|
# Normally, the reaper begins deleting account information for deleted accounts
|
||||||
# immediately; you can set this to delay its work however. The value is in
|
# immediately; you can set this to delay its work however. The value is in
|
||||||
# seconds; 2592000 = 30 days for example.
|
# seconds; 2592000 = 30 days for example.
|
||||||
|
@ -32,6 +32,7 @@ use = egg:swift#container
|
|||||||
# node_timeout = 3
|
# node_timeout = 3
|
||||||
# conn_timeout = 0.5
|
# conn_timeout = 0.5
|
||||||
# allow_versions = False
|
# allow_versions = False
|
||||||
|
# auto_create_account_prefix = .
|
||||||
|
|
||||||
[container-replicator]
|
[container-replicator]
|
||||||
# You can override the default log routing for this app here (don't use set!):
|
# 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
|
# conn_timeout = 0.5
|
||||||
# The replicator also performs reclamation
|
# The replicator also performs reclamation
|
||||||
# reclaim_age = 604800
|
# reclaim_age = 604800
|
||||||
|
# Time in seconds to wait between replication passes
|
||||||
|
# run_pause = 30
|
||||||
|
|
||||||
|
|
||||||
[container-updater]
|
[container-updater]
|
||||||
# You can override the default log routing for this app here (don't use set!):
|
# You can override the default log routing for this app here (don't use set!):
|
||||||
|
@ -8,6 +8,8 @@
|
|||||||
|
|
||||||
[object-expirer]
|
[object-expirer]
|
||||||
# interval = 300
|
# interval = 300
|
||||||
|
# auto_create_account_prefix = .
|
||||||
|
# report_interval = 300
|
||||||
|
|
||||||
[pipeline:main]
|
[pipeline:main]
|
||||||
pipeline = catch_errors cache proxy-server
|
pipeline = catch_errors cache proxy-server
|
||||||
|
@ -28,13 +28,14 @@ use = egg:swift#object
|
|||||||
# network_chunk_size = 65536
|
# network_chunk_size = 65536
|
||||||
# disk_chunk_size = 65536
|
# disk_chunk_size = 65536
|
||||||
# max_upload_time = 86400
|
# max_upload_time = 86400
|
||||||
# slow = 1
|
# slow = 0
|
||||||
# on PUTs, sync data every n MB
|
# on PUTs, sync data every n MB
|
||||||
# mb_per_sync = 512
|
# mb_per_sync = 512
|
||||||
# Comma separated list of headers that can be set in metadata on an object.
|
# 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
|
# This list is in addition to X-Object-Meta-* headers and cannot include
|
||||||
# Content-Type, etag, Content-Length, or deleted
|
# Content-Type, etag, Content-Length, or deleted
|
||||||
# allowed_headers = Content-Disposition, Content-Encoding, X-Delete-At, X-Object-Manifest
|
# allowed_headers = Content-Disposition, Content-Encoding, X-Delete-At, X-Object-Manifest
|
||||||
|
# auto_create_account_prefix = .
|
||||||
|
|
||||||
[filter:recon]
|
[filter:recon]
|
||||||
use = egg:swift#recon
|
use = egg:swift#recon
|
||||||
@ -63,6 +64,7 @@ recon_cache_path = /var/cache/swift
|
|||||||
# enable logging of replication stats for recon
|
# enable logging of replication stats for recon
|
||||||
# recon_enable = no
|
# recon_enable = no
|
||||||
# recon_cache_path = /var/cache/swift
|
# recon_cache_path = /var/cache/swift
|
||||||
|
# ring_check_interval = 15
|
||||||
|
|
||||||
[object-updater]
|
[object-updater]
|
||||||
# You can override the default log routing for this app here (don't use set!):
|
# You can override the default log routing for this app here (don't use set!):
|
||||||
|
@ -60,6 +60,10 @@ use = egg:swift#proxy
|
|||||||
# max_containers_whitelist =
|
# max_containers_whitelist =
|
||||||
# comma separated list of Host headers the proxy will be deny requests to
|
# comma separated list of Host headers the proxy will be deny requests to
|
||||||
# deny_host_headers =
|
# 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]
|
[filter:tempauth]
|
||||||
use = egg:swift#tempauth
|
use = egg:swift#tempauth
|
||||||
|
Loading…
Reference in New Issue
Block a user