Re: [zfs-discuss] Repairing known bad disk blocks before zfs encounters them

2008-04-17 Thread Robert Milkowski
Hello Brandon, Wednesday, April 16, 2008, 11:23:48 PM, you wrote: BH> On Tue, Apr 15, 2008 at 12:54 PM, David <[EMAIL PROTECTED]> wrote: >> I have some code that implements background media scanning so I am able to >> detect bad blocks well before zfs encounters them. I need a script or >> so

Re: [zfs-discuss] Repairing known bad disk blocks before zfs encounters them

2008-04-17 Thread Robert Milkowski
Hello Richard, Wednesday, April 16, 2008, 6:33:05 PM, you wrote: RE> David wrote: >> I have some code that implements background media scanning so I am able to >> detect bad blocks well before zfs encounters them. I need a script or >> something that will map the known bad block(s) to a logic

Re: [zfs-discuss] Repairing known bad disk blocks before zfs encounters them

2008-04-16 Thread Bart Smaalders
Richard Elling wrote: > David wrote: >> I have some code that implements background media scanning so I am able to >> detect bad blocks well before zfs encounters them. I need a script or >> something that will map the known bad block(s) to a logical block so I can >> force zfs to repair the b

Re: [zfs-discuss] Repairing known bad disk blocks before zfs encounters them

2008-04-16 Thread Brandon High
On Tue, Apr 15, 2008 at 12:54 PM, David <[EMAIL PROTECTED]> wrote: > I have some code that implements background media scanning so I am able to > detect bad blocks well before zfs encounters them. I need a script or > something that will map the known bad block(s) to a logical block so I can >

Re: [zfs-discuss] Repairing known bad disk blocks before zfs encounters them

2008-04-16 Thread Richard Elling
physical drive where I can pass the starting and ending blocks? > > > > -Original Message- > > From: "Richard Elling" <[EMAIL PROTECTED]> > Subj: Re: [zfs-discuss] Repairing known bad disk blocks before zfs > encounters them > Date: W

Re: [zfs-discuss] Repairing known bad disk blocks before zfs encounters them

2008-04-16 Thread Richard Elling
David wrote: > I have some code that implements background media scanning so I am able to > detect bad blocks well before zfs encounters them. I need a script or > something that will map the known bad block(s) to a logical block so I can > force zfs to repair the bad block from redundant/pari

[zfs-discuss] Repairing known bad disk blocks before zfs encounters them

2008-04-15 Thread David
I have some code that implements background media scanning so I am able to detect bad blocks well before zfs encounters them. I need a script or something that will map the known bad block(s) to a logical block so I can force zfs to repair the bad block from redundant/parity data. I can't fin