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 waiting on smbd?

stgr...@blue:~/Projects/silverton-base$ pfexec truss -p 16790
door_call(7, 0x080F7008)        (sleeping...)
stgr...@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@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to