Skip to content

Commit 2c6fa30

Browse files
author
Doc Deploy Bot
committed
Deployed e7767ee to dev with MkDocs 1.6.1 and mike 2.1.3
1 parent fde9118 commit 2c6fa30

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

dev/guides/storage-profiles/readme/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2998,6 +2998,7 @@ <h3 id="zfs-raid-lustre">ZFS RAID (Lustre)</h3>
29982998
</code></pre></div>
29992999
<h2 id="user-commands">User Commands</h2>
30003000
<p>Storage profiles support custom commands that run at various points during the storage lifecycle. These allow administrators to customize behavior beyond the standard provisioning steps.</p>
3001+
<p>On the Rabbit nodes, all user command output is logged to the nnf-node-manager log. On the compute nodes, all user command output is logged to the system log. If a user command returns a non-zero return code, the stderr output is also logged, and the workflow will enter a <code>TransientCondition</code> state.</p>
30013002
<p>There are two categories of user commands with different execution contexts:</p>
30023003
<ol>
30033004
<li><strong>Block Device and File System Commands</strong> - For compute nodes, these run during the PreRun and PostRun phases. For Rabbit nodes, these Run during PreRun, PostRun, DataIn, and DataOut phases depending on which other DW directives are specified (data movement and user containers).</li>
@@ -3822,7 +3823,7 @@ <h2 id="pinned-profiles">Pinned Profiles</h2>
38223823
<li>The exact configuration is preserved for the workflow's lifetime</li>
38233824
<li>Profiles marked as <code>pinned: true</code> cannot also be <code>default: true</code></li>
38243825
</ul>
3825-
<p>Do not manually set <code>pinned: true</code> on profiles you create.</p>
3826+
<p><strong>Note:</strong> Do not manually set <code>pinned: true</code> on profiles you create.</p>
38263827

38273828

38283829

dev/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)