Re: ZFS MFC heads down

2009-05-31 Thread Henri Hennebert
Kip Macy wrote: Please try applying this change to your tree and let me know. I patch, I reboot 2 times without problem. I keep you posted is I encounter a new crash. Thanks Henri Thanks, Kip http://svn.freebsd.org/viewvc/base?view=revision&revision=193110 On Sat, May 30, 2009 at 2:11 AM

Re: ZFS MFC heads down

2009-05-30 Thread Kip Macy
Please try applying this change to your tree and let me know. Thanks, Kip http://svn.freebsd.org/viewvc/base?view=revision&revision=193110 On Sat, May 30, 2009 at 2:11 AM, Henri Hennebert wrote: > Kip Macy wrote: >> >> On Wed, May 20, 2009 at 2:59 PM, Kip Macy wrote: >>> >>> I will be MFC'ing

Re: ZFS MFC heads down

2009-05-30 Thread Henri Hennebert
Kip Macy wrote: On Wed, May 20, 2009 at 2:59 PM, Kip Macy wrote: I will be MFC'ing the newer ZFS support some time this afternoon. Both world and kernel will need to be re-built. Existing pools will continue to work without upgrade. If you choose to upgrade a pool to take advantage of new fea

Re: ZFS MFC heads down

2009-05-28 Thread Henri Hennebert
Henri Hennebert wrote: Kip Macy wrote: On Wed, May 20, 2009 at 2:59 PM, Kip Macy wrote: I will be MFC'ing the newer ZFS support some time this afternoon. Both world and kernel will need to be re-built. Existing pools will continue to work without upgrade. If you choose to upgrade a pool to t

Re: ZFS MFC heads down

2009-05-28 Thread Henri Hennebert
Andriy Gapon wrote: on 28/05/2009 16:26 Henri Hennebert said the following: (gdb) bt #0 0x0008012a6f22 in strlen () from /lib/libc.so.7 #1 0x0008012a0feb in open () from /lib/libc.so.7 #2 0x00080129ea59 in open () from /lib/libc.so.7 #3 0x0008012a1f2e in vfprintf () from /l

Re: ZFS MFC heads down

2009-05-28 Thread Andriy Gapon
on 28/05/2009 16:26 Henri Hennebert said the following: > (gdb) bt > #0 0x0008012a6f22 in strlen () from /lib/libc.so.7 > #1 0x0008012a0feb in open () from /lib/libc.so.7 > #2 0x00080129ea59 in open () from /lib/libc.so.7 > #3 0x0008012a1f2e in vfprintf () from /lib/libc.so.7 >

Re: ZFS MFC heads down

2009-05-28 Thread Henri Hennebert
Kip Macy wrote: On Wed, May 27, 2009 at 11:04 AM, Artem Belevich wrote: I had the same problem on -current. Try attached patch. It may not apply cleanly on -stable, but should be easy enough to make equivalent changes on -stable. --Artem Adding to rw_init looks fine, but I'd rather find out

Re: ZFS MFC heads down

2009-05-28 Thread Kip Macy
On Wed, May 27, 2009 at 11:04 AM, Artem Belevich wrote: > I had the same problem on -current. Try attached patch. It may not > apply cleanly on -stable, but should be easy enough to make equivalent > changes on -stable. > > --Artem > Adding to rw_init looks fine, but I'd rather find out why owner

Re: ZFS MFC heads down

2009-05-27 Thread Henri Hennebert
Artem Belevich wrote: Did you by any chance do that from single-user mode? ZFS seems to rely on hostid being set. Try running "/etc/rc.d/hostid start" and then re-try your zfs commands. I was in multiuser with hostid set. Henri --Artem On Wed, May 27, 2009 at 1:06 PM, Henri Hennebert wro

Re: ZFS MFC heads down

2009-05-27 Thread Kip Macy
On Wed, May 27, 2009 at 1:18 PM, Artem Belevich wrote: > Did you by any chance do that from single-user mode? ZFS seems to rely > on hostid being set. > Try running "/etc/rc.d/hostid start" and then re-try your zfs commands. Yup. Your hostuuid has to match that in the pool. Cheers, Kip > > -

Re: ZFS MFC heads down

2009-05-27 Thread Artem Belevich
Did you by any chance do that from single-user mode? ZFS seems to rely on hostid being set. Try running "/etc/rc.d/hostid start" and then re-try your zfs commands. --Artem On Wed, May 27, 2009 at 1:06 PM, Henri Hennebert wrote: > Artem Belevich wrote: >> >> I had the same problem on -current.

Re: ZFS MFC heads down

2009-05-27 Thread Henri Hennebert
Henri Hennebert wrote: Artem Belevich wrote: I had the same problem on -current. Try attached patch. It may not apply cleanly on -stable, but should be easy enough to make equivalent changes on -stable. The patch is ok for stable. now I get for the pool with my root: [r...@morzine libzpool]#

