Table 10.82. New options
Option = default value |
(Type) Help string |
container-server.conf: [container-sync] conn_timeout = 5 |
(StrOpt) Connection timeout to external services |
container-server.conf: [container-sync] internal_client_conf_path = /etc/swift/internal-client.conf |
(StrOpt) No help text available for this option. |
container-server.conf: [container-sync] request_tries = 3 |
(StrOpt) No help text available for this option. |
drive-audit.conf: [drive-audit] log_to_console = False |
(StrOpt) No help text available for this option. |
drive-audit.conf: [drive-audit] recon_cache_path = /var/cache/swift |
(StrOpt) Directory where stats for a few items will be stored |
drive-audit.conf: [drive-audit] unmount_failed_device = True |
(StrOpt) No help text available for this option. |
internal-client.conf: [DEFAULT] log_address = /dev/log |
(StrOpt) Location where syslog sends the logs to |
internal-client.conf: [DEFAULT] log_custom_handlers = |
(StrOpt) Comma-separated list of functions to call to setup custom log handlers. |
internal-client.conf: [DEFAULT] log_facility = LOG_LOCAL0 |
(StrOpt) Syslog log facility |
internal-client.conf: [DEFAULT] log_level = INFO |
(StrOpt) Logging level |
internal-client.conf: [DEFAULT] log_name = swift |
(StrOpt) Label used when logging |
internal-client.conf: [DEFAULT] log_statsd_default_sample_rate = 1.0 |
(StrOpt) Defines the probability of sending a sample for any given event or
timing measurement. |
internal-client.conf: [DEFAULT] log_statsd_host = localhost |
(StrOpt) If not set, the StatsD feature is disabled. |
internal-client.conf: [DEFAULT] log_statsd_metric_prefix = |
(StrOpt) Value will be prepended to every metric sent to the StatsD server. |
internal-client.conf: [DEFAULT] log_statsd_port = 8125 |
(StrOpt) Port value for the StatsD server. |
internal-client.conf: [DEFAULT] log_statsd_sample_rate_factor = 1.0 |
(StrOpt) 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. |
internal-client.conf: [DEFAULT] log_udp_host = |
(StrOpt) If not set, the UDP receiver for syslog is disabled. |
internal-client.conf: [DEFAULT] log_udp_port = 514 |
(StrOpt) Port value for UDP receiver, if enabled. |
internal-client.conf: [DEFAULT] swift_dir = /etc/swift |
(StrOpt) Swift configuration directory |
internal-client.conf: [DEFAULT] user = swift |
(StrOpt) User to run as |
internal-client.conf: [app-proxy-server] use = egg:swift#proxy |
(StrOpt) Entry point of paste.deploy in the server |
internal-client.conf: [filter-cache] use = egg:swift#memcache |
(StrOpt) Entry point of paste.deploy in the server |
internal-client.conf: [filter-catch_errors] use = egg:swift#catch_errors |
(StrOpt) Entry point of paste.deploy in the server |
internal-client.conf: [filter-proxy-logging] use = egg:swift#proxy_logging |
(StrOpt) Entry point of paste.deploy in the server |
internal-client.conf: [pipeline-main] pipeline = catch_errors proxy-logging cache proxy-server |
(StrOpt) No help text available for this option. |
memcache.conf: [memcache] connect_timeout = 0.3 |
(StrOpt) Timeout in seconds (float) for connection |
memcache.conf: [memcache] io_timeout = 2.0 |
(StrOpt) Timeout in seconds (float) for read and write |
memcache.conf: [memcache] pool_timeout = 1.0 |
(StrOpt) Timeout in seconds (float) for pooled connection |
memcache.conf: [memcache] tries = 3 |
(StrOpt) Number of servers to retry on failures getting a pooled connection |
object-server.conf: [object-reconstructor] concurrency = 1 |
(StrOpt) Number of replication workers to spawn |
object-server.conf: [object-reconstructor] daemonize = on |
(StrOpt) Whether or not to run replication as a daemon |
object-server.conf: [object-reconstructor] handoffs_first = False |
(StrOpt) If set to True, partitions that are not supposed to be on the node will be replicated first. The default setting should not be changed, except for extreme situations. |
object-server.conf: [object-reconstructor] http_timeout = 60 |
(StrOpt) Maximum duration for an HTTP request |
object-server.conf: [object-reconstructor] lockup_timeout = 1800 |
(StrOpt) Attempts to kill all workers if nothing replications for lockup_timeout seconds |
object-server.conf: [object-reconstructor] log_address = /dev/log |
(StrOpt) Location where syslog sends the logs to |
object-server.conf: [object-reconstructor] log_facility = LOG_LOCAL0 |
(StrOpt) Syslog log facility |
object-server.conf: [object-reconstructor] log_level = INFO |
(StrOpt) Logging level |
object-server.conf: [object-reconstructor] log_name = object-reconstructor |
(StrOpt) Label used when logging |
object-server.conf: [object-reconstructor] node_timeout = 10 |
(StrOpt) Request timeout to external services |
object-server.conf: [object-reconstructor] reclaim_age = 604800 |
(StrOpt) Time elapsed in seconds before an object can be reclaimed |
object-server.conf: [object-reconstructor] recon_cache_path = /var/cache/swift |
(StrOpt) Directory where stats for a few items will be stored |
object-server.conf: [object-reconstructor] ring_check_interval = 15 |
(StrOpt) How often (in seconds) to check the ring |
object-server.conf: [object-reconstructor] run_pause = 30 |
(StrOpt) Time in seconds to wait between replication passes |
object-server.conf: [object-reconstructor] stats_interval = 300 |
(StrOpt) Interval in seconds between logging replication statistics |
proxy-server.conf: [filter-authtoken] identity_uri = http://keystonehost:35357/ |
(StrOpt) No help text available for this option. |
proxy-server.conf: [filter-keystoneauth] allow_overrides = true |
(StrOpt) This option allows middleware higher in the WSGI pipeline to override auth
processing, useful for middleware such as tempurl and formpost. If you know
you are not going to use such middleware and you want a bit of extra security,
you can set this to False. |
proxy-server.conf: [filter-keystoneauth] is_admin = false |
(StrOpt) If this option is set to True, it allows to give a user whose username is the same as the project name and who has any role in the project access rights elevated to be the same as if the user had one of the operator_roles. Note that the condition compares names rather than
UUIDs. This option is deprecated. It is False by default. |
proxy-server.conf: [filter-keystoneauth] reseller_prefix = AUTH |
(StrOpt) The naming scope for the auth service. Swift |
proxy-server.conf: [filter-keystoneauth] service_roles = |
(StrOpt) When present, this option requires that the X-Service-Token header supplies a token from a user who has a role listed in service_roles. This parameter may be prefixed with an appropriate
prefix. |
proxy-server.conf: [filter-tempauth] require_group = |
(StrOpt) No help text available for this option. |
proxy-server.conf: [filter-tempauth] user_test5_tester5 = testing5 service |
(StrOpt) No help text available for this option. |
swift.conf: [storage-policy-0] policy_type = replication |
(StrOpt) No help text available for this option. |
swift.conf: [storage-policy-1] policy_type = replication |
(StrOpt) No help text available for this option. |
swift.conf: [storage-policy-2] ec_num_data_fragments = 10 |
(StrOpt) No help text available for this option. |
swift.conf: [storage-policy-2] ec_num_parity_fragments = 4 |
(StrOpt) No help text available for this option. |
swift.conf: [storage-policy-2] ec_object_segment_size = 1048576 |
(StrOpt) No help text available for this option. |
swift.conf: [storage-policy-2] ec_type = jerasure_rs_vand |
(StrOpt) No help text available for this option. |
swift.conf: [storage-policy-2] name = deepfreeze10-4 |
(StrOpt) No help text available for this option. |
swift.conf: [storage-policy-2] policy_type = erasure_coding |
(StrOpt) No help text available for this option. |
swift.conf: [swift-constraints] valid_api_versions = v0,v1,v2 |
(StrOpt) No help text available for this option. |