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
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
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
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:
> >>
> >
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
>&
>
> 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
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
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
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