Properties list for zfs in FreeBSD

2013-08-21 Thread Zenny
Hi: Where can I find a list of properties (-o/-O property=value) for creating a zpool? I meant something like: #zpool create \ -o ashift=12 \ -0 dedup=off -O autoexpand=off -O atime=off \ -O canmount=off \ -O compression=lz4 \ -O normalization=formD \ -O

Re: NFS deadlock on 9.2-Beta1

2013-08-21 Thread Konstantin Belousov
On Tue, Aug 20, 2013 at 06:18:16PM -0400, Rick Macklem wrote: J David wrote: On Thu, Aug 15, 2013 at 5:39 PM, Rick Macklem rmack...@uoguelph.ca wrote: Have you been able to pass the debugging info on to Kostik? It would be really nice to get this fixed for FreeBSD9.2. You're

Re: Properties list for zfs in FreeBSD

2013-08-21 Thread Trond Endrestøl
On Wed, 21 Aug 2013 13:02-, Zenny wrote: Hi: Where can I find a list of properties (-o/-O property=value) for creating a zpool? I meant something like: #zpool create \ -o ashift=12 \ -0 dedup=off -O autoexpand=off -O atime=off \ -O canmount=off \ -O

Re: [CFT] VMware vmxnet3 ethernet driver

2013-08-21 Thread Harald Schmalzbauer
Bezüglich Bryan Venteicher's Nachricht vom 05.08.2013 02:12 (localtime): Hi, I've ported the OpenBSD vmxnet3 ethernet driver to FreeBSD. I did a lot of cleanup, bug fixes, new features, etc (+2000 new lines) along the way so there is not much of a resemblance left. The driver is in good

Re: Change in loader or kernel: won't boot with kfreebsd in grub2

2013-08-21 Thread Juergen Lock
On Tue, Aug 20, 2013 at 02:54:44PM -0700, Thomas Mueller wrote: This is what /cdrom/isolinux/isolinux.cfg shows for Super Grub2 Disk entry: LABEL grubdisk MENU LABEL SGD: Super Grub2 Disk kernel memdisk append initrd=/bootdisk/grubdisk.img floppy raw This is from the latest SysRescCD

Re: NFS deadlock on 9.2-Beta1

2013-08-21 Thread Yamagi Burmeister
On Wed, 21 Aug 2013 16:10:32 +0300 Konstantin Belousov kostik...@gmail.com wrote: I already described what to do with this. I need the debugging information to see what is going on. Without the data, it is only wasted time of everybody involved. Some technical notes. The sendfile() uses

Re: NFS deadlock on 9.2-Beta1

2013-08-21 Thread Konstantin Belousov
On Wed, Aug 21, 2013 at 08:03:35PM +0200, Yamagi Burmeister wrote: Could the problem be related to this deadlock / LOR? - http://lists.freebsd.org/pipermail/freebsd-fs/2013-August/018052.html This is not related. My test setup is still in place. Will test with r250907 reverted tomorrow

Re: NFS deadlock on 9.2-Beta1

2013-08-21 Thread Rick Macklem
Kostik wrote: On Tue, Aug 20, 2013 at 06:18:16PM -0400, Rick Macklem wrote: J David wrote: On Thu, Aug 15, 2013 at 5:39 PM, Rick Macklem rmack...@uoguelph.ca wrote: Have you been able to pass the debugging info on to Kostik? It would be really nice to get this fixed for

Re: Change in loader or kernel: won't boot with kfreebsd in grub2

2013-08-21 Thread Thomas Mueller
Not sure about a physical cd but booting an iso should be possible using either memdisk from grub2 like in the posting I linked, http://ubuntuforums.org/showthread.php?t=1549847page=13p=10818457#post10818457 _or_ also using grub2's own loopback command like

[releng_9 tinderbox] failure on arm/arm

2013-08-21 Thread FreeBSD Tinderbox
TB --- 2013-08-22 04:35:23 - tinderbox 2.10 running on freebsd-stable.sentex.ca TB --- 2013-08-22 04:35:23 - FreeBSD freebsd-stable.sentex.ca 8.3-STABLE FreeBSD 8.3-STABLE #0: Tue Oct 16 17:37:58 UTC 2012 mdtan...@freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/server amd64 TB --- 2013-08-22

Re: Properties list for zfs in FreeBSD

2013-08-21 Thread Shane Ambler
On 21/08/2013 23:39, Trond Endrestøl wrote: On Wed, 21 Aug 2013 13:02-, Zenny wrote: Where can I find a list of properties (-o/-O property=value) for creating a zpool? Read zpool(8) for zpool properties, and zfs(8) for zfs properties. Always a good place for detailed explanations.