Matthew Steggink
Matthew Steggink
I am trying to group all measurements from, for example, disk usage in one panel, so it can alert if any of the hosts is using more than x% of...
The RPM's for SLURM are appearing to be missing the JWT support / JWT authentication (/usr/lib64/slurm/rest_auth_jwt.so). Would it be possible to add this to the SPEC files? Without this, only...
The installation of linux-image-generic takes long (or fails) when proc/sys/dev are not mounted. Also there is some python issue with 3.12 and Ansible (see also: https://github.com/void-linux/void-packages/issues/47483) A simple fix: ```...
``` 000099 12:48:47 [root@controller1 compute]# luna osimage show compute +-----------------------------------------------------------------------------------+ | Osimage => compute | +------------------+----------------------------------------------------------------+ | name | compute | | grab_filesystems | /, /boot | | grab_exclude |...
When running a playbook, to use Ubuntu 20 (Focal Fossa) Change the Jammy (24) to Focal: trinityX/site/roles/trinity/image-create-ubuntu/defaults/main.yml ``` 9c9 < ubuntu_distribution_release: focal --- > ubuntu_distribution_release: jammy ``` However the role...
On a default install, SlurmDBD comes online with the following message: ``` Apr 23 15:27:39 slurm systemd[1]: Started Slurm DBD accounting daemon. Apr 23 15:27:39 slurm slurmdbd[1206]: slurmdbd: accounting_storage/as_mysql: _check_mysql_concat_is_sane:...
dnf search on Rocky 9.3: ``` # dnf search slurm slurm-contribs.x86_64 : Perl tools to print Slurm job state information slurm-contribs-ohpc.x86_64 : Perl tool to print Slurm job state information...
By default, the luna installer doesn't expose a lot of variables which can be used in the part script. However some variables are only filled in after the installer starts...
Could you add the following to the default Ubuntu to support efi/uefi diskful setups? Package: - dosfstools - efibootmgr And for the luna2-client: luna hooks (`/usr/share/initramfs-tools/hooks/luna`): ``` copy_exec /usr/sbin/mkfs.ext4 /usr/sbin...