Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] file location convention
- Date: Wed, 6 Jun 2012 21:31:02 -0500
- From: Nathan Panike <nwp@xxxxxxxxxxx>
- Subject: Re: [Condor-users] file location convention
On Wed, Jun 06, 2012 at 05:49:46PM -0400, Rita wrote:
> which logs?
The condor daemons' logs and the user logs. In fact, DAGman will
complain and refuse to run on NFS unless the DAGMAN_LOG_ON_NFS_IS_ERROR
is set to false explicitly in a config file.
Nathan Panike
>
>
> On Wed, Jun 6, 2012 at 5:40 PM, Nathan Panike <nwp@xxxxxxxxxxx> wrote:
>
> > On Wed, Jun 06, 2012 at 05:29:01PM -0400, Rita wrote:
> > > In our shop we use a lot of NFS therefore I would like to know what the
> > > proper convention is for a DAG job (assuming I am not using native
> > condor
> > > transfer method).
> > >
> > > Running condor 7.6.7
> > >
> > > A dag contains the following:
> > > Dag file, local disk
> > > Dag log file, local disk
> > > Dag out file, local disk
> > > Dag lock file, local disk
> > >
> > >
> > > Submit file, NFS
> > > Log file , NFS
> >
> > We discourage people from having log files on NFS. I think everything
> > else is fine.
> >
> > Nathan Panike
> >
> > > Standard out, NFS (doesnt need to be, as long as the execute node has the
> > > proper directory)
> > > Standerd err, NFS (doesnt need to be, as long as the execute node has
> > the
> > > proper directory)
> > >
> > > What do others suggest?