-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert kargs and ib documentation to Warewulf4
Signed-off-by: Timothy Middelkoop <[email protected]>
- Loading branch information
1 parent
cef317c
commit e0ae216
Showing
3 changed files
with
15 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
\noindent If any components have added to the boot time kernel command line arguments for the compute nodes, | ||
the following command is required to store the configuration in Warewulf: | ||
% begin_ohpc_run | ||
% ohpc_validation_newline | ||
% ohpc_validation_comment Optionally, add arguments to bootstrap kernel | ||
% ohpc_command if [[ ${enable_kargs} -eq 1 ]]; then | ||
\begin{lstlisting}[language=bash,keywords={},upquote=true,basicstyle=\footnotesize\ttfamily] | ||
# Set optional compute node kernel command line arguments. | ||
[sms](*\#*) wwctl node set --yes --kernelargs="${kargs}" "${compute_regex}" | ||
\end{lstlisting} | ||
% ohpc_command fi | ||
% end_ohpc_run |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters