Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] Aborting -- Condor log files should not be on NFS.
- Date: Mon, 09 Oct 2006 17:22:41 -0500
- From: Hans Wenzel <wenzel@xxxxxxxx>
- Subject: [Condor-users] Aborting -- Condor log files should not be on NFS.
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
begin:vcard
fn:Dr. Hans Wenzel
n:Wenzel;Dr. Hans
org:;CD/CMS
adr:P.O. Box 500 ;;Mail Station: 205;Batavia ;Illinois;60510;USA
email;internet:wenzel@xxxxxxxx
title:Dr
tel;work:630 840 6034
tel;home:630 393 1756
tel;cell:630 253 1984
url:http://home.fnal.gov/~wenzel/
version:2.1
end:vcard