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

Re: [Condor-users] Condor Checkpoint



It isn't wise to put LOCK, RUN, LOG, EXECUTE on NFS. Things *will* crash and burn if you share those between hosts. SPOOL is ok if you need HA.

This should be orthogonal to checkpointing, and I'll refer you to the manual for that.

Best,


matt

On 07/04/2011 01:49 PM, Sassy Natan wrote:
Hi,


Just wondering if it is wise to set the condor LOCAL_DIR on a share NFS
folder mounted on the machines in my pool.
So I will have all the condor files under the same tree.

LOCK            = $(LOCAL_DIR)/lock/condor
RUN             = $(LOCAL_DIR)/run/condor
LOG             = $(LOCAL_DIR)/log/condor
SPOOL           = $(LOCAL_DIR)/lib/condor/spool
EXECUTE         = $(LOCAL_DIR)/lib/condor/execute
BIN             = $(RELEASE_DIR)/bin
LIB             = $(RELEASE_DIR)/lib64/condor
INCLUDE         = $(RELEASE_DIR)/include/condor
SBIN            = $(RELEASE_DIR)/sbin
LIBEXEC         = $(RELEASE_DIR)/libexec/condor
SHARE           = $(RELEASE_DIR)/share/condor


This means that HOST X, HOST Y etc... have setting pointing to the same
directory like /mnt/condor.

Does this require in order to get checkpoint working?
If not, can someone drop a comment what is needed to
have checkpointing work?



Thanks
Sassy




_______________________________________________
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:
https://lists.cs.wisc.edu/archive/condor-users/