From owner-freebsd-geom@FreeBSD.ORG Wed Feb 29 04:13:25 2012 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 96DCB106566B; Wed, 29 Feb 2012 04:13:25 +0000 (UTC) (envelope-from jwd@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 836598FC1E; Wed, 29 Feb 2012 04:13:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1T4DP0p030359; Wed, 29 Feb 2012 04:13:25 GMT (envelope-from jwd@freefall.freebsd.org) Received: (from jwd@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1T4DPgD030358; Wed, 29 Feb 2012 04:13:25 GMT (envelope-from jwd) Date: Wed, 29 Feb 2012 04:13:25 +0000 From: John To: freebsd-fs@freebsd.org, freebsd-geom@freebsd.org Message-ID: <20120229041325.GA4447@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: GEOM tasting iscsi zvols? X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Feb 2012 04:13:25 -0000 Hi Folks, I noticed (actually looked at my serial console logs :) that GEOM appears to be tasting the zvols being exported via iscsi(istgt). For instance: multipath completes... GEOM_MULTIPATH: da405 added to Z22 GEOM_MULTIPATH: da406 added to Z23 GEOM_MULTIPATH: da407 added to Z24 load zfs... ZFS filesystem version 5 ZFS storage pool version 28 luns tasted... GEOM_PART: integrity check failed (zvol/pool0/d00000003_300g_16k, MBR) GEOM_PART: integrity check failed (zvol/pool0/d00000003_300g_16k@snap1, MBR) GEOM_PART: integrity check failed (zvol/pool0/d00000001_300g_16k, MBR) GEOM_PART: integrity check failed (zvol/pool0/d00000001_300g_16k@snap1, MBR) The zvols have never been accessed/formatted from the local system except via the istgt daemon from the client. Is there a way to disable this that I've somehow missed? man 4 GEOM mentions "tasting" and the logic around this operation. A google search shows a couple of similar questions - no discrete answers. Comments welcome. Thanks, John