On Mon, Jul 24, 2006 at 03:01:04PM -0700, Karen Chau wrote: > "all" the zfs commands are hung :-( > I tried to kill pid 1942, won't die. > > # ps -ef |grep zpool > root 1909 1171 0 14:33:26 pts/1 0:00 zpool import -f canary > root 1942 1920 0 14:37:17 pts/2 0:00 zpool status -x > root 2113 1987 0 15:00:28 pts/3 0:00 grep zpool > # date > Mon Jul 24 15:00:29 PDT 2006
What build are you running? If this is within Sun someone from the ZFS team can go poke at it if you provide a root login (send mail to zfs-team at sun dot com to find a candidate). You can also try: # mdb -k > ::pgrep zpool | ::walk thread | ::findstack To get an idea of where the threads are stuck. But most likely they are waiting on some ZIO or lock, and it would be much faster to let a ZFS specialist take a look. - Eric -- Eric Schrock, Solaris Kernel Development http://blogs.sun.com/eschrock _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss