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)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 9CE8C97751 for ; Wed, 17 Apr 2024 10:46:39 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 857C4C9E for ; Wed, 17 Apr 2024 10:46:09 +0200 (CEST) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS for ; Wed, 17 Apr 2024 10:46:08 +0200 (CEST) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id B72C441B8A for ; Wed, 17 Apr 2024 10:46:08 +0200 (CEST) Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Wed, 17 Apr 2024 10:46:08 +0200 Message-Id: From: "Hannes Laimer" To: "Proxmox Backup Server development discussion" X-Mailer: aerc 0.17.0-78-g4ffbaa6b3946 References: <20240416152416.96561-1-h.laimer@proxmox.com> <20240416152416.96561-15-h.laimer@proxmox.com> In-Reply-To: <20240416152416.96561-15-h.laimer@proxmox.com> X-SPAM-LEVEL: Spam detection results: 0 AWL -0.005 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 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 14/22] docs: mention maintenance mode reset when removable datastore is unplugged 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: Wed, 17 Apr 2024 08:46:39 -0000 ignore this, it's wrong and doesn't apply in v4 On Tue Apr 16, 2024 at 5:24 PM CEST, Hannes Laimer wrote: > Signed-off-by: Hannes Laimer > --- > docs/maintenance.rst | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/docs/maintenance.rst b/docs/maintenance.rst > index 6dbb6941..9f18cfdb 100644 > --- a/docs/maintenance.rst > +++ b/docs/maintenance.rst > @@ -314,3 +314,5 @@ Internally Proxmox Backup Server tracks whether each = datastore access is a > write or read operation, so that it can gracefully enter the respective = mode, > by allowing conflicting operations that started before enabling the main= tenance > mode to finish. > + > +For removable datastores the maintenance mode is reset after they are un= plugged. > \ No newline at end of file