On 18-07-2010 12:38, Sean Bruno wrote:
> I spent some time last week validating the 7, 8 and -CURRENT on
> different vendor hardware over here in my lab.
>
> Is there a current h/w compatibility list that folks are maintaining
> that I can update with my findings?
I don't think there is such a l
An 8.1-prerelease machine I have throws the panic in subject quite
often. Does anyone care? Is this evidence of some filesystem corruption
here, or a known problem that's (almost) solved already?
The stacks all look the same:
panic: handle_written_inodeblock: bad size
ts_to_ct(1279145603
On Mon, Jul 19, 2010 at 02:40:29AM -0400, Mikhail T. wrote:
> An 8.1-prerelease machine I have throws the panic in subject quite
> often. Does anyone care? Is this evidence of some filesystem
> corruption here, or a known problem that's (almost) solved already?
>
> The stacks all look the same:
>
At 11:34 PM 7/18/2010, Jeremy Chadwick wrote:
>
> yes, da0 is a RAID volume with 4 disks behind the scenes.
Okay, so can you get full SMART statistics for all 4 of those disks?
The adjusted/calculated values for SMART thresholds won't be helpful
here, one will need the actual raw SMART data. I
At 11:58 PM 7/18/2010, Jeremy Chadwick wrote:
So I believe this indicates the message only gets printed during swapin,
not swapout. Meaning it's happening during an I/O read from da0.
Yes, and from my existing ssh sessions, it would _seem_ no disk IO
was completing. ie I tried a killall -9
At 12:11 AM 7/19/2010, Jeremy Chadwick wrote:
On Sun, Jul 18, 2010 at 08:58:44PM -0700, Jeremy Chadwick wrote:
> I took a look at the RELENG_8 code responsible for printing this
> message: src/sys/vm/swap_pager.c
>
> [...]
> 1086 static int
> 1087 swap_pager_getpages(vm_object_t object, vm_page_t
>
> just hangs, I guess because its having trouble reading from the disk.
> If I hit CTRL+t, I see
>
> load: 0.00 cmd: csh 73167 [vnread] 22.32r 0.00u 0.00s 0% 3232k
> load: 0.00 cmd: csh 73167 [vnread] 22.65r 0.00u 0.00s 0% 3232k
> load: 0.00 cmd: csh 73167 [vnread] 22.96r 0.00u 0.00s 0% 3232
On Thu, 2010-07-15 at 10:53 -0700, Jack Vogel wrote:
> The fact that I WISH it to be MFC'd doesn't mean that I am actually
> given permission to do so.
It seems 8.1 release was tagged on Saturday so we're proper-fucked
(we will have to run local patches on all 1850s and 2850s for the
duratio
I have an 8-drive ZFS array consisting of WD15EADS drives. One of my disks
has started to fail, so I got a replacement disk. I have replaced a disk
before by:
zpool offline tank /dev/da5
shutting down, swapping from old disk to new disk
booting
zpool replace tank /dev/da5
This worked fine.
Thi
On Mon, Jul 19, 2010 at 11:21:38AM -0400, Garrett Moore wrote:
> I have an 8-drive ZFS array consisting of WD15EADS drives. One of my disks
> has started to fail, so I got a replacement disk. I have replaced a disk
> before by:
>
> zpool offline tank /dev/da5
> shutting down, swapping from old di
Oops - shouldn't have forgotten that, sorry.
FreeBSD leviathan 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21
15:02:08 UTC 2009
r...@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
On Mon, Jul 19, 2010 at 11:24 AM, Jeremy Chadwick
wrote:
> On Mon, Jul 19, 2010 at 11:21:38AM -0400, Ga
On Mon, Jul 19, 2010 at 8:21 AM, Garrett Moore wrote:
> I have an 8-drive ZFS array consisting of WD15EADS drives. One of my disks
> has started to fail, so I got a replacement disk. I have replaced a disk
> before by:
>
> zpool offline tank /dev/da5
> shutting down, swapping from old disk to new
Oliver Fromme wrote:
> Jung-uk Kim wrote:
> > On Thursday 15 July 2010 01:56 pm, Andriy Gapon wrote:
> > > on 15/07/2010 19:57 Oliver Fromme said the following:
> > > > I patched topo_probe() so it calls topo_probe_0x4() after
> > > > topo_probe_0xb() if cpu_cores is still 0. I think this
>
So you think it's because when I switch from the old disk to the new disk,
ZFS doesn't realize the disk has changed, and thinks the data is just
corrupt now? Even if that happens, shouldn't the pool still be available,
since it's RAIDZ1 and only one disk has gone away?
I don't have / on ZFS; I'm o
On Mon, Jul 19, 2010 at 8:56 AM, Garrett Moore wrote:
> So you think it's because when I switch from the old disk to the new disk,
> ZFS doesn't realize the disk has changed, and thinks the data is just
> corrupt now? Even if that happens, shouldn't the pool still be available,
> since it's RAIDZ1
On Mon, Jul 19, 2010 at 10:56 AM, Garrett Moore wrote:
> So you think it's because when I switch from the old disk to the new disk,
> ZFS doesn't realize the disk has changed, and thinks the data is just
> corrupt now? Even if that happens, shouldn't the pool still be available,
> since it's RAIDZ
The data on the disks is not irreplaceable so if I lose the array it isn't
the end of the world but I would prefer not to lose it as it would be a pain
to get all of the data again.
Freddie's explanation is reasonable, but any ideas why it didn't happen when
I replaced my first dead drive (da5)? T
Dear stable list,
> is there any update on bug hunting of the issue described here?
> http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/145064
> I've attempted to install PC BSD 8.1-RC1 on my desktop and I'm facing
> the same problem with the Marvell SATA driver. Therefore, PC BSD is
> not installab
I forgot to ask in the last email, is there a way to convert from Z1 to Z2
without losing data? I actually have far more storage than I need so I'd
consider going to Z2.
On Mon, Jul 19, 2010 at 12:18 PM, Adam Vande More wrote:
> On Mon, Jul 19, 2010 at 10:56 AM, Garrett Moore wrote:
>
>> So you
On Mon, Jul 19, 2010 at 9:32 AM, Garrett Moore wrote:
> The data on the disks is not irreplaceable so if I lose the array it isn't
> the end of the world but I would prefer not to lose it as it would be a pain
> to get all of the data again.
>
> Freddie's explanation is reasonable, but any ideas w
On Mon, Jul 19, 2010 at 9:33 AM, Garrett Moore wrote:
> I forgot to ask in the last email, is there a way to convert from Z1 to Z2
> without losing data? I actually have far more storage than I need so I'd
> consider going to Z2.
No, unfortunately it's not currently possible to change vdev types
I'm nervous to trust the hotswap features and camcontrol to set things up
properly, but I guess I could try it. When I first set the system up before
I put data on the array I tried the hotswap functionality and drives
wouldn't always re-attach when reinserted, even if I fiddled with
camcontrol, bu
On Friday 16 July 2010 07:18 pm, Jung-uk Kim wrote:
> On Friday 16 July 2010 03:22 pm, Jung-uk Kim wrote:
> > On Friday 16 July 2010 03:00 pm, David DEMELIER wrote:
> > > 2010/6/19 paradox :
> > > >>On Wednesday 02 June 2010 04:25 pm, David DEMELIER wrote:
> > > >>> Hi there,
> > > >>>
> > > >>> I
On Mon, Jul 19, 2010 at 08:41:40AM -0400, Mike Tancsa wrote:
> At 11:58 PM 7/18/2010, Jeremy Chadwick wrote:
>
> >So I believe this indicates the message only gets printed during swapin,
> >not swapout. Meaning it's happening during an I/O read from da0.
>
> Yes, and from my existing ssh session
On 19/07/2010 17:52, Garrett Moore wrote:
I'm nervous to trust the hotswap features and camcontrol to set things up
properly, but I guess I could try it. When I first set the system up before
I put data on the array I tried the hotswap functionality and drives
wouldn't always re-attach when reins
On Mon, Jul 19, 2010 at 08:37:50AM -0400, Mike Tancsa wrote:
> At 11:34 PM 7/18/2010, Jeremy Chadwick wrote:
> >>
> >> yes, da0 is a RAID volume with 4 disks behind the scenes.
> >
> >Okay, so can you get full SMART statistics for all 4 of those disks?
> >The adjusted/calculated values for SMART th
Hi,
I have a Dell T710 with 4 X 10G ethernet interfaces (2 X Dual port Intel
82599 cards). It is running FreeBSD RELENG_8 last updated on July 13.
What I see is packet loss (0 - 40%) on IPv6 packets in vlans, when the
machine is not the originator of the packets.
Let me try to describe a little
On Mon, Jul 19, 2010 at 11:55:59AM -0400, Mikhail T. wrote:
> 19.07.2010 07:31, Jeremy Chadwick написав(ла):
> >If you boot the machine in single-user, and run fsck manually, are there
> >any errors?
> Thanks, Jeremy... I wish, there was a way to learn, /which/
> file-system is giving trouble... Ho
On Mon, Jul 19, 2010 at 10:25:42PM +0200, John Hay wrote:
> I have a Dell T710 with 4 X 10G ethernet interfaces (2 X Dual port Intel
> 82599 cards). It is running FreeBSD RELENG_8 last updated on July 13.
>
> What I see is packet loss (0 - 40%) on IPv6 packets in vlans, when the
> machine is not t
19.07.2010 07:31, Jeremy Chadwick написав(ла):
If you boot the machine in single-user, and run fsck manually, are there
any errors?
Thanks, Jeremy... I wish, there was a way to learn, /which/ file-system
is giving trouble... However, after sending the question out last night,
I tried to pkg
On Mon, 19 Jul 2010, Brian A. Seklecki wrote:
On Thu, 2010-07-15 at 10:53 -0700, Jack Vogel wrote:
The fact that I WISH it to be MFC'd doesn't mean that I am actually
given permission to do so.
It seems 8.1 release was tagged on Saturday so we're proper-f*
I can appreciate your frustra
Well, hotswapping worked, but now I have a totally different problem. Just
for reference:
# zpool offline tank da3
# camcontrol stop da3
# camcontrol rescan all
<'da3 lost device, removing device entry'>
# camcontrol rescan all
<'da3 at mpt0 ...', so new drive was found! yay>
# zpool replace tank
On Mon, Jul 19, 2010 at 3:04 PM, Garrett Moore wrote:
> Well, hotswapping worked, but now I have a totally different problem. Just
Yay. :)
> for reference:
> # zpool offline tank da3
> # camcontrol stop da3
>
> # camcontrol rescan all
> <'da3 lost device, removing device entry'>
> # camcontrol
On Mon, Jul 19, 2010 at 5:04 PM, Garrett Moore wrote:
> Well, hotswapping worked, but now I have a totally different problem. Just
> for reference:
> # zpool offline tank da3
> # camcontrol stop da3
>
> # camcontrol rescan all
> <'da3 lost device, removing device entry'>
> # camcontrol rescan all
Well thank you very much Western Digital for your absolutely pathetic RMA
service sending me an inferior drive. I'll call tomorrow and see what can be
done; I'm going to insist on these 00R6B0 drives being sent back, and being
given a drive of >= 1,500,301,910,016 bytes capacity.
At least now I le
On Mon, Jul 19, 2010 at 06:28:16PM -0400, Garrett Moore wrote:
> Well thank you very much Western Digital for your absolutely pathetic RMA
> service sending me an inferior drive. I'll call tomorrow and see what can be
> done; I'm going to insist on these 00R6B0 drives being sent back, and being
> g
On 20/07/2010, at 10:55, Clifton Royston wrote:
> The space sacrificed is trivial compared to the convenience and safety
> net.
>
> I think I got both those suggestions on this list, and I would hope
> (assume?) that they have equivalents under ZFS.
I partitioned my ZFS disks using GPT so I cou
On 7/19/2010 12:15 PM, Freddie Cash wrote:
On Mon, Jul 19, 2010 at 8:56 AM, Garrett Moore wrote:
So you think it's because when I switch from the old disk to the new disk,
ZFS doesn't realize the disk has changed, and thinks the data is just
corrupt now? Even if that happens, shouldn't the pool
On Mon, Jul 19, 2010 at 9:07 PM, Dan Langille wrote:
> I think it's because you pull the old drive, boot with the new drive,
>> the controller re-numbers all the devices (ie da3 is now da2, da2 is
>> now da1, da1 is now da0, da0 is now da6, etc), and ZFS thinks that all
>> the drives have changed
On Mon, Jul 19, 2010 at 01:46:18PM -0700, Jeremy Chadwick wrote:
> On Mon, Jul 19, 2010 at 10:25:42PM +0200, John Hay wrote:
> > I have a Dell T710 with 4 X 10G ethernet interfaces (2 X Dual port Intel
> > 82599 cards). It is running FreeBSD RELENG_8 last updated on July 13.
> >
> > What I see is
40 matches
Mail list logo