From nobody Sat Sep 23 16:31:40 2023 X-Original-To: freebsd-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 4RtF5j0rzYz4tvH6 for ; Sat, 23 Sep 2023 16:31:53 +0000 (UTC) (envelope-from frank@harz2023.behrens.de) Received: from post.behrens.de (post.behrens.de [IPv6:2a01:170:1023::1:2]) (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 (4096 bits) client-digest SHA256) (Client CN "post.behrens.de", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4RtF5g4MRBz4Vfn for ; Sat, 23 Sep 2023 16:31:51 +0000 (UTC) (envelope-from frank@harz2023.behrens.de) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=harz2023.behrens.de header.s=pinky2 header.b=B+Iom+9g; spf=pass (mx1.freebsd.org: domain of frank@harz2023.behrens.de designates 2a01:170:1023::1:2 as permitted sender) smtp.mailfrom=frank@harz2023.behrens.de; dmarc=none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= harz2023.behrens.de; h=message-id:date:mime-version:to:from :subject:content-type:content-transfer-encoding; s=pinky2; bh=jb /cEueKfostOEbZIdAoWrQYzzC21AKBmYGhSdYAkmM=; b=B+Iom+9g1yRNM28QL3 Y+y9EdOP+9LJQZxy/nZH/hyaRaaEDbrtjvOYThEKzgW1vipaVN9Ln9hn33CZCAbI GePMdd4/wiAC5LVqV/zjvcPJaHcCvcbu6YoP87/AnDAHfsUpQYP7mLwAM5/n0pkg sgVQalLF3oowzRQsakpiQL/Qs= Received: from [IPV6:fdfb:1999:428:bb80:3db4:e508:5137:9b17] ([IPv6:fdfb:1999:428:bb80:3db4:e508:5137:9b17]) (authenticated bits=0) by post.behrens.de (8.17.1/8.17.1) with ESMTPSA(MSP) id 38NGVfUB062092 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO cn=) for ; Sat, 23 Sep 2023 18:31:41 +0200 (CEST) (envelope-from frank@harz2023.behrens.de) Message-ID: <1b6190d1-1d42-6c99-bef6-c6b77edd386a@harz2023.behrens.de> Date: Sat, 23 Sep 2023 18:31:40 +0200 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:102.0) Gecko/20100101 Thunderbird/102.15.1 To: freebsd-stable@freebsd.org Content-Language: de-DE, en-GB From: Frank Behrens Subject: nvd->nda switch and blocksize changes for ZFS Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.39 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.99)[-0.995]; R_DKIM_ALLOW(-0.20)[harz2023.behrens.de:s=pinky2]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; ONCE_RECEIVED(0.10)[]; FROM_HAS_DN(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; RCVD_COUNT_ONE(0.00)[1]; MLMMJ_DEST(0.00)[freebsd-stable@freebsd.org]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_ALL(0.00)[]; ASN(0.00)[asn:8820, ipnet:2a01:170:1000::/36, country:DE]; TO_MATCH_ENVRCPT_ALL(0.00)[]; ARC_NA(0.00)[]; DMARC_NA(0.00)[behrens.de]; TO_DN_NONE(0.00)[]; DKIM_TRACE(0.00)[harz2023.behrens.de:+]; PREVIOUSLY_DELIVERED(0.00)[freebsd-stable@freebsd.org]; MID_RHS_MATCH_FROM(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_VIA_SMTP_AUTH(0.00)[] X-Rspamd-Queue-Id: 4RtF5g4MRBz4Vfn Hi, I created a zpool with a FreeBSD-14.0-CURRENT on February. With 15.0-CURRENT/14.0-STABLE from now I get the message: status: One or more devices are configured to use a non-native block size.         Expect reduced performance. action: Replace affected devices with devices that support the         configured block size, or migrate data to a properly configured         pool.         NAME        STATE     READ WRITE CKSUM         zsys        ONLINE       0     0     0           raidz1-0  ONLINE       0     0     0             nda0p4  ONLINE       0     0     0  block size: 4096B configured, 16384B native             nda1p4  ONLINE       0     0     0  block size: 4096B configured, 16384B native             nda2p4  ONLINE       0     0     0  block size: 4096B configured, 16384B native I use: nda0: nda0: nvme version 1.4 nda0: 953869MB (1953525168 512 byte sectors) I cannot imagine, that the native blocksize changed. Do I really expect a reduced performance? Is it advisable to switch back to nvd? Kind regards,    Frank -- Frank Behrens Osterwieck, Germany