Re: ZFS MFC heads down

2009-05-27 Thread Henri Hennebert
Artem Belevich wrote: I had the same problem on -current. Try attached patch. It may not apply cleanly on -stable, but should be easy enough to make equivalent changes on -stable. The patch is ok for stable. now I get for the pool with my root: [r...@morzine libzpool]# zdb rpool version=1

Re: ZFS MFC heads down

2009-05-27 Thread Artem Belevich
I had the same problem on -current. Try attached patch. It may not apply cleanly on -stable, but should be easy enough to make equivalent changes on -stable. --Artem On Wed, May 27, 2009 at 3:00 AM, Henri Hennebert wrote: > Kip Macy wrote: >> >> On Wed, May 20, 2009 at 2:59 PM, Kip Macy wrote

Re: ZFS MFC heads down

2009-05-27 Thread Henri Hennebert
Kip Macy wrote: On Wed, May 20, 2009 at 2:59 PM, Kip Macy wrote: I will be MFC'ing the newer ZFS support some time this afternoon. Both world and kernel will need to be re-built. Existing pools will continue to work without upgrade. If you choose to upgrade a pool to take advantage of new fea

Re: ZFS MFC heads down

2009-05-26 Thread Henri Hennebert
Kip Macy wrote: I haven't looked at the panic yet, but adding a USB quirk (no SYNCHRONIZE_CACHE) would certainly reduce the noise in your logs. Thanks for this hint. I patch usbdevs and umass.c. No more noise but more interesting, now I can complete install on my usb key without deadlock or cr

Re: ZFS MFC heads down

2009-05-25 Thread Kip Macy
I haven't looked at the panic yet, but adding a USB quirk (no SYNCHRONIZE_CACHE) would certainly reduce the noise in your logs. -Kip On Mon, May 25, 2009 at 4:16 AM, Henri Hennebert wrote: > Kip Macy wrote: >> >> On Wed, May 20, 2009 at 2:59 PM, Kip Macy wrote: >>> >>> I will be MFC'ing the new

Re: ZFS MFC heads down

2009-05-25 Thread Henri Hennebert
Kip Macy wrote: On Wed, May 20, 2009 at 2:59 PM, Kip Macy wrote: I will be MFC'ing the newer ZFS support some time this afternoon. Both world and kernel will need to be re-built. Existing pools will continue to work without upgrade. If you choose to upgrade a pool to take advantage of new fea

Re: ZFS MFC heads down

2009-05-23 Thread Lorenzo Perone
On 22.05.2009, at 11:45, Pertti Kosunen wrote: Kirk Strauser wrote: So far so good here (amd64, Core2 Duo, ICH9 SATA) but I'm too chicken to upgrade the on-disk format yet. Me too, upgraded pool to v13 yesterday and everything still ok. Removed also all loader.conf tunables. Many thanks f

Re: ZFS MFC heads down

2009-05-22 Thread Alberto Villa
On Fri, May 22, 2009 at 11:45 AM, Pertti Kosunen wrote: > Me too, upgraded pool to v13 yesterday and everything still ok. Removed also > all loader.conf tunables. Many thanks for FreeBSD team. what about i386? does it still need tunables? -- Alberto Villa ___

Re: ZFS MFC heads down

2009-05-22 Thread Pertti Kosunen
Kirk Strauser wrote: So far so good here (amd64, Core2 Duo, ICH9 SATA) but I'm too chicken to upgrade the on-disk format yet. Me too, upgraded pool to v13 yesterday and everything still ok. Removed also all loader.conf tunables. Many thanks for FreeBSD team. (Tyan Tank GT20, 2GB memory, ICH7

Re: ZFS MFC heads down

2009-05-21 Thread Dillon Kass
On 5/21/09 4:15 PM, Kip Macy wrote: Your snapshots are using two thirds of your used capacity. 'df' only knows about the mounted file system. Cheers, Kip On that subject, if anyone isn't aware this version of zfs has nicer space accounting. you should check out the output of zfs list -o

Re: ZFS MFC heads down

2009-05-21 Thread Kip Macy
> I did an update on one of my less critical boxes today.  I upgraded the > version as well to lucky 13 :)  So far so good!  I am rsyncing a few hundred > GB to it now.  One thing I noticed, and not sure if this is normal because > of the compression, the capacity shows 31%, df shows 13% Your sna

Re: ZFS MFC heads down

2009-05-21 Thread Mike Tancsa
At 03:35 PM 5/21/2009, Kirk Strauser wrote: On Wednesday 20 May 2009 06:43:13 pm Kip Macy wrote: > The MFC went in r192498. Please let me know if you have any problems. So far so good here (amd64, Core2 Duo, ICH9 SATA) but I'm too chicken to upgrade the on-disk format yet. I did an update on

