Skip to content

Commit

Permalink
add docs on nginx_clean removing disabled PUNs (#1043)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Dec 19, 2024
1 parent 68495e1 commit 0ef6582
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
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 source/release-notes/v4.0-release-notes.rst
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.

0 comments on commit 0ef6582

Please sign in to comment.