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:
Christian Schwede 2017-09-20 13:47:08 +02:00
parent 94a26837e2
commit 7c6e0a43c5
1 changed files with 6 additions and 0 deletions

View File

@ -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