[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-users] Dagman log on NFS



Hello,
I'm trying to use Dagman on a Shared File System (NFS).
When I submit my dag I have this warning:

WARNING: Log file /mnt/espace_condor/test.dag.dagman.log is on NFS.
This could cause log file corruption and is _not_ recommended.

the process starts but a condor_wait on this log failed with this message:

ERROR "Assertion ERROR on (is_locked)" at line 916 in file user_log.C

So, I need to put the dagman log in an other place (not one the NFS), but the only way I found to do that is:
1/ make a condor_submit_dag -no_submit
2/ edit the generated file to change the log filename
3/ submit this edited file

It works, but it is maybe not the correct method....
Please could anyone explain how to choose the dagman.log file location in a condor_submit_dag command?

Thanks in advance,