Skip to content

Fix for missing information in the lrms modules datastructure, backport for Fork.pm

Florido Paganelli requested to merge floridop/arc:dev-lrmsoptions into master

Fix for missing information in the lrms modules datastructure

Description

Added datastructure values for LRMS modules and reworked logging

Some old infoprovider LRMS modules like Condor.pm were missing datastructure elements, such as loglevel or controldir. Loglevel was never reimplemented properly and none of these modules actually logged anything after we phased out all the old infoproviders code. Now they log according to configuration.

The Fork.pm module had been updated to some changes made on FORKmod.pm to be used for testing when no LRMS is present.

Merge request reports