From 48c9cb4d979c64a10bd452871bbd3e32e19e7af0 Mon Sep 17 00:00:00 2001 From: JACQUOT Pierre Date: Mon, 7 Mar 2022 14:52:21 +0100 Subject: [PATCH] [sirius] Disable Dell services for sirius cluster. --- g5k-postinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g5k-postinstall b/g5k-postinstall index 48253c84..d3fc4ab1 100755 --- a/g5k-postinstall +++ b/g5k-postinstall @@ -916,7 +916,7 @@ if $mysite == 'nancy' and ( $mycluster == 'grcinq' or $mycluster == 'grvingt' ) end # Disable Dell OMSA for unsupported clusters (Bug #13598) -if envrelease =~ /debian11-x64-std/ and $mycluster == 'neowise' +if envrelease =~ /debian11-x64-std/ and ( $mycluster == 'neowise' or $mycluster == 'sirius' ) $logger.info 'Running hack: disable Dell services' check_chroot(DSTDIR) system_or_raise("chroot #{DSTDIR} systemctl disable dsm_sa_datamgrd.service") -- GitLab