Description of configuration options for [DEFAULT] in object-server.conf
Configuration option = Default value Description
= 4096 Maximum number of allowed pending TCP connections
= 0.0.0.0 IP Address for server to bind to
= 6000 Port for server to bind to
= 30 Seconds to attempt bind before giving up
= 60 Timeout to read one chunk from a client external services
= 0.5 Connection timeout to external services
= 1.0 Time to wait while sending a container update on object update. object server. For most cases, this should be `egg:swift#object`. request
= /srv/node Parent directory of where devices are mounted
= false Disable "fast fail" fallocate checks if the underlying filesystem does not support it.
= 65536 Size of chunks to read/write to disk
= false If true, turn on debug logging for eventlet
= expiring_objects No help text available for this option.
= 86400 No help text available for this option.
= 0 You can set fallocate_reserve to the number of bytes you'd like fallocate to reserve, whether there is space for the given file size or not. This is useful for systems that behave badly when they completely run out of space; you can make the services pretend they're out of space early. server. For most cases, this should be `egg:swift#object`.
= /dev/log Location where syslog sends the logs to
= Comma-separated list of functions to call to setup custom log handlers.
= LOG_LOCAL0 Syslog log facility
= INFO Logging level
= 0 Caps the length of log lines to the value given; no limit if set to 0, the default.
= swift Label used when logging
= 1.0 Defines the probability of sending a sample for any given event or timing measurement.
= localhost If not set, the StatsD feature is disabled.
= Value will be prepended to every metric sent to the StatsD server.
= 8125 Port value for the StatsD server.
= 1.0 Not recommended to set this to a value less than 1.0, if frequency of logging is too high, tune the log_statsd_default_sample_rate instead.
= If not set, the UDP receiver for syslog is disabled.
= 514 Port value for UDP receiver, if enabled.
= 1024 Maximum number of clients one worker can process simultaneously Lowering the number of clients handled per worker, and raising the number of workers can lessen the impact that a CPU intensive, or blocking, request can have on other requests served by the same worker. If the maximum number of clients is set to one, then a given worker will not perform another call while processing, allowing other workers a chance to process it.
= true Whether or not check if the devices are mounted to prevent accidentally writing to the root device
= 65536 Size of chunks to read/write over the network
= 3 Request timeout to external services
= 0 If each disk in each storage policy ring has unique port numbers for its "ip" value, you can use this setting to have each object-server worker only service requests for the single disk matching the port in the ring. The value of this setting determines how many worker processes run for each port (disk) in the
= /etc/swift Swift configuration directory
= swift User to run as
= auto a much higher value, one can reduce the impact of slow file system operations in one request from negatively impacting other requests.