Re: [zfs-discuss] Please help! ZFS crash & burn in SXCE b70!

2007-09-04 Thread Pete Bentley
Mario Goebbels wrote: > Heh, the last ever RAM problems I had was a broken 1MB memory stick on > that wannabe 486 from Cyrix like over a decade ago. And I never test my > machines for broken sticks :) If you don't test your RAM, how are you sure you have no problems (unless you exclusively use EC

[zfs-discuss] Supporting recordsizes larger than 128K?

2007-09-04 Thread Matty
Are there any plans to support record sizes larger than 128k? We use ZFS file systems for disk staging on our backup servers (compression is a nice feature here), and we typically configure the disk staging process to read and write large blocks (typically 1MB or so). This reduces the number of I/O

Re: [zfs-discuss] New zfs pr0n server :)))

2007-09-04 Thread Jason
Sickness, which case are you using? I've been looking for something that supports many HDDs. Thanks. This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-di

Re: [zfs-discuss] Samba with ZFS ACL

2007-09-04 Thread MC
For everyone else: http://blogs.sun.com/timthomas/entry/samba_and_swat_in_solaris#comments "It looks like nevada 70b will be the next Solaris Express Developer Edition (SXDE) which should also drop shortly and should also have the ZFS ACL fix, but to find the full source integration you have to

[zfs-discuss] I/O freeze after a disk failure

2007-09-04 Thread Gino
Hi all, yesterday we had a drive failure on a fc-al jbod with 14 drives. Suddenly the zpool using that jbod stopped to respond to I/O requests and we get tons of the following messages on /var/adm/messages: Sep 3 15:20:10 fb2 scsi: [ID 107833 kern.warning] WARNING: /scsi_vhci/[EMAIL PROTECTED]

[zfs-discuss] ZFS file access hanging processes under Solaris 10u3

2007-09-04 Thread Pete Bentley
Hi, I have a Solaris 10u3/x86 box with a single mirrored zpool, patched with 10_Recommended as of mid-May and which has been running with no obvious problems since that time until today. Today processes accessing certain zfs files starting hanging (sleeping in an unkillable state), which seems

Re: [zfs-discuss] Samba with ZFS ACL

2007-09-04 Thread Jonathan Edwards
On Sep 4, 2007, at 12:09, MC wrote: > For everyone else: > > http://blogs.sun.com/timthomas/entry/ > samba_and_swat_in_solaris#comments > > "It looks like nevada 70b will be the next Solaris Express > Developer Edition (SXDE) which should also drop shortly and should > also have the ZFS ACL

Re: [zfs-discuss] Supporting recordsizes larger than 128K?

2007-09-04 Thread Selim Daoud
long topic, it was discuss in a previous thread. in relation to this, there is http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6415647 which can be of interest selim On 9/4/07, Matty <[EMAIL PROTECTED]> wrote: > Are there any plans to support record sizes larger than 128k? We use > ZFS

Re: [zfs-discuss] Please help! ZFS crash & burn in SXCE b70!

2007-09-04 Thread Richard Elling
Pete Bentley wrote: > Mario Goebbels wrote: >> Heh, the last ever RAM problems I had was a broken 1MB memory stick on >> that wannabe 486 from Cyrix like over a decade ago. And I never test my >> machines for broken sticks :) > > If you don't test your RAM, how are you sure you have no problems (u

Re: [zfs-discuss] Please help! ZFS crash & burn in SXCE b70!

2007-09-04 Thread me
> If you don't test your RAM, how are you sure you have no problems (unless > you exclusively use ECC memory)? I usually keep an eagle eye on my personal systems. If something appears to be wrong, I usually spend considerable time into diagnosing. Goes as far as me running zpool status everytime I

Re: [zfs-discuss] I/O freeze after a disk failure

2007-09-04 Thread Mark Ashley
I'm going to go out on a limb here and say you have an A5000 with the 1.6" disks in it. Because of their design, (all drives seeing each other on both the A and B loops), it's possible for one disk that is behaving badly to take over the FC-AL loop and require human intervention. You can physic

Re: [zfs-discuss] I/O freeze after a disk failure

2007-09-04 Thread Gino
Hi Mark, the drive (147GB, FC 2Gb) failed on a Xyratex JBOD. Also in the past we had the same problem with a drive failed on a EMC CX JBOD. Anyway I can't understand why rebooting Solaris solved out the situation .. Thank you, Gino This message posted from opensolaris.org __

[zfs-discuss] Solaris HDD crash, Restore?

2007-09-04 Thread christopher
First time user of Solaris and ZFS I have Solaris 10 installed on the primary IDE drive of my motherboard. I also have a 4 disc RAIDZ setup on my sata connections. I setup up a successful 1.5TB ZFS server with all discs operational. Well ... I was trying out something new and I borked my

Re: [zfs-discuss] Solaris HDD crash, Restore?

2007-09-04 Thread Andy Lubel
"Zpool import" is your friend.. Yes you still have your pool! On 9/4/07 5:50 PM, "christopher" <[EMAIL PROTECTED]> wrote: > First time user of Solaris and ZFS > > I have Solaris 10 installed on the primary IDE drive of my motherboard. I > also have a 4 disc RAIDZ setup on my sata connecti

[zfs-discuss] ZFS panic in b70

2007-09-04 Thread Phillip Steinbachs
I encountered the following ZFS panic today and am looking for suggestions on how to resolve it. First panic: panic[cpu0]/thread=ff000fa9cc80: assertion failed: 0 == dmu_buf_hold_array(os, object, offset, size, FALSE, FTAG, &numbufs, &dbp), file: ../../common/fs/zfs/dmu.c, line: 435

Re: [zfs-discuss] Solaris HDD crash, Restore?

2007-09-04 Thread Albert Lee
On Tue, 4 Sep 2007, christopher wrote: > > Will I be able to save my data on the RAIDZ and remount the ZFS after > reinstall, or am I screwed? > You don't need anything from your current Solaris install to access your ZFS storage pool. 'zpool import' will locate the pool on a fresh install. If