From nobody Tue May 3 17:55:42 2022 X-Original-To: stable@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 8291F1AADE3F for ; Tue, 3 May 2022 17:55:54 +0000 (UTC) (envelope-from eugene@zhegan.in) Received: from elf.hq.norma.perm.ru (mail.norman-retail.ru [128.127.146.8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.norma.perm.ru", Issuer "Let's Encrypt Authority X3" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Kt7152QCpz3K8v for ; Tue, 3 May 2022 17:55:53 +0000 (UTC) (envelope-from eugene@zhegan.in) Received: from [192.168.243.7] ([192.168.243.7]) by elf.hq.norma.perm.ru (8.16.1/8.15.2) with ESMTP id 243HthtF046676 for ; Tue, 3 May 2022 22:55:44 +0500 (+05) (envelope-from eugene@zhegan.in) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=vivat-retail.ru; s=key; t=1651600544; bh=ihVRCwuG1WodM0YH28Iy5b2Ypdv575rutKOweQSLAdc=; h=Date:Subject:To:References:From:In-Reply-To; b=jmz8WrTPPz/7g4DKflhJwkHIe9nFKVsxiPHNUVbt3U/rz98TVCqKEK+s4IOEt1xRe 6nfA25JzrOmmgszXht4gyKDDMzyNFMgbjWKOA/L8OvjJCcNLRdWi0kRfJn520I2EW9 U5CQwxF9Bkfn+CX+Xk62Dikw1CmLFPvSl37bilhQ= Message-ID: <055ff0f0-2dda-741d-e2fb-1f9e163bd0f8@zhegan.in> Date: Tue, 3 May 2022 22:55:42 +0500 List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1 Subject: Re: cannot remove/detach missing disk from zmirror: no valid replicas Content-Language: ru To: stable@freebsd.org References: <5f9fcb73-b824-b9be-8a40-41401a774a04@zhegan.in> <07c610bc-6a22-93f0-c634-0bfdaf26b8b9@twisted.org.uk> From: "Eugene M. Zheganin" In-Reply-To: <07c610bc-6a22-93f0-c634-0bfdaf26b8b9@twisted.org.uk> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4Kt7152QCpz3K8v X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=fail ("headers rsa verify failed") header.d=vivat-retail.ru header.s=key header.b=jmz8WrTP; dmarc=none; spf=pass (mx1.freebsd.org: domain of eugene@zhegan.in designates 128.127.146.8 as permitted sender) smtp.mailfrom=eugene@zhegan.in X-Spamd-Result: default: False [-2.29 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[stable@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000]; DMARC_NA(0.00)[zhegan.in]; R_DKIM_REJECT(1.00)[vivat-retail.ru:s=key]; DKIM_TRACE(0.00)[vivat-retail.ru:-]; NEURAL_HAM_SHORT(-0.99)[-0.995]; MLMMJ_DEST(0.00)[stable]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:212494, ipnet:128.127.146.0/24, country:RU]; RCVD_COUNT_TWO(0.00)[2]; MID_RHS_MATCH_FROM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N Hello, 03.05.2022 16:54, Pete French пишет: > On 02/05/2022 06:23, Eugene M. Zheganin wrote: >> Hello, >> >> >> Any chance I can sole this without replacing ? (Yeah, I accidentally >> issued "attach" instead of "replace" being fully confident that I >> will be able to "detach" later. I couldn't be more wrong.) > > This puzzles me. I never use replace, I attach the new one (as you > have done), and then detach the old one. Does it not let you do 'zpool > detach zfsroot gpt/zfsroot0' ? > > -pete. > > Was able to finally detach the missing disk on 13.1-RC5 after the resilvering finished, but had some disturbing hours to wait. :) Eugene.