Re: ZFS MFC heads down

2009-05-21 Thread Pete French
All looking good here - 3rd DNS server is now running new ZFS with an upgraded pool, and I jsut did a server in the office which is running a database and filesderver, also upgrading the pool. These are all amd64 systems, and the vm backpressure system seems to work nicely - in that the kernel memo

Re: ZFS MFC heads down

2009-05-21 Thread Kirk Strauser
On Wednesday 20 May 2009 06:43:13 pm Kip Macy wrote: > The MFC went in r192498. Please let me know if you have any problems. So far so good here (amd64, Core2 Duo, ICH9 SATA) but I'm too chicken to upgrade the on-disk format yet. -- Kirk Strauser ___

Re: ZFS MFC heads down

2009-05-21 Thread Henri Hennebert
Henri Hennebert wrote: Kip Macy wrote: On Wed, May 20, 2009 at 2:59 PM, Kip Macy wrote: I will be MFC'ing the newer ZFS support some time this afternoon. Both world and kernel will need to be re-built. Existing pools will continue to work without upgrade. If you choose to upgrade a pool to t

Re: ZFS MFC heads down

2009-05-21 Thread Henri Hennebert
Kip Macy wrote: On Wed, May 20, 2009 at 2:59 PM, Kip Macy wrote: I will be MFC'ing the newer ZFS support some time this afternoon. Both world and kernel will need to be re-built. Existing pools will continue to work without upgrade. If you choose to upgrade a pool to take advantage of new fea

Re: ZFS MFC heads down

2009-05-21 Thread Henri Hennebert
Navdeep Parhar wrote: On Wed, May 20, 2009 at 5:00 PM, Kip Macy wrote: Not really a problem but a question: Is the v13 on-disk format exactly the same as that used by Solaris/Opensolaris? It is supposed to be. The sources are the same. However, I have not tested interoperability. Does this

Re: ZFS MFC heads down

2009-05-21 Thread Artis Caune
2009/5/21 Kip Macy : > The MFC went in r192498. Please let me know if you have any problems. > - zfs boot for all types now works Is it possible to boot from ZFS without ufs boot partition? zfsboot was added but is not build, gptzfsboot is not in tree. -- Artis Caune Everything should

Re: ZFS MFC heads down

2009-05-20 Thread Kip Macy
>> Please, fix 4 times repetition of all its content in >> stable/7/cddl/compat/opensolaris/include/libshare.h. >> > > The same: > stable/7/sys/cddl/compat/opensolaris/sys/pathname.h > stable/7/sys/cddl/compat/opensolaris/sys/kidmap.h > stable/7/sys/cddl/compat/opensolaris/sys/file.h > fixed by r1

Re: ZFS MFC heads down

2009-05-20 Thread pluknet
2009/5/21 pluknet : > 2009/5/21 Kip Macy : >> On Wed, May 20, 2009 at 2:59 PM, Kip Macy wrote: >>> I will be MFC'ing the newer ZFS support some time this afternoon. Both >>> world and kernel will need to be re-built. Existing pools will >>> continue to work without upgrade. >>> >>> >>> If you choo

Re: ZFS MFC heads down

2009-05-20 Thread pluknet
2009/5/21 Kip Macy : > On Wed, May 20, 2009 at 2:59 PM, Kip Macy wrote: >> I will be MFC'ing the newer ZFS support some time this afternoon. Both >> world and kernel will need to be re-built. Existing pools will >> continue to work without upgrade. >> >> >> If you choose to upgrade a pool to take

Re: ZFS MFC heads down

2009-05-20 Thread Navdeep Parhar
On Wed, May 20, 2009 at 5:00 PM, Kip Macy wrote: >> Not really a problem but a question:  Is the v13 on-disk format >> exactly the same as that used by Solaris/Opensolaris? > > It is supposed to be. The sources are the same. However, I have not > tested interoperability. > > >> Does this make >> i

Re: ZFS MFC heads down

2009-05-20 Thread Kip Macy
> Not really a problem but a question:  Is the v13 on-disk format > exactly the same as that used by Solaris/Opensolaris? It is supposed to be. The sources are the same. However, I have not tested interoperability. > Does this make > it possible to have a ZFS-only dual boot system running FreeBS

Re: ZFS MFC heads down

2009-05-20 Thread Navdeep Parhar
On Wed, May 20, 2009 at 4:43 PM, Kip Macy wrote: > On Wed, May 20, 2009 at 2:59 PM, Kip Macy wrote: >> I will be MFC'ing the newer ZFS support some time this afternoon. Both >> world and kernel will need to be re-built. Existing pools will >> continue to work without upgrade. >> >> >> If you choo