Browse Source

Merge pull request #657 from sakshiarora13/devel

Fix for subnet manager image creation failure
Sujit Jadhav 3 years ago
parent
commit
488ed7e493
2 changed files with 3 additions and 3 deletions
  1. 2 2
      control_plane/roles/control_plane_sm/files/Dockerfile
  2. 1 1
      docs/README.md

+ 2 - 2
control_plane/roles/control_plane_sm/files/Dockerfile

@@ -6,7 +6,7 @@ RUN dnf install -y epel-release
 
 RUN dnf groupinstall "Infiniband Support" -y
 
-RUN dnf install -y opensm-3.3.23
+RUN dnf install -y opensm
 
 COPY opensm.conf /etc/rdma/opensm.conf
 
@@ -14,4 +14,4 @@ COPY start.sh /
 
 RUN chmod +x /start.sh
 
-ENTRYPOINT ["/start.sh"]
+ENTRYPOINT ["/start.sh"]

+ 1 - 1
docs/README.md

@@ -80,7 +80,7 @@ MariaDB	|	GPL 2.0	|	5.5.68	|	Relational database used by Slurm
 Slurm	|	GNU General Public	|	20.11.7	|	HPC Workload Manager
 Docker CE	|	Apache-2.0	|	20.10.2	|	Docker Service
 FreeIPA	|	GNU General Public License v3	|	4.6.8	|	Authentication system used in the login node
-OpenSM	|	GNU General Public License 2	|	3.3.21	|	-
+OpenSM	|	GNU General Public License 2	|	3.3.24	|	-
 NVIDIA container runtime	|	Apache-2.0	|	3.4.2	|	Nvidia container runtime library
 Python PIP	|	MIT License	|	21.1.2	|	Python Package
 Python3	|	-	|	3.6.8	|	-