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

« back to all changes in this revision

Viewing changes to etc/account-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 = 6002
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
10
9
# mount_check = true
11
10
# disable_fallocate = false
12
11
#
 
12
# Use an integer to override the number of pre-forked processes that will
 
13
# accept connections.
 
14
# workers = auto
 
15
#
 
16
# Maximum concurrent requests per worker
 
17
# max_clients = 1024
 
18
#
13
19
# You can specify default log routing here if you want:
14
20
# log_name = swift
15
21
# log_facility = LOG_LOCAL0
51
57
# set log_name = account-server
52
58
# set log_facility = LOG_LOCAL0
53
59
# set log_level = INFO
54
 
# set log_requests = True
 
60
# set log_requests = true
55
61
# set log_address = /dev/log
56
62
#
57
63
# auto_create_account_prefix = .
58
 
# max_clients = 1024
59
64
#
60
65
# Configure parameter for creating specific server
61
66
# To handle all verbs, including replication verbs, do not specify
63
68
# set to a True value (e.g. "True" or "1"). To handle only non-replication
64
69
# verbs, set to "False". Unless you have a separate replication network, you
65
70
# should not specify any value for "replication_server".
66
 
# replication_server = False
 
71
# replication_server = false
67
72
 
68
73
[filter:healthcheck]
69
74
use = egg:swift#healthcheck