diff --git a/lib/g5k-postinstall/configure-beegfs.rb b/lib/g5k-postinstall/configure-beegfs.rb index 7c77121b1ddcfcb1a8494188e439a878b12cfdb7..081b1088824f955134f69c28eff6edce11850a39 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