From owner-freebsd-fs@freebsd.org Sun Apr 12 19:26:44 2020 Return-Path: Delivered-To: freebsd-fs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BDACF2C68AB for ; Sun, 12 Apr 2020 19:26:44 +0000 (UTC) (envelope-from daryl@isletech.net) Received: from mail.isletech.net (mail.isletech.net [IPv6:2001:470:1d:c44::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 490hZW6QKgz4XkG for ; Sun, 12 Apr 2020 19:26:43 +0000 (UTC) (envelope-from daryl@isletech.net) From: Daryl Richards Subject: zpool status question To: freebsd-fs Message-ID: <7582e197-f18f-7137-fe9d-a21aabc4c989@isletech.net> Date: Sun, 12 Apr 2020 15:26:42 -0400 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Rspamd-Queue-Id: 490hZW6QKgz4XkG X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.46 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+mx:c]; R_DKIM_REJECT(0.00)[isletech.net:s=isle2017]; MIME_GOOD(-0.10)[text/plain]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; RCPT_COUNT_ONE(0.00)[1]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[isletech.net:-]; DMARC_POLICY_ALLOW(0.00)[isletech.net,quarantine]; DMARC_POLICY_ALLOW_WITH_FAILURES(-0.50)[]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; IP_SCORE(-1.66)[ipnet: 2001:470::/32(-4.66), asn: 6939(-3.60), country: US(-0.05)]; ASN(0.00)[asn:6939, ipnet:2001:470::/32, country:US]; MID_RHS_MATCH_FROM(0.00)[] X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Apr 2020 19:26:44 -0000 Hello list, I recently needed to add more storage to my pool and to get around the ashift problem of my old pool I made a new one on new drives and did a send->receive to copy my data. Everything went fine with the copy, but now when I do a zpool status, it takes about 15 minutes to show the status of the new pool. It takes about 5 minutes to show the first line (name of pool, then top level vdev), and then about 3 minutes per device after that. (4 drive raidz1). Everything shows ONLINE when done, no errors or timeouts show up in dmesg, nothing. It just takes a long time to display status.. Getting status of the other pools (zroot, and old array) is instantaneous. I'm just being overly cautious before I export the old array and import the new one as my main one.. I'm on FreeBSD 11.3-RELEASE Any ideas? Thanks!