From nobody Sun Dec 3 12:37:52 2023 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 4SjmY83Xbzz52pyq for ; Sun, 3 Dec 2023 12:38:04 +0000 (UTC) (envelope-from SRS0=2m6Z=HO=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4SjmY762Vpz4LyH for ; Sun, 3 Dec 2023 12:38:03 +0000 (UTC) (envelope-from SRS0=2m6Z=HO=quip.cz=000.fbsd@elsa.codelab.cz) Authentication-Results: mx1.freebsd.org; none Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id BD166D7895; Sun, 3 Dec 2023 13:37:53 +0100 (CET) Received: from [192.168.145.49] (ip-89-177-27-225.bb.vodafone.cz [89.177.27.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 11E0BD7894; Sun, 3 Dec 2023 13:37:52 +0100 (CET) Message-ID: <57bac38c-e747-4c09-97b4-7f72b7c02a85@quip.cz> Date: Sun, 3 Dec 2023 13:37:52 +0100 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 Thunderbird Subject: Re: EFI and zfs raid mirror partial fail (14.0 and RELENG_13) Content-Language: cs-Cestina To: mike tancsa , stable@freebsd.org References: <86d04457-5018-45f9-849f-eb20ed5cf380@twisted.org.uk> <170e4c0b-5fbf-4b73-bdc1-b0905706fbaf@sentex.net> From: Miroslav Lachman <000.fbsd@quip.cz> In-Reply-To: <170e4c0b-5fbf-4b73-bdc1-b0905706fbaf@sentex.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:42000, ipnet:94.124.104.0/21, country:CZ] X-Rspamd-Queue-Id: 4SjmY762Vpz4LyH On 03/12/2023 12:00, mike tancsa wrote: > Personally, I would not like the gmirror part as that adds a bit of > complexity I dont want. But it certainly would be nice for some users. > For now, I would vote against mounting the efi partition(s) by default > as that breaks device redundancy and would like to see at least a > warning from the installer that the efi parts are not yet setup on the > other disks. Just my take on it... Installer should install EFI on all disks in the pool for redundancy and it would be nice to put entries in the fstab with noouto, a separate mountpoint in /mnt/ (or somewhere else?) would be nice for easier updates. And there should be some simple script to update EFI after a system upgrade on all EFI partitions defined in /etc/fstab. No magic guesswork, just use information stored by installer. Kind regards Miroslav Lachman