NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/54219 (zpool create pool dk5 causes kernel panic)



The following reply was made to PR kern/54219; it has been noted by GNATS.

From: Matt Farnsworth <mdfarnsworth%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: kern/54219 (zpool create pool dk5 causes kernel panic)
Date: Wed, 22 May 2019 16:54:07 +0300

 Ok, kernel version 8.99
 
 gpt create wd0
 gpt add -s 2g -t fbsd-zfs -l zfs-bsd wd0
 dkctl wd0 listwedges
  > zpool create pool dk0
 internal error: Inappropriate ioctl for device
  >zpool create pool wd0a
 cannot create: 'pool' : one or more vdevs refer to the same device
 
 Ok, I guess its handled in 8.99 -- though the messages are a bit cryptic.
 
 Note:
 
 gpt destroy wd0              # wipes the partition table but dkctl does 
 not know about this
 dkctl wd0 delwedge dk0 # to clean up.
 
 Notes: OpenIndiana hipster allows zfs in mbr partition, and recommends 
 gpt with whole disk only
 
 zpool does succeed with wd0 (wd0a same error as a above it mbr or gpt 
 (whole disk));
 but disk label tools fdisk and gpt can not report what file system is 
 using the disk
 
 Conclusions:
 I don't understand what is the point of dk* devices.
 It seems that zfs can not be used: to install into, nor on the same disk 
 as an ffs root
 What is the point of /dev/zpool/ ?
 The problem seems to be resolved in zpool application for netBSD image 8.99
 
 On 5/20/19 10:50 AM, Martin Husemann wrote:
 > The following reply was made to PR kern/54219; it has been noted by GNATS.
 >
 > From: Martin Husemann <martin%duskware.de@localhost>
 > To: gnats-bugs%netbsd.org@localhost
 > Cc:
 > Subject: Re: kern/54219 (zpool create pool dk5 causes kernel panic)
 > Date: Mon, 20 May 2019 09:45:12 +0200
 >
 >   On Sun, May 19, 2019 at 08:40:01PM +0000, Matt Farnsworth wrote:
 >   >  I am confused. On the netbsd.org website I see 8.0 released july 2018
 >   >  and 8.1 is not released yet. When you say current does that mean 8.1rc1
 >   >  or rebuild from cvs?
 >   
 >   Try a snapshot from the daily builds:
 >   
 >   	http://nycdn.netbsd.org/pub/NetBSD-daily/HEAD/latest/
 >   
 >   Martin
 >   
 



Home | Main Index | Thread Index | Old Index