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

Re: [Condor-users] Aborting -- Condor log files should not be on NFS.



Hans,

Try this:

DAGMAN_LOG_ON_NFS_IS_ERROR = FALSE

--Dan

Hans Wenzel wrote:
Hi


with the new condor-6.8.1 I get warning messages and I can live with that. What is a real problem is the fact that dagman just aborts and I haven't found a way around it. In our case data/home areas are nfs mounted so I need to make it work somehow.

Thanks for any help.


hans

[wenzel@cmswn070 condor]$ condor_submit_dag test.dag

Checking all your submit files for log file names.
This might take a while...
10/9 17:13:39 ERROR: log file /uscmst1b_scratch/lpc1/wenzel/condor/sleep.log is on NFS.
Aborting -- Condor log files should not be on NFS.





[wenzel@cmswn070 condor]$ condor_submit echo_condor
Submitting job(s)
WARNING: Log file /uscmst1b_scratch/lpc1/wenzel/condor/echo.log is on NFS.
This could cause log file corruption and is _not_ recommended.
.
Logging submit event(s).
1 job(s) submitted to cluster 3365.
[wenzel@cmswn070 condor]$ condor_submit sleep_condor
Submitting job(s)
WARNING: Log file /uscmst1b_scratch/lpc1/wenzel/condor/sleep.log is on NFS.
This could cause log file corruption and is _not_ recommended.
.
Logging submit event(s).
1 job(s) submitted to cluster 3366.
------------------------------------------------------------------------

universe = vanilla
Executable = /bin/sleep
Requirements   = Memory >= 9 && OpSys == "LINUX" && (Arch =="INTEL" || Arch =="x86_64")
Should_Transfer_Files = NO
Output = sleep.stdout
Error = sleep.stderr
Log = sleep.log
notify_user = wenzel@xxxxxxxx
Arguments = 60
Queue 1
+UseSL4=TRUE

------------------------------------------------------------------------

universe = vanilla
Executable = /bin/echo Requirements = Memory >= 9 && OpSys == "LINUX" && (Arch =="INTEL" || Arch =="x86_64")
Should_Transfer_Files = no
Output = echo.stdout
Error = echo.stderr
Log = echo.log
notify_user = wenzel@xxxxxxxx
Arguments = "done sleeping, Hello here I am " Queue 1
+UseSL4=TRUE

------------------------------------------------------------------------


#
# DAG config file
# defines single runs as parent processes for final merging process
#
# submit with:        condor_submit_dag
# query dag job with: condor_q -dag
# further info:       http://www.cs.wisc.edu/condor/manual/v6.4/2_11DAGMan_Applications.html
#
Job first sleep_condor
Job  last echo_condor
PARENT first  CHILD last
_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at either
https://lists.cs.wisc.edu/archive/condor-users/
http://www.opencondor.org/spaces/viewmailarchive.action?key=CONDOR