~ubuntu-branches/ubuntu/trusty/swift/trusty-updates

« back to all changes in this revision

Viewing changes to etc/object-server.conf-sample

  • Committer: Package Import Robot
  • Author(s): Chuck Short, James Page, Chuck Short
  • Date: 2013-08-13 10:37:13 UTC
  • mfrom: (1.2.21)
  • Revision ID: package-import@ubuntu.com-20130813103713-1ctbx4zifyljs2aq
Tags: 1.9.1-0ubuntu1
[ James Page ]
* d/control: Update VCS fields for new branch locations.

[ Chuck Short ]
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# bind_port = 6000
4
4
# bind_timeout = 30
5
5
# backlog = 4096
6
 
# workers = 1
7
6
# user = swift
8
7
# swift_dir = /etc/swift
9
8
# devices = /srv/node
11
10
# disable_fallocate = false
12
11
# expiring_objects_container_divisor = 86400
13
12
#
 
13
# Use an integer to override the number of pre-forked processes that will
 
14
# accept connections.
 
15
# workers = auto
 
16
#
 
17
# Maximum concurrent requests per worker
 
18
# max_clients = 1024
 
19
#
14
20
# You can specify default log routing here if you want:
15
21
# log_name = swift
16
22
# log_facility = LOG_LOCAL0
48
54
# set log_name = object-server
49
55
# set log_facility = LOG_LOCAL0
50
56
# set log_level = INFO
51
 
# set log_requests = True
 
57
# set log_requests = true
52
58
# set log_address = /dev/log
53
59
#
54
60
# node_timeout = 3
63
69
#
64
70
# If true, objects for authenticated GET requests may be kept in buffer cache
65
71
# if small enough
66
 
# keep_cache_private = False
 
72
# keep_cache_private = false
67
73
#
68
74
# on PUTs, sync data every n MB
69
75
# mb_per_sync = 512
74
80
# allowed_headers = Content-Disposition, Content-Encoding, X-Delete-At, X-Object-Manifest, X-Static-Large-Object
75
81
#
76
82
# auto_create_account_prefix = .
77
 
# max_clients = 1024
78
83
#
79
84
# Configure parameter for creating specific server
80
85
# To handle all verbs, including replication verbs, do not specify
82
87
# set to a True value (e.g. "True" or "1"). To handle only non-replication
83
88
# verbs, set to "False". Unless you have a separate replication network, you
84
89
# should not specify any value for "replication_server".
85
 
# replication_server = False
 
90
# replication_server = false
86
91
# A value of 0 means "don't use thread pools". A reasonable starting point is 4.
87
92
# threads_per_disk = 0
88
93
 
160
165
# log_time = 3600
161
166
# zero_byte_files_per_second = 50
162
167
# recon_cache_path = /var/cache/swift
 
168
 
 
169
# Takes a comma separated list of ints. If set, the object auditor will
 
170
# increment a counter for every object whose size is <= to the given break
 
171
# points and report the result after a full scan.
 
172
# object_size_stats =