Merge "Change recon_lock_path to /var/lock"

This commit is contained in:
Jenkins 2015-09-21 16:13:34 +00:00 committed by Gerrit Code Review
commit ee6a360904
4 changed files with 3 additions and 4 deletions

View File

@ -67,7 +67,6 @@
- { path: "/etc/swift/ring_build_files" } - { path: "/etc/swift/ring_build_files" }
- { path: "/openstack/log/{{ inventory_hostname }}", owner: "syslog", group: "syslog" } - { path: "/openstack/log/{{ inventory_hostname }}", owner: "syslog", group: "syslog" }
- { path: "/var/cache/swift" } - { path: "/var/cache/swift" }
- { path: "/var/lock/swift" }
- { path: "{{ swift_system_home_folder }}" } - { path: "{{ swift_system_home_folder }}" }
tags: tags:
- swift-dirs - swift-dirs

View File

@ -31,7 +31,7 @@ use = egg:swift#healthcheck
use = egg:swift#recon use = egg:swift#recon
log_facility = LOG_LOCAL2 log_facility = LOG_LOCAL2
recon_cache_path = /var/cache/swift recon_cache_path = /var/cache/swift
recon_lock_path = /var/lock/swift recon_lock_path = /var/lock
{% if swift.replication_network is not defined or swift.replication_network == swift.storage_network %} {% if swift.replication_network is not defined or swift.replication_network == swift.storage_network %}
[account-replicator] [account-replicator]

View File

@ -32,7 +32,7 @@ use = egg:swift#healthcheck
use = egg:swift#recon use = egg:swift#recon
log_facility = LOG_LOCAL3 log_facility = LOG_LOCAL3
recon_cache_path = /var/cache/swift recon_cache_path = /var/cache/swift
recon_lock_path = /var/lock/swift recon_lock_path = /var/lock
{% if swift.replication_network is not defined or swift.replication_network == swift.storage_network %} {% if swift.replication_network is not defined or swift.replication_network == swift.storage_network %}
[container-replicator] [container-replicator]

View File

@ -33,7 +33,7 @@ use = egg:swift#healthcheck
use = egg:swift#recon use = egg:swift#recon
log_facility = LOG_LOCAL4 log_facility = LOG_LOCAL4
recon_cache_path = /var/cache/swift recon_cache_path = /var/cache/swift
recon_lock_path = /var/lock/swift recon_lock_path = /var/lock
{% if swift.replication_network is not defined or swift.replication_network == swift.storage_network %} {% if swift.replication_network is not defined or swift.replication_network == swift.storage_network %}
[object-replicator] [object-replicator]