updated setup.py and saio docs for syats system
This commit is contained in:
parent
0c5e34e9a1
commit
8f0ae7a0eb
@ -122,6 +122,12 @@ Running the stats system on SAIO
|
|||||||
|
|
||||||
#. Restart syslog-ng
|
#. Restart syslog-ng
|
||||||
|
|
||||||
|
#. Create the log directories::
|
||||||
|
|
||||||
|
mkdir /var/log/swift/hourly
|
||||||
|
mkdir /var/log/swift/stats
|
||||||
|
chown -R <username>:<groupname> /var/log/swift
|
||||||
|
|
||||||
#. Create `/etc/swift/log-processor.conf`::
|
#. Create `/etc/swift/log-processor.conf`::
|
||||||
|
|
||||||
[log-processor]
|
[log-processor]
|
||||||
|
3
setup.py
3
setup.py
@ -76,6 +76,9 @@ setup(
|
|||||||
'bin/swift-ring-builder', 'bin/swift-stats-populate',
|
'bin/swift-ring-builder', 'bin/swift-stats-populate',
|
||||||
'bin/swift-stats-report',
|
'bin/swift-stats-report',
|
||||||
'bin/swift-bench',
|
'bin/swift-bench',
|
||||||
|
'bin/swift-log-uploader',
|
||||||
|
'bin/swift-log-stats-collector',
|
||||||
|
'bin/swift-account-stats-logger',
|
||||||
],
|
],
|
||||||
entry_points={
|
entry_points={
|
||||||
'paste.app_factory': [
|
'paste.app_factory': [
|
||||||
|
Loading…
Reference in New Issue
Block a user