From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id 1F0D01FF16B for ; Tue, 1 Jul 2025 16:52:49 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id A2727868E; Tue, 1 Jul 2025 16:53:27 +0200 (CEST) Message-ID: <86ae88be-ee51-4916-887c-45aef59cb6e5@proxmox.com> Date: Tue, 1 Jul 2025 16:53:23 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: Hannes Duerr , Proxmox Backup Server development discussion References: <20250623094106.299251-1-c.ebner@proxmox.com> <724f995a-0e2e-47e4-9b5f-c1d5ee71df9f@proxmox.com> Content-Language: en-US, de-DE From: Christian Ebner In-Reply-To: <724f995a-0e2e-47e4-9b5f-c1d5ee71df9f@proxmox.com> X-SPAM-LEVEL: Spam detection results: 0 AWL 0.038 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.237 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_RPBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_SAFE_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: Re: [pbs-devel] [PATCH proxmox{, -backup} v4 00/48] fix #2943: S3 storage backend for datastores 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: , Reply-To: Proxmox Backup Server development discussion Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: pbs-devel-bounces@lists.proxmox.com Sender: "pbs-devel" On 7/1/25 16:30, Hannes Duerr wrote: > Hi i am currently testing this series and noticed that you've missed the > following build dependencies in the debian/control file for the proxmox- > backup repository: > librust-iso8601-dev, > librust-md5-dev, > librust-quick-xml-dev, > librust-serde-xml-rs-dev, Acked, will be included in the upcoming version of the patches. To keep everybody in the loop, Lukas already reported some issues regarding this series off-list: The `s3-refresh` command is still not working correctly, failing if some type directories (vm, ct, host, ns) are missing/not present yet. Also the cli command does not work in the current iteration of the patches since it requires matching the handler method by `ApiHandler::Async`. Further, further testing by me showed that there was an issue leading to possibly missing chunks in case the upload to the S3 object store failed, but the chunk being inserted to the local cache store nevertheless (leading to other clients skipping upload). Also, logging and error context is still being improved upon. Above issues will be addressed with the next iteration of the patches. Thanks for testing! _______________________________________________ pbs-devel mailing list pbs-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel