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
>> info from this list before I just reboot.
>>     
>
> What does pstack show?
>
>
>   
If truss shows nothing, it's either looping at user level, or hung in 
the kernel.
Try
echo ::threadlist -v | mdb -k

and see what the stack trace looks like for the zfs process in the kernel.

max

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

Reply via email to