Re: [CentOS] NFS still serving old directory after rename

2011-03-14 Thread Stephen Harris
On Mon, Mar 14, 2011 at 10:33:11AM -0500, neubyr wrote: > Thanks for the reply Nico. I unmounted dir in a clean manner. I made > sure that no other process is trying to access that mounted dir on > client side. Not sure what was the problem, but it seems to be working NFS shares are done via inod

Re: [CentOS] NFS still serving old directory after rename

2011-03-14 Thread neubyr
On Mon, Mar 14, 2011 at 10:04 AM, Nico Kadel-Garcia wrote: > On Mon, Mar 14, 2011 at 10:49 AM, neubyr wrote: >> Howdy, >> >> I have renamed a directory on NFS ver 3 server and then created a new >> directory again with the same name. >> # mv dir dir-hosed >> # mkdir dir >> >> The directory is aut

Re: [CentOS] NFS still serving old directory after rename

2011-03-14 Thread Nico Kadel-Garcia
On Mon, Mar 14, 2011 at 10:49 AM, neubyr wrote: > Howdy, > > I have renamed a directory on NFS ver 3 server and then created a new > directory again with the same name. > # mv dir dir-hosed > # mkdir dir > > The directory is auto-mounted on client side. I had unmounted > directories on client side

Re: [CentOS] NFS still serving old directory after rename

2011-03-14 Thread neubyr
Seems like some clients (especially new connections) are mounting the new dir correctly. Not sure what's the problem though. -- thanks, neuby. On Mon, Mar 14, 2011 at 9:49 AM, neubyr wrote: > Howdy, > > I have renamed a directory on NFS ver 3 server and then created a new > directory again with

[CentOS] NFS still serving old directory after rename

2011-03-14 Thread neubyr
Howdy, I have renamed a directory on NFS ver 3 server and then created a new directory again with the same name. # mv dir dir-hosed # mkdir dir The directory is auto-mounted on client side. I had unmounted directories on client side before making above changes. Now when I try to mount back 'dir',