zfs-discuss@opensolaris.org
[Top] [All Lists]

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

Subject: Re: [zfs-discuss] ZFS create hanging on door call?
From: Stephen Green
Date: Wed, 03 Jun 2009 21:39:52 -0400
Darren J Moffat wrote:
Stephen Green wrote:

stgreen@blue:~$ pgrep -lf zfs
 7471 zfs create tank/mysql
stgreen@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 waiting on smbd?

stgreen@blue:~/Projects/silverton-base$ pfexec truss -p 16790
door_call(7, 0x080F7008)        (sleeping...)
stgreen@blue:~/Projects/silverton-base$ pfexec pfiles 16790
16790:  zfs create tank/mybook
  Current rlimit: 256 file descriptors
[snip]
   7: S_IFDOOR mode:0644 dev:311,0 ino:40 uid:0 gid:3 size:0
      O_RDONLY  door to smbd[600]
      /var/run/smb_share_door

Perhaps trying to resolve it's own name for sharing? There's an entry for blue in /etc/hosts.

zfs destroy for a file system does not have the same problem.

Steve

_______________________________________________
zfs-discuss mailing list
zfs-discuss@xxxxxxxxxxxxxxx
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

<Prev in Thread] Current Thread [Next in Thread>