Skip to content

Commit e33ebff

Browse files
authored
TA: Release notes fixes (#70)
1 parent b2d442c commit e33ebff

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

doc/markdown/manual/release-notes/03_major_enhancements.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ This release refines **automated FlexNet license management** for Gridware Clust
3939

4040
- **Automated License Discovery and Configuration**
4141
The new `license-manager` command-line tool automatically queries FlexNet license servers and synchronizes license availability with GCS. It discovers available licenses, creates corresponding GCS complexes with the `lm_` prefix, (configurable) and maintains accurate license counts without manual configuration.
42-
- **Real-Time License Monitoring**
43-
Operating as a GCS load sensor, the license-manager reports current license availability in real-time, allowing the scheduler to make informed job placement decisions based on actual license capacity. This prevents job failures due to license exhaustion and optimizes license utilization across the cluster.
42+
- **License Monitoring**
43+
Operating as a GCS load sensor, the license-manager reports current license availability, allowing the scheduler to make informed job placement decisions based on actual license capacity. This prevents job failures due to license exhaustion and optimizes license utilization across the cluster.
4444
- **External License Tracking**
45-
The tool provides integration for tracking licenses consumed by non-GCS processes, ensuring accurate accounting of total license availability and preventing over-subscription when external applications share the same license pool.
45+
The tool provides integration for configuring licenses consumed by non-GCS processes, ensuring accurate accounting of total license availability and preventing over-subscription when external applications share the same license pool.
4646

47-
By eliminating manual license complex configuration and aligning scheduling decisions with real-time license capacity, this enhancement reduces scheduling failures, improves cluster throughput, and maximizes return on investment for costly commercial software licenses in HPC environments.
47+
By eliminating manual license complex configuration and aligning scheduling decisions with real-time license capacity, this enhancement reduces configuration overhead and scheduling failures, improves cluster throughput, and maximizes return on investment for costly commercial software licenses in HPC environments. The discovered and tracked licenses are available in `qtelemetry` metrics for monitoring and observability.
4848

4949
(Available in Gridware Cluster Scheduler only)
5050

@@ -109,7 +109,10 @@ For configuration and deployment details, refer to:
109109

110110
### Munge Authentication Support
111111

112-
Support for **Munge authentication** has been added, providing a lightweight and secure authentication mechanism suitable for HPC environments.
112+
Support for **Munge authentication** has been added, providing a lightweight and
113+
secure authentication mechanism suitable for HPC environments. Switching to
114+
munge authentication is highly recommended when using containers inside the
115+
cluster or enabling user namespace.
113116

114117
Authentication can be enabled during installation or via bootstrap configuration changes.
115118

0 commit comments

Comments
 (0)