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 UTF8SMTPS id 8B8AE63060 for ; Fri, 2 Oct 2020 08:36:13 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with UTF8SMTP id 77AAF2700F for ; Fri, 2 Oct 2020 08:35:43 +0200 (CEST) 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 UTF8SMTPS id 5034927001 for ; Fri, 2 Oct 2020 08:35:42 +0200 (CEST) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with UTF8SMTP id 1657145B7E; Fri, 2 Oct 2020 08:35:42 +0200 (CEST) To: Dietmar Maurer , Proxmox Backup Server development discussion References: <20200925084330.75484-1-h.laimer@proxmox.com> <2cc99393-2d2e-e702-f90a-747caef21751@proxmox.com> <846266682.824.1601554894354@webmail.proxmox.com> From: Dominik Csapak Message-ID: Date: Fri, 2 Oct 2020 08:35:41 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:82.0) Gecko/20100101 Thunderbird/82.0 MIME-Version: 1.0 In-Reply-To: <846266682.824.1601554894354@webmail.proxmox.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.668 Adjusted score from AWL reputation of From: address KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment NICE_REPLY_A -0.26 Looks like a legit reply (A) 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 Subject: Re: [pbs-devel] [PATCH v1 proxmox-backup 00/14] add job based verify scheduling 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: Fri, 02 Oct 2020 06:36:13 -0000 On 10/1/20 2:21 PM, Dietmar Maurer wrote: >> * we sadly cannot simply remove the 'verify-schedule' from the >> datastore configs, as we already have packages out there that support >> it and it breaks all datastore config parsing > > I have no problem with that! We are first beta, so there is absolutely no need > to be compatible. > mhmm ok, but it breaks all functionality... e.g. if i have in any datastore a 'verify-schedule' now, i cannot do anything after the update until i manually go into the config file and delete that line, even for a beta, not a great experience