Remove rsync from xinetd when upgrading to containerized deployment
The rsync service needs to be removed from the xinetd service, otherwise the swift_rsync container will permanently restart because the rsync port (873) is still in use after upgrading. Closes-Bug: 1718403 Change-Id: I283919891d00731c96ef963b0c4137d10144ccaf
This commit is contained in:
parent
94a26837e2
commit
7c6e0a43c5
@ -480,3 +480,9 @@ outputs:
|
||||
- openstack-swift-container
|
||||
- openstack-swift-object
|
||||
- openstack-swift-account
|
||||
- name: Remove rsync service from xinetd
|
||||
tags: step2
|
||||
file: state=absent path=/etc/xinetd.d/rsync
|
||||
- name: Restart xinetd service after rsync removal
|
||||
tags: step2
|
||||
service: name=xinetd state=restarted
|
||||
|
Loading…
x
Reference in New Issue
Block a user