Job Composer not using OOD_DATAROOT variable

Hiya,

Since we have quite small home directories, we have our OOD_DATAROOT set to:
OOD_DATAROOT=/projects/$USER/ondemand

This works fine in most cases, but apparently the Job Composer app is ignoring this and still throwing data in /home/$USER/ondemand.

From what I’m reading at the Job Composer github page, this seems to be hard coded to $HOME/ondemand instead of using the OOD_DATAROOT. Is this something that can be a suggested change or should I just symlink myself out of it?

Hi sorry we missed this!

Where did you set this? You likely need to supply it to the other app as well, namely /etc/ood/config/apps/myjobs/env.

# /etc/ood/config/apps/dashboard/env
# and
# /etc/ood/config/apps/myjobs/env
OOD_DATAROOT=/projects/$USER/ondemand

Okay, I’ll give that a shot. Thanks Jeff.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.