Fixing some minor issues in SAIO on Fedora
Change-Id: I2abdcd1a3c7f2a54b200489efe57f8990bd94bbf
This commit is contained in:
parent
616df1d222
commit
40dbefc9f4
@ -38,9 +38,9 @@ Installing dependencies and the core code
|
|||||||
|
|
||||||
#. `yum install openstack-swift openstack-swift-proxy
|
#. `yum install openstack-swift openstack-swift-proxy
|
||||||
openstack-swift-account openstack-swift-container openstack-swift-object`
|
openstack-swift-account openstack-swift-container openstack-swift-object`
|
||||||
#. `yum install xinetd rsyncd`
|
#. `yum install xinetd rsync`
|
||||||
#. `yum install memcached`
|
#. `yum install memcached`
|
||||||
#. `yum install python-netifaces`
|
#. `yum install python-netifaces python-nose`
|
||||||
|
|
||||||
This installs all necessary dependencies, and also creates user `swift`
|
This installs all necessary dependencies, and also creates user `swift`
|
||||||
and group `swift`. So, `swift:swift` ought to be used in every place where
|
and group `swift`. So, `swift:swift` ought to be used in every place where
|
||||||
@ -191,7 +191,7 @@ Setting up rsync
|
|||||||
read only = false
|
read only = false
|
||||||
lock file = /var/lock/object6040.lock
|
lock file = /var/lock/object6040.lock
|
||||||
|
|
||||||
#. Edit the following line in /etc/default/rsync::
|
#. On Ubuntu, edit the following line in /etc/default/rsync::
|
||||||
|
|
||||||
RSYNC_ENABLE=true
|
RSYNC_ENABLE=true
|
||||||
|
|
||||||
@ -199,7 +199,7 @@ Setting up rsync
|
|||||||
|
|
||||||
disable = no
|
disable = no
|
||||||
|
|
||||||
#. `service rsync restart`
|
#. On Ubuntu `service rsync restart`
|
||||||
|
|
||||||
------------------
|
------------------
|
||||||
Starting memcached
|
Starting memcached
|
||||||
|
Loading…
Reference in New Issue
Block a user