Re: [zfs-discuss] ZFS create hanging on door call?

2009-10-29 Thread Miles Benson
Hi, Did anyone ever get to the bottom of this? After enabling smb, I'm now seeing this behaviour - zfs create just hangs. Thanks Miles -- This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.op

Re: [zfs-discuss] ZFS create hanging on door call?

2009-06-03 Thread Stephen Green
Darren J Moffat wrote: Stephen Green wrote: stgr...@blue:~$ pgrep -lf zfs 7471 zfs create tank/mysql stgr...@blue:~$ pfexec truss -p 7471 door_call(7, 0x080F7008)(sleeping...) I suspect this is probably a nameservice lookup call running 'pfiles 7471' should confirm. Looks like it's w

Re: [zfs-discuss] ZFS create hanging on door call?

2009-06-01 Thread Stephen Green
On Jun 1, 2009, at 4:57 AM, Darren J Moffat wrote: Stephen Green wrote: Hi, folks. I just built a new box and I'm running the latest OpenSolaris bits. uname says: SunOS blue 5.11 snv_111b i86pc i386 i86pc Solaris I just did an image-update last night, but I was seeing this problem in 111a

Re: [zfs-discuss] ZFS create hanging on door call?

2009-06-01 Thread Darren J Moffat
Stephen Green wrote: Hi, folks. I just built a new box and I'm running the latest OpenSolaris bits. uname says: SunOS blue 5.11 snv_111b i86pc i386 i86pc Solaris I just did an image-update last night, but I was seeing this problem in 111a too. I built myself a pool out of four 1TB disks (W

[zfs-discuss] ZFS create hanging on door call?

2009-05-31 Thread Stephen Green
Hi, folks. I just built a new box and I'm running the latest OpenSolaris bits. uname says: SunOS blue 5.11 snv_111b i86pc i386 i86pc Solaris I just did an image-update last night, but I was seeing this problem in 111a too. I built myself a pool out of four 1TB disks (WD Caviar Green, if tha

Re: [zfs-discuss] 'zfs create' hanging

2008-03-10 Thread Marc Bevand
Lida Horn Sun.COM> writes: > > I think you jumped to a conclusion that is probably not warranted. You are right. I read his error message too hastily and thought I recognized a pattern --I have been victim of bug 6587133 myself. And to top this off I gave him the wrong patch number. To answer P

Re: [zfs-discuss] 'zfs create' hanging

2008-03-10 Thread Lida Horn
Marc Bevand wrote: > Paul Raines nmr.mgh.harvard.edu> writes: > >> Mar 9 03:22:16 raidsrv03 sata: NOTICE: >> /pci 0,0/pci1022,7458 1/pci11ab,11ab 1: >> Mar 9 03:22:16 raidsrv03 port 6: device reset >> [...] >> >> The above repeated a few times but now seems to have stopped. >> Running 'h

Re: [zfs-discuss] 'zfs create' hanging

2008-03-10 Thread Enda O'Connor
Paul Raines wrote: > On Sun, 9 Mar 2008, Marc Bevand wrote: > > >> Paul Raines nmr.mgh.harvard.edu> writes: >> >>> Mar 9 03:22:16 raidsrv03 sata: NOTICE: >>> /pci 0,0/pci1022,7458 1/pci11ab,11ab 1: >>> Mar 9 03:22:16 raidsrv03 port 6: device reset >>> [...] >>> >>> The above repeated

Re: [zfs-discuss] 'zfs create' hanging

2008-03-10 Thread Paul Raines
On Sun, 9 Mar 2008, Marc Bevand wrote: > Paul Raines nmr.mgh.harvard.edu> writes: >> >> Mar 9 03:22:16 raidsrv03 sata: NOTICE: >> /pci 0,0/pci1022,7458 1/pci11ab,11ab 1: >> Mar 9 03:22:16 raidsrv03 port 6: device reset >> [...] >> >> The above repeated a few times but now seems to have stop

Re: [zfs-discuss] 'zfs create' hanging

2008-03-10 Thread Paul Raines
On Mon, 10 Mar 2008, Lida Horn wrote: > Paul Raines wrote: >> Well, I ran updatemanager and started applying about 64 updates. After >> the progress meter got about half way it seemed to hang not moving for >> hours. I finally gave up and did a reboot. But the machine would not >> reboot. I we

Re: [zfs-discuss] 'zfs create' hanging

2008-03-10 Thread Lida Horn
Paul Raines wrote: > Well, I ran updatemanager and started applying about 64 updates. After > the progress meter got about half way it seemed to hang not moving for > hours. I finally gave up and did a reboot. But the machine would not > reboot. I went in the ILOM and tried 'stop /SYS' but afte

Re: [zfs-discuss] 'zfs create' hanging

2008-03-09 Thread Marc Bevand
Paul Raines nmr.mgh.harvard.edu> writes: > > Mar 9 03:22:16 raidsrv03 sata: NOTICE: > /pci 0,0/pci1022,7458 1/pci11ab,11ab 1: > Mar 9 03:22:16 raidsrv03 port 6: device reset > [...] > > The above repeated a few times but now seems to have stopped. > Running 'hd -c' shows all disks as ok.

Re: [zfs-discuss] 'zfs create' hanging

2008-03-09 Thread Paul Raines
Well, I ran updatemanager and started applying about 64 updates. After the progress meter got about half way it seemed to hang not moving for hours. I finally gave up and did a reboot. But the machine would not reboot. I went in the ILOM and tried 'stop /SYS' but after a few minutes would get

Re: [zfs-discuss] 'zfs create' hanging

2008-03-07 Thread [EMAIL PROTECTED]
Mark J Musante wrote: > On Fri, 7 Mar 2008, Paul Raines wrote: > > >> zfs create -o quota=131G -o reserv=131G -o recsize=8K zpool1/itgroup_001 >> >> and this is still running now. truss on the process shows nothing. I >> don't know how to debug it beyond that. I thought I would ask for any >>

Re: [zfs-discuss] 'zfs create' hanging

2008-03-07 Thread Paul Raines
Well, as is probably obvious I am pretty new to Solaris and don't really know these tools. [EMAIL PROTECTED] # ps -f -p 3056 UID PID PPID CSTIME TTY TIME CMD root 3056 3041 0 12:05:08 pts/1 0:00 zfs create -o quota=131G -o reserv=131G -o recsize=8K zpool1/it

Re: [zfs-discuss] 'zfs create' hanging

2008-03-07 Thread Mark J Musante
On Fri, 7 Mar 2008, Paul Raines wrote: > zfs create -o quota=131G -o reserv=131G -o recsize=8K zpool1/itgroup_001 > > and this is still running now. truss on the process shows nothing. I > don't know how to debug it beyond that. I thought I would ask for any > info from this list before I just

[zfs-discuss] 'zfs create' hanging

2008-03-07 Thread Paul Raines
We have a Sun Fire X4500 (Thumper) with 48 750GB SATA drives being used as an NFS server. My original plan was to reinstall Linux on it but after getting it and playing around with zfs I decided to give Solaris a try. I have created over 30 zfs filesystems so far and exported them via NFS and