Re: Updated performance results

2009-09-16 Thread Steven Pratt
Steven Pratt wrote: Chris Mason wrote: On Mon, Sep 14, 2009 at 04:41:48PM -0500, Steven Pratt wrote: Only bit of bad news is I did get one error that crashed the system on single threaded nocow run. So that data point is missing. Output below: I hope I've got this fixed. If you pull

Re: Updated performance results

2009-09-16 Thread Chris Mason
On Wed, Sep 16, 2009 at 12:57:22PM -0500, Steven Pratt wrote: Steven Pratt wrote: Chris Mason wrote: On Mon, Sep 14, 2009 at 04:41:48PM -0500, Steven Pratt wrote: Only bit of bad news is I did get one error that crashed the system on single threaded nocow run. So that data point is missing.

Re: Updated performance results

2009-09-16 Thread Steven Pratt
Chris Mason wrote: On Wed, Sep 16, 2009 at 12:57:22PM -0500, Steven Pratt wrote: Steven Pratt wrote: Chris Mason wrote: On Mon, Sep 14, 2009 at 04:41:48PM -0500, Steven Pratt wrote: Only bit of bad news is I did get one error that crashed the system on single threaded

Re: Updated performance results

2009-09-16 Thread Steven Pratt
Chris Mason wrote: On Wed, Sep 16, 2009 at 12:57:22PM -0500, Steven Pratt wrote: Steven Pratt wrote: Chris Mason wrote: On Mon, Sep 14, 2009 at 04:41:48PM -0500, Steven Pratt wrote: Only bit of bad news is I did get one error that crashed the system on single threaded

Re: Updated performance results

2009-09-16 Thread Chris Mason
On Wed, Sep 16, 2009 at 01:15:12PM -0500, Steven Pratt wrote: Chris Mason wrote: On Wed, Sep 16, 2009 at 12:57:22PM -0500, Steven Pratt wrote: Steven Pratt wrote: Chris Mason wrote: On Mon, Sep 14, 2009 at 04:41:48PM -0500, Steven Pratt wrote: Only bit of bad news is I did get one error that

Re: Updated performance results

2009-09-16 Thread Chris Mason
On Wed, Sep 16, 2009 at 01:16:56PM -0500, Steven Pratt wrote: Chris Mason wrote: On Wed, Sep 16, 2009 at 12:57:22PM -0500, Steven Pratt wrote: Steven Pratt wrote: Chris Mason wrote: On Mon, Sep 14, 2009 at 04:41:48PM -0500, Steven Pratt wrote: Only bit of bad news is I did get one error that

Re: Updated performance results

2009-09-16 Thread Steven Pratt
file is this from? mount -t btrfs /dev/ffsbdev1 /mnt/ffsb1' [20090916-11:47:37.738883526] PROCESSING COMMAND : 'run random_writes__threads_0001 ffsb http://hks.austin.ibm.com/users/corry/btrfs/ffsb/profiles/btrfs2/random_writes.ffsb num_threads=1' So , this is single disk machine

[PATCH 2/2] Btrfs: Fix setting umask when POSIX ACLs are not enabled

2009-09-16 Thread Chris Ball
We currently set sb-s_flags |= MS_POSIXACL unconditionally, which is incorrect -- it tells the VFS that it shouldn't set umask because we will, yet we don't set it ourselves if we aren't using POSIX ACLs, so the umask ends up ignored. Signed-off-by: Chris Ball c...@laptop.org ---