[zfs-code] truncate(2) not working properly.

2008-08-16 Thread Pawel Jakub Dawidek
On Sat, Aug 16, 2008 at 08:33:53AM -0600, Mark Maybee wrote: > This fix for this bug is currently in test and will be pushed shortly. Good to hear that, thanks! -- Pawel Jakub Dawidek http://www.wheel.pl pjd at FreeBSD.org http://www.FreeBSD.org Fr

[zfs-code] truncate(2) not working properly.

2008-08-16 Thread Pawel Jakub Dawidek
On Tue, Jul 22, 2008 at 08:56:31AM -0600, Mark Shellenbaum wrote: > Pawel Jakub Dawidek wrote: > >On Tue, Jul 22, 2008 at 04:28:45PM +0200, Pawel Jakub Dawidek wrote: > >>Hi. > >> > >>I just reproduced a problem I was chasing on FreeBSD also on > >>OpenSolaris from around 2008.01. > >> > >>Simply d

[zfs-code] truncate(2) not working properly.

2008-08-16 Thread Mark Maybee
This fix for this bug is currently in test and will be pushed shortly. -Mark Pawel Jakub Dawidek wrote: > On Tue, Jul 22, 2008 at 08:56:31AM -0600, Mark Shellenbaum wrote: >> Pawel Jakub Dawidek wrote: >>> On Tue, Jul 22, 2008 at 04:28:45PM +0200, Pawel Jakub Dawidek wrote: Hi. I j

[zfs-code] truncate(2) not working properly.

2008-07-22 Thread Pawel Jakub Dawidek
On Tue, Jul 22, 2008 at 05:06:21PM +0200, Pawel Jakub Dawidek wrote: > On Tue, Jul 22, 2008 at 08:56:31AM -0600, Mark Shellenbaum wrote: > > Pawel Jakub Dawidek wrote: > > >On Tue, Jul 22, 2008 at 04:28:45PM +0200, Pawel Jakub Dawidek wrote: > > >>Hi. > > >> > > >>I just reproduced a problem I was

[zfs-code] truncate(2) not working properly.

2008-07-22 Thread Pawel Jakub Dawidek
On Tue, Jul 22, 2008 at 08:56:31AM -0600, Mark Shellenbaum wrote: > Pawel Jakub Dawidek wrote: > >On Tue, Jul 22, 2008 at 04:28:45PM +0200, Pawel Jakub Dawidek wrote: > >>Hi. > >> > >>I just reproduced a problem I was chasing on FreeBSD also on > >>OpenSolaris from around 2008.01. > >> > >>Simply d

[zfs-code] truncate(2) not working properly.

2008-07-22 Thread Pawel Jakub Dawidek
On Tue, Jul 22, 2008 at 04:28:45PM +0200, Pawel Jakub Dawidek wrote: > Hi. > > I just reproduced a problem I was chasing on FreeBSD also on > OpenSolaris from around 2008.01. > > Simply doing something like this: > > write 9k of random data into 'foo' file > truncate 'foo' file to 7k

[zfs-code] truncate(2) not working properly.

2008-07-22 Thread Pawel Jakub Dawidek
Hi. I just reproduced a problem I was chasing on FreeBSD also on OpenSolaris from around 2008.01. Simply doing something like this: write 9k of random data into 'foo' file truncate 'foo' file to 7k truncate 'foo' file to 11k read data between 7k-9k There should b

[zfs-code] truncate(2) not working properly.

2008-07-22 Thread Mark Shellenbaum
Pawel Jakub Dawidek wrote: > On Tue, Jul 22, 2008 at 04:28:45PM +0200, Pawel Jakub Dawidek wrote: >> Hi. >> >> I just reproduced a problem I was chasing on FreeBSD also on >> OpenSolaris from around 2008.01. >> >> Simply doing something like this: >> >> write 9k of random data into 'foo' file