stats conf changes
This commit is contained in:
parent
b875825e0f
commit
a1321fb17d
@ -134,7 +134,8 @@ Running the stats system on SAIO
|
|||||||
container_name = account_stats
|
container_name = account_stats
|
||||||
log_dir = /var/log/swift/stats/
|
log_dir = /var/log/swift/stats/
|
||||||
class_path = swift.stats.stats_processor.StatsLogProcessor
|
class_path = swift.stats.stats_processor.StatsLogProcessor
|
||||||
account_server_conf = /etc/swift/account-server/1.conf
|
devices = /srv/1/node
|
||||||
|
mount_check = false
|
||||||
user = <your-user-name>
|
user = <your-user-name>
|
||||||
|
|
||||||
[log-processor-container-stats]
|
[log-processor-container-stats]
|
||||||
@ -142,7 +143,8 @@ Running the stats system on SAIO
|
|||||||
container_name = container_stats
|
container_name = container_stats
|
||||||
log_dir = /var/log/swift/stats/
|
log_dir = /var/log/swift/stats/
|
||||||
class_path = swift.stats.stats_processor.StatsLogProcessor
|
class_path = swift.stats.stats_processor.StatsLogProcessor
|
||||||
account_server_conf = /etc/swift/container-server/1.conf
|
devices = /srv/1/node
|
||||||
|
mount_check = false
|
||||||
user = <your-user-name>
|
user = <your-user-name>
|
||||||
|
|
||||||
#. Add the following under [app:proxy-server] in `/etc/swift/proxy-server.conf`::
|
#. Add the following under [app:proxy-server] in `/etc/swift/proxy-server.conf`::
|
||||||
|
@ -39,7 +39,8 @@ container_name = account_stats
|
|||||||
# new_log_cutoff = 7200
|
# new_log_cutoff = 7200
|
||||||
# unlink_log = True
|
# unlink_log = True
|
||||||
class_path = swift.stats.stats_processor.StatsLogProcessor
|
class_path = swift.stats.stats_processor.StatsLogProcessor
|
||||||
# account_server_conf = /etc/swift/account-server.conf
|
# devices = /srv/node
|
||||||
|
# mount_check = true
|
||||||
# user = swift
|
# user = swift
|
||||||
|
|
||||||
[log-processor-container-stats]
|
[log-processor-container-stats]
|
||||||
@ -49,5 +50,6 @@ container_name = container_stats
|
|||||||
# new_log_cutoff = 7200
|
# new_log_cutoff = 7200
|
||||||
# unlink_log = True
|
# unlink_log = True
|
||||||
class_path = swift.stats.stats_processor.StatsLogProcessor
|
class_path = swift.stats.stats_processor.StatsLogProcessor
|
||||||
# container_server_conf = /etc/swift/container-server.conf
|
# devices = /srv/node
|
||||||
|
# mount_check = true
|
||||||
# user = swift
|
# user = swift
|
||||||
|
Loading…
x
Reference in New Issue
Block a user