From 35831260eb981a864f73aaa9ca86ceff1f99452e Mon Sep 17 00:00:00 2001 From: Patrice RINGOT Date: Thu, 21 Oct 2021 22:57:35 +0200 Subject: [PATCH] Remove /grcinq from beegfs config (beegfs grcinq-srv-[1-3] servers broken - bug 13523) --- lib/g5k-postinstall/configure-beegfs.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/g5k-postinstall/configure-beegfs.rb b/lib/g5k-postinstall/configure-beegfs.rb index 7c77121b..081b1088 100644 --- a/lib/g5k-postinstall/configure-beegfs.rb +++ b/lib/g5k-postinstall/configure-beegfs.rb @@ -78,18 +78,14 @@ MULTI_MODE="YES" end File::open("#{DSTDIR}/etc/beegfs/beegfs-mounts.conf", "w") do |fd| fd.puts <<-EOF -/grcinq /etc/beegfs/grcinq.d/beegfs-client.conf /grvingt /etc/beegfs/grvingt.d/beegfs-client.conf EOF end - beegfs_configure_mount("grcinq", "grcinq-srv-1", 8004, 8006, 8008) beegfs_configure_mount("grvingt", "grvingt-srv", 8104, 8106, 8108) - FileUtils::mkdir_p("#{DSTDIR}/grcinq") FileUtils::mkdir_p("#{DSTDIR}/grvingt") - FileUtils::ln_s("/lib/systemd/system/beegfs-helperd@.service", "#{DSTDIR}/etc/systemd/system/multi-user.target.wants/beegfs-helperd@grcinq.service") FileUtils::ln_s("/lib/systemd/system/beegfs-helperd@.service", "#{DSTDIR}/etc/systemd/system/multi-user.target.wants/beegfs-helperd@grvingt.service") FileUtils::ln_s("/lib/systemd/system/beegfs-client.service", "#{DSTDIR}/etc/systemd/system/multi-user.target.wants/beegfs-client.service") end -- GitLab