Filippo Giunchedi has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/250693

Change subject: swift: force rsync protocol version 30
......................................................................

swift: force rsync protocol version 30

until eqiad storage hosts are upgraded to trusty we have a mixture of rsync
versions which change the default protocol version. Thus force protocol version
30 which is what precise ships with.

Bug: T93587
Change-Id: Ia7a7ce8576a83e079a70bb454c9260260c947387
---
M modules/swift/manifests/storage.pp
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/93/250693/1

diff --git a/modules/swift/manifests/storage.pp 
b/modules/swift/manifests/storage.pp
index 42758f7..61cdf9f 100644
--- a/modules/swift/manifests/storage.pp
+++ b/modules/swift/manifests/storage.pp
@@ -13,6 +13,7 @@
 
     class { 'rsync::server':
         log_file => '/var/log/rsyncd.log',
+        rsync_opts => ['--protocol=30'],
     }
 
     rsync::server::module { 'account':

-- 
To view, visit https://gerrit.wikimedia.org/r/250693
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia7a7ce8576a83e079a70bb454c9260260c947387
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Filippo Giunchedi <fgiunch...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to