You are not logged in.

#1 2014-05-26 18:03:35

veggelw
Member
Registered: 2014-05-26
Posts: 2

NFS:cannot allocate memory errors after moving directory over NFS (v4)

When I move a directory on an NFS client to another location then I can't create a file on that other location anymore:

[willem@venus ~]$ mkdir test
[willem@venus ~]$ mv test /pub/music
[willem@venus ~]$ cd /pub/music/test
[willem@venus test]$ touch a
^C

the touch command does nothing on the nfs client (it hangs, so I Ctrl-C).

When I logon to the NFS server the following happens:

[willem@titan W]$ cd /pub/music/test
[willem@titan test]$ touch x
touch: cannot touch 'x': Cannot allocate memory
[willem@titan test]$

This only happens if the mv command moves the directory over different NFS mount points.

I have an older arch NFS server with a 3 months old arch install, and this issue does not occur there.

Last edited by veggelw (2014-05-27 17:50:56)

Offline

Board footer

Powered by FluxBB