[zfs-discuss] /usr/sbin/install.d/chkprobe - awk: division by zero with zfs disks

2007-12-03 Thread Matthew Flanagan
ld if the ZFS disk was moved to HD slot 0 in the chassis. I've looked at patch 124630-14 but it has the same problem. Is this a known bug? is there a work-around or fix? thanks matthew -- Matthew Flanagan http://wadofstuff.blogspot.com

Re: [zfs-discuss] "zoneadm clone" doesn't support ZFS snapshots in

2007-09-20 Thread Matthew Flanagan
Mike, I followed your procedure for cloning zones and it worked well up until yesterday when I tried applying the S10U4 kernel patch 12001-14 and it wouldn't apply because I had my zones on zfs :( I'm still figuring out how to fix this other than moving all of my zones onto UFS. Anyone got an

[zfs-discuss] Re: zpool create -f ... fails on disk with previous UFS on it

2007-06-06 Thread Matthew Flanagan
Hi, FYI Bug ID 6566433 has been assigned to this. See also the other part of this thread at http://www.opensolaris.org/jive/thread.jspa?threadID=30678 . Current work around suggested by Sun is: > G'day Matthew, > > Apologize for the delay as it took sometime for the Backline Engineer > to rep

Re: [zfs-discuss] Re: zpool create -f ... fails on disk with previous

2007-05-15 Thread Matthew Flanagan
On 5/15/07, Matthew Flanagan <[EMAIL PROTECTED]> wrote: On 5/15/07, eric kustarz <[EMAIL PROTECTED]> wrote: > > On May 12, 2007, at 2:12 AM, Matthew Flanagan wrote: > > >> > >> On May 10, 2007, at 10:04 PM, Matthew Flanagan wrote: > >> > >

[zfs-discuss] Re: zpool create -f ... fails on disk with previous

2007-05-14 Thread Matthew Flanagan
On 5/15/07, eric kustarz <[EMAIL PROTECTED]> wrote: On May 12, 2007, at 2:12 AM, Matthew Flanagan wrote: >> >> On May 10, 2007, at 10:04 PM, Matthew Flanagan wrote: >> >>> Hi, >>> >>> I have a test server that I use for testing my >&

[zfs-discuss] Re: zpool create -f ... fails on disk with previous

2007-05-12 Thread Matthew Flanagan
> > On May 10, 2007, at 10:04 PM, Matthew Flanagan wrote: > > > Hi, > > > > I have a test server that I use for testing my > different jumpstart > > installations. This system is continuously > installed and > > reinstalled with different syste

[zfs-discuss] zpool create -f ... fails on disk with previous UFS on it

2007-05-10 Thread Matthew Flanagan
Hi, I have a test server that I use for testing my different jumpstart installations. This system is continuously installed and reinstalled with different system builds. For some builds I have a finish script that creates a zpool using the utility found in the Solaris 10 update 3 miniroot. I

[zfs-discuss] Re: reproducible zfs panic on Solaris 10 06/06

2006-11-02 Thread Matthew Flanagan
Matt, > Matthew Flanagan wrote: > > mkfile 100m /data > > zpool create tank /data > ... > > rm /data > ... > > panic[cpu0]/thread=2a1011d3cc0: ZFS: I/O failure > (write on off 0: zio 60007432bc0 [L0 > unallocated] 4000L/400P DVA[0]=<0:b000:400&g

[zfs-discuss] reproducible zfs panic on Solaris 10 06/06

2006-11-01 Thread Matthew Flanagan
Hi, I am able to reproduce the following panic on a number of Solaris 10 06/06 boxes (Sun Blade 150, V210 and T2000). The script to do this is: #!/bin/sh -x uname -a mkfile 100m /data zpool create tank /data zpool status cd /tank ls -al cp /etc/services . ls -al cd / rm /data zpool status # unco