Skip to content

Commit

Permalink
Merge pull request #15 from Azure/fix-client-compat
Browse files Browse the repository at this point in the history
add client OFED compatibilty
  • Loading branch information
staer authored Jan 27, 2021
2 parents a56de00 + 9e68eb1 commit 5626b7c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/pbs_beegfs_template.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Autoscale = $Autoscale
[[[configuration]]]
beegfs.client.cluster_name = $BeeGFSClusterName
beegfs.client.mount_point = $BeeGFSMountPt

beegfs.repo.version = beegfs_7.2


[[node master]]
Expand Down
2 changes: 1 addition & 1 deletion project.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
version = 1.5.0
version = 1.5.1
name = beegfs
label = BeeGFS
type = Infrastructure
Expand Down
6 changes: 5 additions & 1 deletion templates/beegfs_template_local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ Category = Filesystems

[[[cluster-init beegfs:client]]]

[[[configuration]]]
beegfs.repo.version = beegfs_7.2


[[nodearray monitor]]
MachineType = $MonitorVMType

Expand Down Expand Up @@ -215,7 +219,7 @@ Order = 20
Description = Caution kernel header version must match release
ParameterType = Cloud.Image
Config.OS = linux
DefaultValue = OpenLogic:CentOS-HPC:7.4:7.4.2020101200
DefaultValue = OpenLogic:CentOS-HPC:7.6:7.6.2020062900



Expand Down

0 comments on commit 5626b7c

Please sign in to comment.