Re: ACL issue (Was Re: HEADS UP: ZFSv28 is in!)

2011-03-06 Thread Edward Tomasz Napierała
Wiadomość napisana przez Steve Wills w dniu 2011-03-06, o godz. 19:27: > On 03/06/11 12:49, Edward Tomasz Napierała wrote: >> >> The above looks like old-style, "canonical six" trivial ACL. Now, >> cp(1) shouldn't even try to copy the ACL in this case, since there >> is nothing to copy. So, for

Re: ACL issue (Was Re: HEADS UP: ZFSv28 is in!)

2011-03-06 Thread Steve Wills
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/06/11 12:49, Edward Tomasz Napierała wrote: > > The above looks like old-style, "canonical six" trivial ACL. Now, > cp(1) shouldn't even try to copy the ACL in this case, since there > is nothing to copy. So, for some reason, something failed

Re: ACL issue (Was Re: HEADS UP: ZFSv28 is in!)

2011-03-06 Thread Edward Tomasz Napierała
Wiadomość napisana przez Steve Wills w dniu 2011-03-06, o godz. 15:43: > On 03/06/11 08:35, Steve Wills wrote: >> On 03/06/11 04:22, Edward Tomasz NapieraBa wrote: >>> Wiadomo[ napisana przez Steve Wills w dniu 2011-03-06, o godz. 05:11: >> >>> [..] >> Thanks for your work on this, I'm very

Re: ACL issue (Was Re: HEADS UP: ZFSv28 is in!)

2011-03-06 Thread Jeremy Chadwick
On Sun, Mar 06, 2011 at 08:23:42AM -0800, Jeremy Chadwick wrote: > On Sun, Mar 06, 2011 at 11:06:09AM -0500, Steve Wills wrote: > > On 03/06/11 10:37, Jeremy Chadwick wrote: > > > > > > At first glance it looks like acl_set_fd_np(3) isn't working on an > > > md-backed filesystem; specifically, it'

Re: ACL issue (Was Re: HEADS UP: ZFSv28 is in!)

2011-03-06 Thread Jeremy Chadwick
On Sun, Mar 06, 2011 at 11:06:09AM -0500, Steve Wills wrote: > On 03/06/11 10:37, Jeremy Chadwick wrote: > > > > At first glance it looks like acl_set_fd_np(3) isn't working on an > > md-backed filesystem; specifically, it's returning EOPNOTSUPP. You > > should be able to reproduce the problem by

Re: ACL issue (Was Re: HEADS UP: ZFSv28 is in!)

2011-03-06 Thread Steve Wills
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/06/11 11:30, Jeremy Chadwick wrote: > On Sun, Mar 06, 2011 at 08:23:42AM -0800, Jeremy Chadwick wrote: >> On Sun, Mar 06, 2011 at 11:06:09AM -0500, Steve Wills wrote: >> >> Sorry, I should have been more clear -- my investigation wasn't to >> det

Re: ACL issue (Was Re: HEADS UP: ZFSv28 is in!)

2011-03-06 Thread Robert N. M. Watson
On 6 Mar 2011, at 16:30, Jeremy Chadwick wrote: 2. Are you absolutely 100% sure the kernel you're using was built with "options UFS_ACL" defined in it? Doing a "strings -a /boot/kernel/kernel | grep UFS_ACL" should suffice. >>> >>> Yep, it does: >>> >>> % strings -a /b

Re: ACL issue (Was Re: HEADS UP: ZFSv28 is in!)

2011-03-06 Thread Steve Wills
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/06/11 10:37, Jeremy Chadwick wrote: > > At first glance it looks like acl_set_fd_np(3) isn't working on an > md-backed filesystem; specifically, it's returning EOPNOTSUPP. You > should be able to reproduce the problem by doing a setfacl on some

Re: ACL issue (Was Re: HEADS UP: ZFSv28 is in!)

2011-03-06 Thread Jeremy Chadwick
On Sun, Mar 06, 2011 at 09:43:34AM -0500, Steve Wills wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 03/06/11 08:35, Steve Wills wrote: > > On 03/06/11 04:22, Edward Tomasz NapieraBa wrote: > >> Wiadomo[ napisana przez Steve Wills w dniu 2011-03-06, o godz. 05:11: > > > >> [..]

Re: ACL issue (Was Re: HEADS UP: ZFSv28 is in!)

2011-03-06 Thread Steve Wills
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/06/11 08:35, Steve Wills wrote: > On 03/06/11 04:22, Edward Tomasz NapieraBa wrote: >> Wiadomo[ napisana przez Steve Wills w dniu 2011-03-06, o godz. 05:11: > >> [..] > >>> Thanks for your work on this, I'm very happy to have ZFS v28. I just >

Re: HEADS UP: ZFSv28 is in!

2011-03-06 Thread Steve Wills
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/06/11 04:22, Edward Tomasz Napierała wrote: > Wiadomość napisana przez Steve Wills w dniu 2011-03-06, o godz. 05:11: > > [..] > >> Thanks for your work on this, I'm very happy to have ZFS v28. I just >> updated my -CURRENT system from a snapsho

Re: HEADS UP: ZFSv28 is in!

2011-03-06 Thread Edward Tomasz Napierała
Wiadomość napisana przez Steve Wills w dniu 2011-03-06, o godz. 05:11: [..] > Thanks for your work on this, I'm very happy to have ZFS v28. I just > updated my -CURRENT system from a snapshot from about a month ago to > code from today. I have 3 pools and one of them is for ports tinderbox. > I o

Re: HEADS UP: ZFSv28 is in!

2011-03-05 Thread Steve Wills
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Pawel, On 02/27/11 15:29, Pawel Jakub Dawidek wrote: > Hi. > > I just committed ZFSv28 to HEAD. > > New major features: > > - Data deduplication. > - Triple parity RAIDZ (RAIDZ3). > - zfs diff. > - zpool split. > - Snapshot holds. > - zpool impo

Re: HEADS UP: ZFSv28 is in!

2011-03-05 Thread Volodymyr Kostyrko
28.02.2011 15:24, lhmwzy wrote: Tks for PJD's work for zfs. Would V28 is the last version of zfs because oracle don't open the zfs code after V28? 1. Oracle opens the code, but only after some time. AFAIR they do open the code after the major releases. 2. All head developers have quit Oracle.

Re: HEADS UP: ZFSv28 is in!

2011-03-03 Thread Fabian Keil
Alexander Leidinger wrote: > Quoting Fabian Keil (from Thu, 3 Mar > 2011 13:01:30 +0100): > > > Alexander Leidinger wrote: > > > >> On Mon, 28 Feb 2011 19:21:29 +0100 Fabian Keil > >> wrote: > >> > >> > Pawel Jakub Dawidek wrote: > >> > > >> > > I just committed ZFSv28 to HEAD. > >> > > >>

Re: HEADS UP: ZFSv28 is in!

2011-03-03 Thread Bob Friesenhahn
On Thu, 3 Mar 2011, Fabian Keil wrote: When you add the tuning back, does it take minutes again to boot? If not, I assume it was cleaning up some leftovers the old version was not able to cleanup. I haven't tried that yet, but as I didn't upgrade the system's storage pool I don't think ZFS is

Re: HEADS UP: ZFSv28 is in!

2011-03-03 Thread Alexander Leidinger
Quoting Fabian Keil (from Thu, 3 Mar 2011 13:01:30 +0100): Alexander Leidinger wrote: On Mon, 28 Feb 2011 19:21:29 +0100 Fabian Keil wrote: > Pawel Jakub Dawidek wrote: > > > I just committed ZFSv28 to HEAD. > > I updated the system without removing the tuning for ZFSv15 > first, and so

Re: HEADS UP: ZFSv28 is in!

2011-03-03 Thread Fabian Keil
Alexander Leidinger wrote: > On Mon, 28 Feb 2011 19:21:29 +0100 Fabian Keil > wrote: > > > Pawel Jakub Dawidek wrote: > > > > > I just committed ZFSv28 to HEAD. > > > > I updated the system without removing the tuning for ZFSv15 > > first, and somehow this completely messed up the performanc

Re: HEADS UP: ZFSv28 is in!

2011-03-01 Thread Pawel Jakub Dawidek
On Mon, Feb 28, 2011 at 08:34:08AM +0100, Martin Sugioarto wrote: > > PS. If you like my work, you help me to promote yomoli.com:) > > > > http://yomoli.com > > http://www.facebook.com/pages/Yomolicom/178311095544155 > > > > I would like, but you should at least tell me what it is (what

Re: HEADS UP: ZFSv28 is in!

2011-02-28 Thread Alexander Leidinger
On Mon, 28 Feb 2011 19:21:29 +0100 Fabian Keil wrote: > Pawel Jakub Dawidek wrote: > > > I just committed ZFSv28 to HEAD. > > I updated the system without removing the tuning for ZFSv15 > first, and somehow this completely messed up the performance. > Booting the system took more than ten minu

Re: HEADS UP: ZFSv28 is in!

2011-02-28 Thread Fabian Keil
Pawel Jakub Dawidek wrote: > I just committed ZFSv28 to HEAD. I updated the system without removing the tuning for ZFSv15 first, and somehow this completely messed up the performance. Booting the system took more than ten minutes and even once it was up it was next to unresponsive. I'm not sure

Re: HEADS UP: ZFSv28 is in!

2011-02-28 Thread lhmwzy
Tks for PJD's work for zfs. Would V28 is the last version of zfs because oracle don't open the zfs code after V28? 2011/2/28 Pawel Jakub Dawidek : > Hi. > > I just committed ZFSv28 to HEAD. > > New major features: > > - Data deduplication. > - Triple parity RAIDZ (RAIDZ3). > - zfs diff. > - zpool

Re: HEADS UP: ZFSv28 is in!

2011-02-28 Thread krad
On 28 February 2011 08:47, Pawel Jakub Dawidek wrote: > On Sun, Feb 27, 2011 at 04:03:01PM -0700, Shawn Webb wrote: >> I'm so excited for your work. Thanks so much for bringing zpool v28 to >> FreeBSD. Will v28 come to 8-stable? > > Yes, hopefully in 1-2 month(s). > > -- > Pawel Jakub Dawidek    

Re: HEADS UP: ZFSv28 is in!

2011-02-28 Thread Jeremy Chadwick
On Sun, Feb 27, 2011 at 09:29:57PM +0100, Pawel Jakub Dawidek wrote: > I just committed ZFSv28 to HEAD. Thank you so much for this effort! I look forward to trying this once it's MFC'd to RELENG_8 in the upcoming future. -- | Jeremy Chadwick j...@parodius.com |

Re: HEADS UP: ZFSv28 is in!

2011-02-28 Thread Pawel Jakub Dawidek
On Mon, Feb 28, 2011 at 10:37:25AM +, krad wrote: > On 28 February 2011 08:47, Pawel Jakub Dawidek wrote: > > On Sun, Feb 27, 2011 at 04:03:01PM -0700, Shawn Webb wrote: > >> I'm so excited for your work. Thanks so much for bringing zpool v28 to > >> FreeBSD. Will v28 come to 8-stable? > > > >

Re: HEADS UP: ZFSv28 is in!

2011-02-28 Thread Pawel Jakub Dawidek
On Sun, Feb 27, 2011 at 04:03:01PM -0700, Shawn Webb wrote: > I'm so excited for your work. Thanks so much for bringing zpool v28 to > FreeBSD. Will v28 come to 8-stable? Yes, hopefully in 1-2 month(s). -- Pawel Jakub Dawidek http://www.wheelsystems.com FreeBSD committer

Re: HEADS UP: ZFSv28 is in!

2011-02-28 Thread Martin Sugioarto
Am Sun, 27 Feb 2011 21:29:57 +0100 schrieb Pawel Jakub Dawidek : > Hi. > > I just committed ZFSv28 to HEAD. > > New major features: > > - Data deduplication. > - Triple parity RAIDZ (RAIDZ3). > - zfs diff. > - zpool split. > - Snapshot holds. > - zpool import -F. Allows to rewind corrupted pool

RE: HEADS UP: ZFSv28 is in!

2011-02-27 Thread Chris Forgeron
On Behalf Of Pawel Jakub Dawidek Sent: Sunday, February 27, 2011 4:30 PM To: freebsd...@freebsd.org Cc: freebsd-current@FreeBSD.org Subject: HEADS UP: ZFSv28 is in! Hi. I just committed ZFSv28 to HEAD. New major features: - Data deduplication. - Triple parity RAIDZ (RAIDZ3). - zfs diff. - zpo

Re: HEADS UP: ZFSv28 is in!

2011-02-27 Thread Shawn Webb
I'm so excited for your work. Thanks so much for bringing zpool v28 to FreeBSD. Will v28 come to 8-stable? Thanks, Shawn On Feb 27, 2011 1:56 PM, "Pawel Jakub Dawidek" wrote: > Hi. > > I just committed ZFSv28 to HEAD. > > New major features: > > - Data deduplication. > - Triple parity RAIDZ (RAI

HEADS UP: ZFSv28 is in!

2011-02-27 Thread Pawel Jakub Dawidek
Hi. I just committed ZFSv28 to HEAD. New major features: - Data deduplication. - Triple parity RAIDZ (RAIDZ3). - zfs diff. - zpool split. - Snapshot holds. - zpool import -F. Allows to rewind corrupted pool to earlier transaction group. - Possibility to import pool in read-only mode. PS. If y