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