From 13c2574feb4b575a7f9534feb9ac0a7a85441695 Mon Sep 17 00:00:00 2001 From: Nicolas Perrin Date: Tue, 23 Nov 2021 10:46:15 +0100 Subject: [PATCH] enable beegfs for debian11 --- g5k-postinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g5k-postinstall b/g5k-postinstall index 177ea793..1b81dd7a 100755 --- a/g5k-postinstall +++ b/g5k-postinstall @@ -844,7 +844,7 @@ if [ ['lille', 'chifflot'], ['lille', 'chiclet'], ['nancy', 'grappe'] ].include? end if $mysite == 'nancy' and ( $mycluster == 'grcinq' or $mycluster == 'grvingt' ) and not $nohacks.include?('beegfs-gr520') - if envrelease =~ /debian10-x64-/ and Dir.exists?("#{DSTDIR}/etc/beegfs") + if envrelease =~ /debian(10|11)-x64-/ and Dir.exists?("#{DSTDIR}/etc/beegfs") $logger.info("Setup beegfs") beegfs_configure end -- GitLab