From owner-freebsd-fs@freebsd.org Fri May 26 09:46:39 2017 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A7C8D7B939 for ; Fri, 26 May 2017 09:46:39 +0000 (UTC) (envelope-from lukasz@wasikowski.net) Received: from mail.freebsd.systems (mail.freebsd.systems [5.196.167.1]) (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 1A205185B for ; Fri, 26 May 2017 09:46:38 +0000 (UTC) (envelope-from lukasz@wasikowski.net) Received: from mail.freebsd.systems (mail.freebsd.systems [IPv6:2001:41d0:2:1276::1]) by mail.freebsd.systems (Postfix) with ESMTP id 9C03ABCF for ; Fri, 26 May 2017 11:40:17 +0200 (CEST) X-Virus-Scanned: amavisd-new at freebsd.systems Received: from mail.freebsd.systems ([IPv6:2001:41d0:2:1276::1]) by mail.freebsd.systems (scan.freebsd.systems [IPv6:2001:41d0:2:1276::1]) (amavisd-new, port 10026) with ESMTP id nUvOEahElcF7 for ; Fri, 26 May 2017 11:40:16 +0200 (CEST) Received: from [192.168.138.100] (unknown [194.181.68.244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.freebsd.systems (Postfix) with ESMTPSA id 45417BCC for ; Fri, 26 May 2017 11:40:16 +0200 (CEST) Authentication-Results: mail.freebsd.systems; dmarc=none header.from=wasikowski.net Authentication-Results: mail.freebsd.systems; spf=pass smtp.mailfrom=lukasz@wasikowski.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wasikowski.net; s=default; t=1495791616; bh=29BNoCbjlyGy0kvxq5X+LMccS16EikuPaXV8S6WXEdE=; h=To:From:Date; b=fH2Psgt5aEEwGvQNynJ+xqOGcqrs6eXe1uNkOKzxcz/WJOxDfhoZb6w6/B9n5wi2r zOebzwPXchY0E+ehao9CFIA2yjcHqZq5UuWs8gtFheQGI6evRirTXWWheVmCokp94e Ili0MuE4n3IUpR0fbZiQMI5VMlW9JLC/acqok+TeutM5TS+NVNjqk9S/xLtQ4r1cGs wpT+u+VE+OpYpxe6+EJX2rjayf+7Ade7eMwGH2JvLZcOldgK5UH6oR0Ra6U0bzgTpF /JuPOF6F+0g/LWM3AbXkP/9ErcNiV1GssBeORNZTaiSkTtRY1Md7b8GcaXvRQyGGeZ UFEpvo9+E3vbg== To: freebsd-fs@freebsd.org From: =?UTF-8?Q?=c5=81ukasz_W=c4=85sikowski?= Subject: Problem with zpool remove of log device Message-ID: <9188a169-cd81-f64d-6b9e-0e3c6b4af1bb@wasikowski.net> Date: Fri, 26 May 2017 11:40:06 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: pl Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 May 2017 09:46:39 -0000 Hi, I cant remove log device from pool - operation ends ok, but log device is still in the pool (bug?). # uname -a FreeBSD xxx.yyy.com 11.0-STABLE FreeBSD 11.0-STABLE #0 r316543: Thu Apr 6 08:22:43 CEST 2017 root@xxx.yyy.com:/usr/obj/usr/src/sys/YYY amd64 # zpool status tank pool: tank state: ONLINE 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. scan: scrub repaired 0 in 22h21m with 0 errors on Thu May 25 02:26:36 2017 config: NAME STATE READ WRITE CKSUM tank ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 ada2p3 ONLINE 0 0 0 ada3p3 ONLINE 0 0 0 logs mirror-1 ONLINE 0 0 0 gpt/tankssdzil0 ONLINE 0 0 0 block size: 512B configured, 4096B native gpt/tankssdzil1 ONLINE 0 0 0 block size: 512B configured, 4096B native errors: No known data errors When I try to remove log device operation ends without errors: # zpool remove tank mirror-1; echo $? 0 But the log device is still there: # zpool status tank pool: tank state: ONLINE 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. scan: scrub repaired 0 in 22h21m with 0 errors on Thu May 25 02:26:36 2017 config: NAME STATE READ WRITE CKSUM tank ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 ada2p3 ONLINE 0 0 0 ada3p3 ONLINE 0 0 0 logs mirror-1 ONLINE 0 0 0 gpt/tankssdzil0 ONLINE 0 0 0 block size: 512B configured, 4096B native gpt/tankssdzil1 ONLINE 0 0 0 block size: 512B configured, 4096B native errors: No known data errors I'd like to remove it - how should I proceed? -- best regards, Lukasz Wasikowski