From owner-freebsd-fs@FreeBSD.ORG Sun Dec 7 22:22:02 2014 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7520BD5B for ; Sun, 7 Dec 2014 22:22:02 +0000 (UTC) Received: from hades.sorbs.net (hades.sorbs.net [67.231.146.201]) by mx1.freebsd.org (Postfix) with ESMTP id 60EEFBE4 for ; Sun, 7 Dec 2014 22:22:01 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from isux.com (firewall.isux.com [213.165.190.213]) by hades.sorbs.net (Oracle Communications Messaging Server 7.0.5.29.0 64bit (built Jul 9 2013)) with ESMTPSA id <0NG800I4KH06FI00@hades.sorbs.net> for freebsd-fs@freebsd.org; Sun, 07 Dec 2014 14:26:31 -0800 (PST) Message-id: <5484D307.7070707@sorbs.net> Date: Sun, 07 Dec 2014 23:21:59 +0100 From: Michelle Sullivan User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.24) Gecko/20100301 SeaMonkey/1.1.19 To: Will Andrews Subject: Re: ZFS weird issue... References: <54825E70.20900@sorbs.net> <54842CC5.2020604@sorbs.net> In-reply-to: Cc: "freebsd-fs@freebsd.org" X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2014 22:22:02 -0000 Will Andrews wrote: > On Sunday, December 7, 2014, Michelle Sullivan > wrote: > > 2 physical paths of mfid8 ... that can't be good... can't seem to use > guids. > > > Can you paste the commands you tried and the result? It's hard to > guess what might be causing the problem otherwise. > > --Will. I think this is all of them: root@colossus:~ # zpool replace sorbs spare-8 mfid8 invalid vdev specification use '-f' to override the following errors: /dev/mfid8 is part of active pool 'sorbs' root@colossus:~ # zpool replace sorbs spare-8 mfid15 cannot replace spare-8 with mfid15: no such device in pool root@colossus:~ # zpool replace sorbs 933862663 1702922605 cannot open '1702922605': no such GEOM provider must be a full path or shorthand device name root@colossus:~ # zpool replace sorbs mfid8 mfid8 invalid vdev specification use '-f' to override the following errors: /dev/mfid8 is part of active pool 'sorbs' root@colossus:~ # zpool replace sorbs mfid15 mfid15 cannot replace mfid15 with mfid15: no such device in pool root@colossus:~ # zpool replace sorbs spare-8 1702922605 cannot open '1702922605': no such GEOM provider must be a full path or shorthand device name root@colossus:~ # zpool replace sorbs 1702922605 spare-8 cannot open 'spare-8': no such GEOM provider must be a full path or shorthand device name root@colossus:~ # zpool replace sorbs 1702922605 mfid8 invalid vdev specification use '-f' to override the following errors: /dev/mfid8 is part of active pool 'sorbs' The problem seems to be the guid -> device name transaltion is working and failing because there is already a mfid8... and the re-number didn't happen when the device was replaced... -- Michelle Sullivan http://www.mhix.org/