Skip to content

Commit

Permalink
Remove leftover references to RDMA service on EL8
Browse files Browse the repository at this point in the history
Additional fixes for #1347

There are still leftover references for rdma.service on EL8 for
Rocky8 and CentOS 8 on the documentation. Mainly on xCAT guides.

This commit removes those commands from documentation.

Signed-off-by: Vinícius Ferrão <vinicius@ferrao.net.br>
  • Loading branch information
viniciusferrao authored and adrianreber committed Apr 25, 2022
1 parent 393a480 commit edae867
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion docs/recipes/install/common/ibsupport_compute_centos.tex
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
\begin{lstlisting}[language=bash,literate={-}{-}1,keywords={},upquote=true]
# Add IB support and enable
[sms](*\#*) (*\groupchrootinstall*) "InfiniBand Support"
[sms](*\#*) chroot $CHROOT systemctl enable rdma
\end{lstlisting}
% ohpc_indent 0
% ohpc_command fi
Expand Down
1 change: 0 additions & 1 deletion docs/recipes/install/common/opasupport_compute_centos.tex
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
# Add OPA support and enable
[sms](*\#*) (*\chrootinstall*) opa-basic-tools
[sms](*\#*) (*\chrootinstall*) libpsm2
[sms](*\#*) chroot $CHROOT systemctl enable rdma
\end{lstlisting}
% ohpc_indent 0
% ohpc_command fi
Expand Down
1 change: 0 additions & 1 deletion docs/recipes/install/rocky8/x86_64/xcat/slurm/steps.tex
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ \subsubsection{Add \OHPC{} components} \label{sec:add_components}
\begin{lstlisting}[language=bash,literate={-}{-}1,keywords={},upquote=true]
# Optionally add IB support and enable
[sms](*\#*) (*\groupchrootinstall*) "InfiniBand Support"
[sms](*\#*) chroot $CHROOT systemctl enable rdma
\end{lstlisting}
% ohpc_indent 0
% ohpc_command fi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,6 @@ \subsubsection{Add \OHPC{} components to {\em compute} nodes} \label{sec:add_com
\begin{lstlisting}[language=bash,literate={-}{-}1,keywords={},upquote=true]
# Optionally add IB support and enable
[sms](*\#*) (*\groupchrootinstall*) "InfiniBand Support"
[sms](*\#*) psh compute systemctl enable rdma
[sms](*\#*) psh compute systemctl start rdma
\end{lstlisting}
% ohpc_indent 0
% ohpc_command fi
Expand Down

0 comments on commit edae867

Please sign in to comment.