From owner-freebsd-fs@FreeBSD.ORG Sun Aug 26 05:26:08 2012 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4E594106564A for ; Sun, 26 Aug 2012 05:26:08 +0000 (UTC) (envelope-from dan@3geeks.org) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 052668FC0C for ; Sun, 26 Aug 2012 05:26:07 +0000 (UTC) Received: by obbun3 with SMTP id un3so8566978obb.13 for ; Sat, 25 Aug 2012 22:26:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=3geeks.org; s=google; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; bh=OISE7b5okafi6CWUa1GnJ3tfdQLY8+znmi4OstyQdyM=; b=L7qeiDVce4eKktmSC1j4AK5cfp2CHJ1HcwV33UY+vkLgdZZmMswjLP3qXbk2GZJia0 /2XRP0GQpUmRgQJ4VCawp4jdbAUZHSSxdJMY4KI7z75of5pyrAFgAmNZat/QKlWygiwx 03lis+He5bYkoMX1LhwqiG1+AdGlG8PTmq4sk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer:x-gm-message-state; bh=OISE7b5okafi6CWUa1GnJ3tfdQLY8+znmi4OstyQdyM=; b=DKedJccNPFG9sIc6xSidI50ECGveNlGTnJw6VydqpFEn01PTpKQua2sPC1d7DtbOkk PYqDTaQ77uC4MOYjLleE07tZuo2SRIYm9q2DV6v0MtJF3fMCmC1jTJdF20AXbT/jCSUA AMJVOHN+ubxzdKgbmrlbtbCy8WOiOyPTTN/oVloC/xMrranBqXhgR0C1wpfhhASiDwKy vuf6M5eA8oSOvw46ybDEU/+V8NyWsQxVhtoCFQ024OWa6s526QPXl9Nnd8cQEpZY98Mk vchTvYljp/pw7w/LiDiyw6Mfd0SSPSpOJZ8ohgXGWia6+AMa69E1kO0uOjwc1MCUboyR 3rbw== Received: by 10.60.30.168 with SMTP id t8mr7577425oeh.89.1345958767341; Sat, 25 Aug 2012 22:26:07 -0700 (PDT) Received: from las1111-4kdb2q1.northamerica.corporate-domain.net ([65.210.205.254]) by mx.google.com with ESMTPS id qk5sm13762683obc.10.2012.08.25.22.26.06 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 25 Aug 2012 22:26:06 -0700 (PDT) From: Daniel Mayfield Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Sun, 26 Aug 2012 00:19:40 -0500 Message-Id: <4E305393-A1BF-4425-BF11-286A045B7136@3geeks.org> To: freebsd-fs@freebsd.org Mime-Version: 1.0 (Apple Message framework v1084) X-Mailer: Apple Mail (2.1084) X-Gm-Message-State: ALoCoQmp/FUTMdWdh07g4pmmAc6DpBDL0hWTzeGAWfIP8dHdnBi/g2LhIjSvANNP6Hiv6YLG5AW+ Subject: import a pool with a bad vdev config X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Aug 2012 05:26:08 -0000 I have a zpool on a SAN that came from a solaris machine running EMC = Powerpath. When I try to import this, zpool tells me I have an invalid = vdev config. Running a "zdb -l" on the device shows powerpath specific = devices. Any idea =10how I can alter that enough to get the pool = imported? Daniel=