Discussion:
[fuse-devel] cp: cannot create regular file: Unknown error 524 on NFS client
kingsmasher1
2014-08-20 14:17:09 UTC
Permalink
Does anybody has any clue for this error ?

Today i started 3 fuse mount instances on a single machine, and tried to
copy bunch of 600 files (600 x 3 = 1800 in total) on each of these mounts
through an NFS client concurrently.

What i observed is, after copying around 1200 files, the NFS client started
throwing this error saying:

"cp: cannot create regular file
`/tmp/mounts/mount1/bulk2/file600_bulk2_598': Unknown error 524"

Observations:
1) No stale file handle issue
2) The files which error out as expected weren't created
3) Didn't find any NFS error in /var/log/messages in client and server.
4) This issue is happened only during concurrent file copy from multiple
sources.

FYI..I was using a SLES11 SP3 machine with fuse version 3.0




--
View this message in context: http://fuse.996288.n3.nabble.com/cp-cannot-create-regular-file-Unknown-error-524-on-NFS-client-tp12407.html
Sent from the Fuse mailing list archive at Nabble.com.
kingsmasher1
2014-08-20 14:40:45 UTC
Permalink
Well, that's ENOTSUPP, but why is the real question.
The NFS client is running on a different machine, whether virtual or
physical?
Can you watch the traffic between the NFS client and the NFS server while
the NFS client is seeing these >errors?
Thanx...
ps
Peter, if i am not mistaken, ENOTSUPP is err number 95 right?



--
View this message in context: http://fuse.996288.n3.nabble.com/cp-cannot-create-regular-file-Unknown-error-524-on-NFS-client-tp12407p12408.html
Sent from the Fuse mailing list archive at Nabble.com.

Loading...