From owner-freebsd-fs@freebsd.org Wed Sep 19 14:18:41 2018 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ACE50109C75F for ; Wed, 19 Sep 2018 14:18:41 +0000 (UTC) (envelope-from theraven@freebsd.org) Received: from theravensnest.org (theravensnest.org [46.226.110.62]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "theravensnest.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3857982512 for ; Wed, 19 Sep 2018 14:18:41 +0000 (UTC) (envelope-from theraven@freebsd.org) Received: from [10.164.186.139] ([167.220.196.139]) (authenticated bits=0) by theravensnest.org (8.15.2/8.15.2) with ESMTPSA id w8JEFH3M028492 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Wed, 19 Sep 2018 14:15:18 GMT (envelope-from theraven@freebsd.org) X-Authentication-Warning: mail: Host [167.220.196.139] claimed to be [10.164.186.139] To: freebsd-fs@freebsd.org From: David Chisnall Subject: Fixing vdev name Message-ID: Date: Wed, 19 Sep 2018 15:16:16 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Sep 2018 14:18:41 -0000 Hello the list, I have a VM that uses ZFS with a pair of striped devices. The first is a partition on the root disk, created by the installer. When this was too small, I added another device (da1) and told the pool to expand to use it (no redundancy, because the underlying storage for the VM images provides that). After a reboot, I can no longer boot the system. Booting from the install CD and attempting to import the pool, it correctly identifies da0p4 as one of the devices, but gives me a long number instead of da1. How do I fix this so that the pool again points to da1? David