Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] Condor is still writing temp data to Condor is still writing temp data to /var/opt/condor even though I specified otherwise
- Date: Mon, 8 Jan 2018 16:12:24 -0600
- From: Todd Tannenbaum <tannenba@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] Condor is still writing temp data to Condor is still writing temp data to /var/opt/condor even though I specified otherwise
On 1/8/2018 3:30 PM, Mobley, Nate (Millennium) wrote:
“/var/opt/condor/execute” is on a very small partition with less than 1
gb available (This is how the system was configured when I hired on to
this position, and I cannot change this partition size at this time). My
customer’s runs are crashing when Condor tries to write any significant
amount of data to this location, according to the log file. I changed
the EXECUTE path to “/export/condor/execute” in both config files
(“/opt/condor/etc/condor_config” and
“/opt/condor/etc/condor_config.local”), but for some reason Condor is
still trying to write data to “/var/opt/condor/execute.”
After changing the EXECUTE path in the condor_config file(s), did you
restart the condor service? (i.e. as root do /sbin/service condor stop,
then /sbin/service condor start?)
The HTCondor daemons do not continuously poll the config files for
changes; most times when you make a change in the config file, you need
to tell HTCondor to re-read it either via "condor_reconfig" if it is a
setting that can be changed on-the-fly, or via restarting the condor
service (killing all condor daemons and restarting them) if the setting
cannot be changed on the fly. Most settings that involve filesystem
paths cannot be changed on-the-fly.
regards and hope this helps,
Todd