Re: [zfs-discuss] help with a BIG problem, can't import my zpool anymore

2008-05-25 Thread Robert Milkowski
Hello Hernan,

Friday, May 23, 2008, 6:08:34 PM, you wrote:


HF The question is still, why does it hang the machine? Why can't I
HF access the filesystems? Isn't it supposed to import the zpool,
HF mount the ZFSs and then do the destroy, in background?
HF  


Try to limit ARC size to 1/4 of your physical memory size via
/etc/system and reboot the box. Then wait and see if it finishes and
if it still freezes the box.

-- 
Best regards,
 Robert Milkowskimailto:[EMAIL PROTECTED]
   http://milek.blogspot.com

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


Re: [zfs-discuss] help with a BIG problem, can't import my zpool anymore

2008-05-23 Thread Hernan Freschi
I got more info. I can run zpool history and this is what I get:

2008-05-23.00:29:40 zfs destroy tera/[EMAIL PROTECTED]
2008-05-23.00:29:47 [internal destroy_begin_sync txg:3890809] dataset = 152
2008-05-23.01:28:38 [internal destroy_begin_sync txg:3891101] dataset = 152
2008-05-23.07:01:36 zpool import -f tera
2008-05-23.07:01:40 [internal destroy_begin_sync txg:3891106] dataset = 152
2008-05-23.10:52:56 zpool import -f tera
2008-05-23.10:52:58 [internal destroy_begin_sync txg:3891112] dataset = 152
2008-05-23.12:17:49 [internal destroy_begin_sync txg:3891114] dataset = 152
2008-05-23.12:27:48 zpool import -f tera
2008-05-23.12:27:50 [internal destroy_begin_sync txg:3891120] dataset = 152
2008-05-23.13:03:07 [internal destroy_begin_sync txg:3891122] dataset = 152
2008-05-23.13:56:52 zpool import -f tera
2008-05-23.13:56:54 [internal destroy_begin_sync txg:3891128] dataset = 152

apparently, it starts destroying dataset #152, which is the parent snapshot of 
the clone I issued the command to destroy. Not sure how it works, but I ordered 
the deletion of the CLONE, not the snapshot (which I was going to destroy 
anyway). 

The question is still, why does it hang the machine? Why can't I access the 
filesystems? Isn't it supposed to import the zpool, mount the ZFSs and then do 
the destroy, in background?
 
 
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


Re: [zfs-discuss] help with a BIG problem, can't import my zpool anymore

2008-05-23 Thread Hernan Freschi
I let it run for about 4 hours. when I returned, still the same: I can ping the 
machine but I can't SSH to it, or use the console. Please, I need urgent help 
with this issue!
 
 
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


Re: [zfs-discuss] help with a BIG problem, can't import my zpool anymore

2008-05-23 Thread Hernan Freschi
I let it run while watching TOP, and this is what I got just before it hung. 
Look at free mem. Is this memory allocated to the kernel? can I allow the 
kernel to swap?

last pid:  7126;  load avg:  3.36,  1.78,  1.11;   up 0+01:01:11
  21:16:49
88 processes: 78 sleeping, 9 running, 1 on cpu
CPU states: 22.4% idle,  0.4% user, 77.2% kernel,  0.0% iowait,  0.0% swap
Memory: 3072M phys mem, 31M free mem, 2055M swap, 1993M free swap

   PID USERNAME LWP PRI NICE  SIZE   RES STATETIMECPU COMMAND
  7126 root   9  580   45M 4188K run  0:00  0.71% java
  4821 root   1  590 5124K 1724K run  0:03  0.46% zfs
  5096 root   1  590 5124K 1724K run  0:03  0.45% zfs
  2470 root   1  590 4956K 1660K sleep0:06  0.45% zfs
 
 
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


Re: [zfs-discuss] help with a BIG problem, can't import my zpool anymore

2008-05-23 Thread Rob
  Memory: 3072M phys mem, 31M free mem, 2055M swap, 1993M free swap

perhaps this might help..
mkfile -n 4g /usr/swap
swap   -a/usr/swap

http://blogs.sun.com/realneel/entry/zfs_arc_statistics

Rob

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


Re: [zfs-discuss] help with a BIG problem, can't import my zpool anymore

2008-05-23 Thread Mattias Pantzare
2008/5/24 Hernan Freschi [EMAIL PROTECTED]:
 I let it run while watching TOP, and this is what I got just before it hung. 
 Look at free mem. Is this memory allocated to the kernel? can I allow the 
 kernel to swap?

No, the kernel will not use swap for this.

But most of the memory used by the kernel is probably in caches that
should release memory when needed.

Is this a 32 or 64 bit system?

ZFS will sometimes use all kernel address space on a 32-bit system.

You can give the kernel more address space with this command (only on
32-bit system):
eeprom kernelbase=0x5000
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss