glideinWMS / glideinwms

The glideinWMS Project
http://tinyurl.com/glideinwms
Apache License 2.0
16 stars 46 forks source link

Fixed unprivileged user namespaces advertising - Fixing EL9 compatibility to resolve failing glideins problem #424

Closed namrathaurs closed 4 months ago

namrathaurs commented 4 months ago

Fixes #423.

As described in the issue, recent tests of the master branch (production) revealed that the glidein startup failed. While these changes were already introduced in an ongoing PR for the development branch, these were not merged into the production branch since I was of the opinion that once the PR gets merged to development, the production would also be synced, which later Marco explained is not true (it's the other way around actually).

The test revealed that the production branch resulted in failing glideins with the message lsb_release: command not found because /usr/bin/lsb_release utility was not installed on the EL9 ITB CE where the changes for issue #371 was tested. It was confirmed by Marco that lsb_release is in epel repository and therefore, we should not count on it to be installed/available in the target CE where GlideinWMS code runs to start the glidein(s).