Skip to content

Commit

Permalink
[ci skip] Autodoc commit for 0ef65820a8e2668cf161c597bf91e3ad7cd70011.
Browse files Browse the repository at this point in the history
  • Loading branch information
oscwiag committed Dec 19, 2024
1 parent d84d342 commit 6d3c63c
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ active connections.
.. program:: nginx_stage nginx_clean


.. note::
Since 4.0 ``nginx_clean`` also cleans per-user NGINX (PUN) processes
for users that have been disabled (removed from LDAP).

General Options
---------------

Expand Down
14 changes: 14 additions & 0 deletions develop/_sources/release-notes/v4.0-release-notes.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ New Features
- `Remove runtime dependency on SCL`_
- `XDMoD efficiency widget update`_
- `Edit and delete interactive application saved settings`_
- `nginx_clean now cleans PUNs of disabled users`_

Thanks!
-------
Expand Down Expand Up @@ -407,3 +408,16 @@ these saved settings.

See :ref:`edit-save-interactive-app-saved-settings` for more
details.

nginx_clean now cleans PUNs of disabled users
.............................................

The helper method ``nginx_clean`` in the ``nginx_stage``
library will now remove PUNs and related files for users
that have been disabled.

Disabled users have been deleted from LDAP and are no longer
valid users on that system.

This means that centers that delete users (remove them from LDAP)
will also now start to clean those processes on the OnDemand machine.
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,11 @@
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>sudo nginx_stage nginx_clean <span class="o">[</span>OPTIONS<span class="o">]</span>
</pre></div>
</div>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Since 4.0 <code class="docutils literal notranslate"><span class="pre">nginx_clean</span></code> also cleans per-user NGINX (PUN) processes
for users that have been disabled (removed from LDAP).</p>
</div>
<div class="section" id="general-options">
<h2>General Options<a class="headerlink" href="#general-options" title="Permalink to this headline"></a></h2>
<dl class="option">
Expand Down
12 changes: 12 additions & 0 deletions develop/release-notes/v4.0-release-notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@
<li class="toctree-l4"><a class="reference internal" href="#remove-runtime-dependency-on-scl">Remove runtime dependency on SCL</a></li>
<li class="toctree-l4"><a class="reference internal" href="#xdmod-efficiency-widget-update">XDMoD efficiency widget update</a></li>
<li class="toctree-l4"><a class="reference internal" href="#edit-and-delete-interactive-application-saved-settings">Edit and delete interactive application saved settings</a></li>
<li class="toctree-l4"><a class="reference internal" href="#nginx-clean-now-cleans-puns-of-disabled-users">nginx_clean now cleans PUNs of disabled users</a></li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -263,6 +264,7 @@ <h2>New Features<a class="headerlink" href="#new-features" title="Permalink to t
<li><p><a class="reference internal" href="#remove-runtime-dependency-on-scl">Remove runtime dependency on SCL</a></p></li>
<li><p><a class="reference internal" href="#xdmod-efficiency-widget-update">XDMoD efficiency widget update</a></p></li>
<li><p><a class="reference internal" href="#edit-and-delete-interactive-application-saved-settings">Edit and delete interactive application saved settings</a></p></li>
<li><p><a class="reference internal" href="#nginx-clean-now-cleans-puns-of-disabled-users">nginx_clean now cleans PUNs of disabled users</a></p></li>
</ul>
</div>
<div class="section" id="thanks">
Expand Down Expand Up @@ -602,6 +604,16 @@ <h3>Edit and delete interactive application saved settings<a class="headerlink"
<p>See <a class="reference internal" href="../how-tos/app-development/interactive/saved-settings.html#edit-save-interactive-app-saved-settings"><span class="std std-ref">Editing and deleting settings</span></a> for more
details.</p>
</div>
<div class="section" id="nginx-clean-now-cleans-puns-of-disabled-users">
<h3>nginx_clean now cleans PUNs of disabled users<a class="headerlink" href="#nginx-clean-now-cleans-puns-of-disabled-users" title="Permalink to this headline"></a></h3>
<p>The helper method <code class="docutils literal notranslate"><span class="pre">nginx_clean</span></code> in the <code class="docutils literal notranslate"><span class="pre">nginx_stage</span></code>
library will now remove PUNs and related files for users
that have been disabled.</p>
<p>Disabled users have been deleted from LDAP and are no longer
valid users on that system.</p>
<p>This means that centers that delete users (remove them from LDAP)
will also now start to clean those processes on the OnDemand machine.</p>
</div>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion develop/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 6d3c63c

Please sign in to comment.