Scroll to navigation

dispersion.conf(5) OpenStack Swift dispersion.conf(5)

NAME

dispersion.conf - configuration file for the OpenStack Swift dispersion tools

SYNOPSIS

dispersion.conf

DESCRIPTION

This is the configuration file used by the dispersion populate and report tools. The file format consists of the '[dispersion]' module as the header and available parameters. Any line that begins with a '#' symbol is ignored.

PARAMETERS

Authentication system API version. The default is 1.0.
Authentication system URL
Authentication system account/user name
Authentication system account/user password
Project name in case of keystone auth version 3
Project domain name in case of keystone auth version 3
User domain name in case of keystone auth version 3
The default is 'publicURL'.
The default is false.
Location of OpenStack Swift configuration and ring files
Percentage of partition coverage to use. The default is 1.0.
Maximum number of attempts. The defaul is 5.
Concurrency to use. The default is 25.
The default is true.
The default is true.
Whether to output in json format. The default is no.
Whether to run the container report. The default is yes.
Whether to run the object report. The default is yes.

SAMPLE

[dispersion]
https://127.0.0.1:443/auth/v1.0
# keystone_api_insecure = no
# project_name = dpstats
# project_domain_name = default
# user_domain_name = default
# dispersion_coverage = 1.0
# retries = 5
# concurrency = 25
# dump_json = no
# container_report = yes
# object_report = yes

DOCUMENTATION

More in depth documentation about the swift-dispersion utilities and also OpenStack Swift as a whole can be found at https://docs.openstack.org/swift/latest/admin_guide.html#dispersion-report and https://docs.openstack.org/swift/latest/

SEE ALSO

swift-dispersion-report(1), swift-dispersion-populate(1)

8/26/2011 Linux