From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id A886D6A457 for ; Thu, 25 Mar 2021 08:41:35 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 614A919D9D for ; Thu, 25 Mar 2021 08:41:35 +0100 (CET) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [212.186.127.180]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id D653219D91 for ; Thu, 25 Mar 2021 08:41:33 +0100 (CET) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id A312A42E5E for ; Thu, 25 Mar 2021 08:41:33 +0100 (CET) Date: Thu, 25 Mar 2021 08:41:25 +0100 From: Fabian =?iso-8859-1?q?Gr=FCnbichler?= To: Proxmox Backup Server development discussion References: <132e162d-43c6-b748-147e-039762b99d05@itronic.at> In-Reply-To: <132e162d-43c6-b748-147e-039762b99d05@itronic.at> MIME-Version: 1.0 User-Agent: astroid/0.15.0 (https://github.com/astroidmail/astroid) Message-Id: <1616657878.fogun7uk52.astroid@nora.none> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-SPAM-LEVEL: Spam detection results: 0 AWL 0.028 Adjusted score from AWL reputation of From: address KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_DNSWL_MED -2.3 Sender listed at https://www.dnswl.org/, medium trust SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [proxmox.com] Subject: Re: [pbs-devel] Ratelimit for remote sites X-BeenThere: pbs-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Backup Server development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Mar 2021 07:41:35 -0000 On March 25, 2021 7:58 am, Harald Leithner wrote: > Hi, >=20 > is it possible to have a rate limit for the sync process? Maybe per Site? like dietmar said - not yet implemented. but tracked over at=20 https://bugzilla.proxmox.com/show_bug.cgi?id=3D3151 , so maybe add=20 yourself to the CC list to get updates on progress. > Some sites have a really small upload bandwidth and the sync process my=20 > block the rest of the local users. some sort of `tc` or port-based shaping on your FW to just slow down the=20 uplink for connections to port 8007 could be a stop-gap measure (or stop=20 any running syncs at the start of office hours - the sync is resumable=20 modulo the in-progress downloads, but task status etc. might become ugly=20 as a result if you have to force-stop sync jobs all the time..). =