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

Re: [Condor-users] job stuck in idle mode - HasFileTransfer



On 08/19/2011 06:16 PM, Shiv Agarwal wrote:
I have setup a small condor pool with 1 master node and 1 execute node.

I see not error messages in master or worker node log files whatsoever.
In fact, the worker node does not even receive the request to execute
the job. From my understanding the master node decides itself not to
send the job to the execute node.

condor_q - analyze shows me that this particular requirement did not match ?

( ( TARGET.HasFileTransfer ) || ( TARGET.FileSystemDomain ==
"condor-mstr" ) )  0


I have even set the TRUST_UID_DOMAIN = True


Please HELP!

This is more about FileSystemDomain matching and if you've requested file transfer for your job (necessary if the submit side and execute side FileSystemDomains do not match).

Consider always putting...

should_transfer_files = if_needed
when_to_transfer_output = on_exit

...in your submit files. It'll be the default in 7.7/7.8.

Best,


matt