Re: [NFS] I/O Errors with hard mounts

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, 4 Jun 2008 06:33:18 -0700
"David Konerding" <dakoner@xxxxxxxxx> wrote:

> Hi,
> 
> We have a bunch of Linux clients (SLES 10 SP1) which mount a NetApp filer.
> 
> When the NetApp gets very, very busy, for example, one user is
> deleting 1Tbyte of data
> while another user is doing a 30 client throughput test, it will stop
> responding to some requests.
> 
> Although we are using hard mounts, some users report that during the
> hammering period, some of their
> file operations produce "I/O Error" messages on their terminal.
> 
> We checked, and the hosts are indeed using hard mounting.  From our
> reading, I/O Errors
> should only ever make it back to the user if are using soft mounting.
> 
> We're pretty sure the filer is not sending back an NFS_ERR response (and we're
> pretty sure that wouldn't get reported to the user as an I/O Error...)
> 
> At this point, we suspect there must be a path in the NFS
> implementation that returns I/O Error to user
> space even with a hard mount.
> 
> Any ideas?
> 

hard/soft only governs what happens when there is a major timeout (i.e.
the server doesn't respond within a given time). If there are other
errors (for instance, client side memory shortage, server starts
refusing connections, etc), then there can be errors returned to the
application.

EIO is pretty generic, and is often what you see when a more obscure
error is translated into what a syscall would expect. It can happen for
other reasons besides an RPC timeout.

-- 
Jeff Layton <jlayton@xxxxxxxxxx>

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
NFS maillist  -  NFS@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/nfs
_______________________________________________
Please note that nfs@xxxxxxxxxxxxxxxxxxxxx is being discontinued.
Please subscribe to linux-nfs@xxxxxxxxxxxxxxx instead.
    http://vger.kernel.org/vger-lists.html#linux-nfs

--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Filesystem Development]     [Linux USB Development]     [Linux Media Development]     [Video for Linux]     [Linux NILFS]     [Linux Audio Users]     [Yosemite Info]     [Linux SCSI]

  Powered by Linux