All of lore.kernel.org
 help / color / mirror / Atom feed
* Autofs 4.1.4_beta2 + NetApp Filer + missing dir
@ 2005-03-01 19:06 devnull
  2005-03-05  1:07 ` mmarion
  0 siblings, 1 reply; 3+ messages in thread
From: devnull @ 2005-03-01 19:06 UTC (permalink / raw)
  To: AutoFS on Linux Kernel

Hello All,

This is an extension to the "unacceptable bug in autofs kernel module" 
sent by mmarion at qualcomm

http://linux.kernel.org/pipermail/autofs/2005-February/001889.html

Our situation

/usr/sbin/automount -V
Linux automount version 4.1.4_beta2
(4.1.2 didnt work either)

We are submitting jobs to machines via LSF, the data being stored on 
NetApp filers, running OnTap 6.5.2

We run a perl script from

/home/user/workarea called test.pl

test.pl basically does


1. setup a bunch of stuff for our runs, including versions etc.

2. rmtree "DirectoryNeeded" (to make sure we remove cached data from older
    runs)

3. bsub the job, wait for completion(this job has now created a new copy 
of "DirectoryNeeded")

4. Once the bsub completes, we then try to do an "opendir" on
    "DirectoryNeeded" and it doesnt work. Just says not found.


To make the script work I can

1. Take out Step 2(the rmtree part), remove the dir manually and run the 
script and it works great.

2. Move the rmtree part as part of the bsub command submitted and it works 
fine.

3. Do a touch on "DirectoryNeeded" just before reading it and everything 
works.


Almost as if the contents of the dir are still in the
rmtree DirectoryNeeded state and hasnt been updated.

Ofcourse, all of this works on Solaris.

Many thanks,

Please let me know if you would like to see more information.

Thanks,
Ram.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-03-05  3:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-01 19:06 Autofs 4.1.4_beta2 + NetApp Filer + missing dir devnull
2005-03-05  1:07 ` mmarion
2005-03-05  3:14   ` ramana

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.