oscar-cluster / oscar

OSCAR main source repository.
GNU General Public License v2.0
13 stars 2 forks source link

Better management of NFS mount #608

Open dikim33 opened 7 years ago

dikim33 commented 7 years ago

Reported by valleegr on 9 Mar 2011 17:34 UTC The file '''/usr/share/oscar/oscarsamples/*.disk''' includes '''nfs_oscar:/home...''', which creates sometimes issues when the directory is mounted (e.g., autofs).

A solution may be to use '''nfs_oscar:/export/home''': if '''/export/home''' does not exist, it will generates an error msg, better than the current solution where it could be difficult to track the problem.