From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BF0D71580B9 for ; Thu, 26 Aug 2021 19:56:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0508FE0907; Thu, 26 Aug 2021 19:56:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E3D54E0907 for ; Thu, 26 Aug 2021 19:56:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DAADE342C28 for ; Thu, 26 Aug 2021 19:56:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 580A28A7 for ; Thu, 26 Aug 2021 19:56:41 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1630007692.ba25e990d0ca8d84b5f2a7fbfecb6fad4ba21bbe.mattst88@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto X-VCS-Directories: tools/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ba25e990d0ca8d84b5f2a7fbfecb6fad4ba21bbe X-VCS-Branch: master Date: Thu, 26 Aug 2021 19:56:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5242dbd5-2ca1-45e6-99d2-3bf58e01929d X-Archives-Hash: e82fbf8707bcd7f891013b67fb738d1b commit: ba25e990d0ca8d84b5f2a7fbfecb6fad4ba21bbe Author: Matt Turner gentoo org> AuthorDate: Thu Aug 26 19:54:52 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Aug 26 19:54:52 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=ba25e990 tools: Upload with SSH option IPQoS=cs0 SSH defaults to IPQoS=cs1 for non-interative sessions, like scp. OSUOSL's network prioritizes these packets lower and often drops them, reducing uplaod performance significantly. Signed-off-by: Matt Turner gentoo.org> tools/catalyst-auto | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/catalyst-auto b/tools/catalyst-auto index 1f053048..028e09ca 100755 --- a/tools/catalyst-auto +++ b/tools/catalyst-auto @@ -274,6 +274,7 @@ upload() { -o UserKnownHostsFile=/dev/null -o VerifyHostKeyDNS=yes -o StrictHostKeyChecking=no + -o IPQoS=cs0 ) local RSYNC_OPTS=( -e "${SSH_CMD[*]}"