Merge "Change recon_lock_path to /var/lock"
This commit is contained in:
commit
ee6a360904
@ -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
|
||||||
|
@ -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]
|
||||||
|
@ -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]
|
||||||
|
@ -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]
|
||||||
|
Loading…
Reference in New Issue
Block a user