treydock
treydock
I think we'd just need some mechanism possibly to only show the GPU panels when the job is a GPU job. The schema for cluster YAML in OnDemand would just...
@johrstrom You can enable the Vault for Rocky to get older packages, ie: https://dl.rockylinux.org/vault/rocky/8.8/AppStream/x86_64/os/Packages/h/. Has https://dl.rockylinux.org/vault/rocky/8.8/AppStream/x86_64/os/Packages/h/httpd-2.4.37-56.module%2Bel8.8.0%2B1456%2Bd0a01c5e.7.x86_64.rpm. You can inject this URL into something like `/etc/yum.repos.d/Rocky-AppStream.repo` and comment out `mirrorlist` and...
Latest versions for EL8: Rocky 8 - 2.4.37-65 Alma 8 - 2.4.37-65 RHEL 8 - 2.4.37-65 The checksum and other parts of the appstream release do differ but I think...
> How can I test pinning the OS to 8.8? This is done with subscription manager on RHEL systems as RHEL provides minor release repos. The only way to stay...
> get the apache version in lua without shelling out a `rpm -q httpd` query and parsing it Ya that sounds not great. The release version only exists inside the...
> It certainly does matter because that means specifying `Requires: > 2.4.37-56 < 2.5` isn't a silver bullet I thought it may be. We can have RHEL8 and RHEL9 specific...
So we could do ``` %if 0%{?rhel} == 8 Requires: %{apache} > 2.4.37-56, %{apache} < 2.5 ... %endif %if 0%{?rhel} == 9 Requires: %{apache} > 2.4.57-8, %{apache} < 2.5 ......
It looks like RPM spec supports "unmanaged" permissions, ie something like this: ``` %attr(-,-,-) /var/www/ood/apps/sys/bc_desktop ``` If my read of RPM docs is correct, that should leave the permissions unmanaged...
If the container image has the GPFS tools and is able to communicate with the host and/or GPFS cluster then running inside Kubernetes should work but I've never tested using...
Forgot to mention that OSC can't yet support this until I upgrade us to at least 1.22 (we are 1.21 now). I plan to do the upgrade this week or...