Bug 204859 - NFS is broken
Summary: NFS is broken
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: rawhide
Hardware: All
OS: Linux
urgent
urgent
Target Milestone: ---
Assignee: Steve Dickson
QA Contact: Brian Brock
URL:
Whiteboard:
: 204961 204963 205061 (view as bug list)
Depends On:
Blocks: FC6Test3Blocker
TreeView+ depends on / blocked
 
Reported: 2006-08-31 22:08 UTC by Bill Nottingham
Modified: 2014-03-17 03:01 UTC (History)
7 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-09-05 16:57:14 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Patch that fixes broken upstream patch. (654 bytes, text/x-patch)
2006-09-02 21:17 UTC, Steve Dickson
no flags Details

Description Bill Nottingham 2006-08-31 22:08:11 UTC
Description of problem:

NFS is broken.

Version-Release number of selected component (if applicable):

2.6.17-1.2608.fc6

How reproducible:

Every time

Steps to Reproduce:
1. mount -t nfs curly.devel.redhat.com:/vol/engineering/devarchve /mnt
2. cd /mnt/redhat/devel/rawhide-latest/rawhide-latest/latest/x86_64/os/Fedora/RPMS 
3. rpm -qp *86.rpm
  
Actual results:

I/O errors! Bad reads!

Expected results:

Not that.

Additional info:

2600 works fine.

Comment 1 Bill Nottingham 2006-09-01 20:37:49 UTC
*** Bug 204961 has been marked as a duplicate of this bug. ***

Comment 2 Bill Nottingham 2006-09-01 20:37:57 UTC
*** Bug 204963 has been marked as a duplicate of this bug. ***

Comment 3 Steve Dickson 2006-09-02 21:03:11 UTC
Backing out the following fixes the problem... I'm still
looking into what the next step should be... 


commit 79558f3610efd7928e8882b2eaca3093b283630e
tree 125f16640cd7f9de2074dae89a9c6c405703029c
parent 01df9c5e918ae5559f2d96da0143f8bfbb9e6171
author Trond Myklebust <Trond.Myklebust> Tue, 22 Aug 2006 21:44:32 -0400
committer Trond Myklebust <Trond.Myklebust> Thu, 24 Aug 2006 23:51:08
-0400

NFS: Fix issue with EIO on NFS read

The problem is that we may be caching writes that would extend the file and
create a hole in the region that we are reading. In this case, we need to
detect the eof from the server, ensure that we zero out the pages that
are part of the hole and mark them as up to date.

Signed-off-by: Trond Myklebust <Trond.Myklebust>
(cherry picked from 856b603b01b99146918c093969b6cb1b1b0f1c01 commit)

Comment 4 Steve Dickson 2006-09-02 21:17:17 UTC
Created attachment 135435 [details]
Patch that fixes broken upstream patch.

After further review, it appears the upstream patch in comment #3
did not get applied correctly.. This is the reason only rawhide kernels
are seeing this problem... Applying this patch will correct the patch as
well as fix the EIO errors.

Comment 6 Joe Orton 2006-09-04 09:29:25 UTC
*** Bug 205061 has been marked as a duplicate of this bug. ***

Comment 7 Dave Jones 2006-09-05 16:57:14 UTC
should be fixed in todays rawhide



Note You need to log in before you can comment on or make changes to this bug.