ArielGlenn has submitted this change and it was merged. Change subject: no comment on rest of config line in rsync apparently ......................................................................
no comment on rest of config line in rsync apparently Change-Id: I940af3246d62da26694e92ed56c06a11546b64ff --- M files/rsync/rsyncd.conf.downloadmirror M files/rsync/rsyncd.conf.downloadprimary 2 files changed, 4 insertions(+), 2 deletions(-) Approvals: ArielGlenn: Looks good to me, approved jenkins-bot: Verified diff --git a/files/rsync/rsyncd.conf.downloadmirror b/files/rsync/rsyncd.conf.downloadmirror index 71428a4..c6ceffe 100644 --- a/files/rsync/rsyncd.conf.downloadmirror +++ b/files/rsync/rsyncd.conf.downloadmirror @@ -13,7 +13,8 @@ # for rolling rsyncs between dump hosts [data] -read only = false # (move to push model for rsync) +# using push model for rsync, so... +read only = false path = /data hosts allow = dataset1001.wikimedia.org, dataset2.wikimedia.org diff --git a/files/rsync/rsyncd.conf.downloadprimary b/files/rsync/rsyncd.conf.downloadprimary index 2ddb402..f9a72cd 100644 --- a/files/rsync/rsyncd.conf.downloadprimary +++ b/files/rsync/rsyncd.conf.downloadprimary @@ -10,7 +10,8 @@ # for rolling rsyncs between dump hosts [data] -read only = false # (move to push model for rsync) +# using push model for rsync, so... +read only = false path = /data hosts allow = dataset1001.wikimedia.org, dataset2.wikimedia.org -- To view, visit https://gerrit.wikimedia.org/r/71812 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I940af3246d62da26694e92ed56c06a11546b64ff Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: ArielGlenn <[email protected]> Gerrit-Reviewer: ArielGlenn <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
