Skip to content

Commit ab6b758

Browse files
committed
EH: Updated release notes and OS support matrix
1 parent ebeca95 commit ab6b758

File tree

4 files changed

+72
-7
lines changed

4 files changed

+72
-7
lines changed

doc/markdown/manual/copyright.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright
22

3-
Copyright 2024 HPC-Gridware GmbH
3+
Copyright 2024-2025 HPC-Gridware GmbH
44

doc/markdown/manual/release-notes/02_os_matrix.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,38 @@
1-
# Supported Operatings Systems, Versions and Architectures
1+
# Supported Operating Systems, Versions and Architectures
22

33
The following table shows the matrix of operating systems, versions and architectures on one axis and
44
xxQS_NAMExx components on the other axis.
55

66
| Operating System | Version | Architecture | Master/Shadow Service | Execution Service | Admin/Submit Clients |
77
|:-----------------|:--------|:-------------|:---------------------:|:-----------------:|:--------------------:|
8-
| macOS | 14 | ARM64 | - | a | a |
8+
| macOS | 14 | ARM64 | - | - | b |
9+
| CentOS Linux | 8 | ARM64 | x | x | x |
10+
| Redhat Linux | 8 | ARM64 | x | x | x |
911
| Rocky Linux | 8 | ARM64 | x | x | x |
1012
| Rocky Linux | 9 | ARM64 | x | x | x |
1113
| Raspbian Linux | 11 | ARM64 | x | x | x |
1214
| Raspbian Linux | 12 | ARM64 | x | x | x |
15+
| Ubuntu Linux | 24.04 | ARM64 | x | x | x |
1316
| | | | | | |
1417
| Alma Linux | 8 | ppc64le | a | x | x |
1518
| Centos Linux | 8 | ppc64le | a | x | x |
1619
| Rocky Linux | 8 | ppc64le | a | x | x |
1720
| | | | | | |
21+
| Alma Linux | 8 | s390x | a | x | x |
22+
| Centos Linux | 8 | s390x | a | x | x |
23+
| Rocky Linux | 8 | s390x | a | x | x |
24+
| | | | | | |
1825
| SUSE Tumbleweed | | Risc-V64 | a | x | x |
1926
| | | | | | |
2027
| Alma Linux | 8 | x86-64 | x | x | x |
2128
| Alma Linux | 9 | x86-64 | x | x | x |
2229
| CentOS Linux | 6 | x86-64 | a | a | a |
23-
| CentOS Linux | 7 | x86-64 | x | x | x |
30+
| CentOS Linux | 7 | x86-64 | a | x | x |
2431
| CentOS Linux | 8 | x86-64 | x | x | x |
2532
| CentOS Linux | 9 | x86-64 | x | x | x |
2633
| Free BSD | 13 | x86-64 | a | x | x |
2734
| Free BSD | 14 | x86-64 | a | x | x |
28-
| Redhat Linux | 6 | x86-64 | a | a | a |
35+
| Redhat Linux | 6 | x86-64 | a | x | x |
2936
| Redhat Linux | 7 | x86-64 | a | x | x |
3037
| Redhat Linux | 8 | x86-64 | x | x | x |
3138
| Redhat Linux | 9 | x86-64 | x | x | x |
@@ -39,7 +46,8 @@ xxQS_NAMExx components on the other axis.
3946
| Ubuntu Linux | 24.04 | x86-64 | x | x | x |
4047

4148
-: Unsupported
42-
a: Available but not supported. Contact our sales and support team if you need this configuration
49+
a: Available but not covered by support contract. Contact our sales and support team if you need this configuration.
50+
b: Still in beta testing. Contact our sales and support team if you need this configuration.
4351
x: Supported
4452

4553
> **Note**

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Major Enhancements
22

3+
## v9.0.3 and v9.0.4 (IT IS STRONGLY RECOMMENDED TO UPGRADE TO PATCH 9.0.4)
4+
5+
### Critical bug fixes
6+
7+
* Fixed several critical bugs that caused
8+
9+
- the `sge_qmaster` to crash
10+
- issues in the internal bookkeeping of the scheduler
11+
- jobs to be stuck in the system without beeing able to delete them
12+
- ...
13+
14+
Find the full List of fixes in the next chapter.
15+
316
## v9.0.2
417

518
### Enhanced NVIDIA GPU Support with qgpu

doc/markdown/manual/release-notes/04_full_list_of_fixes.md

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,51 @@
22

33
# Release notes - Cluster Scheduler
44

5-
## 9.0.3
5+
## v9.0.4
6+
7+
### Improvement
8+
9+
[CS-566](https://hpc-gridware.atlassian.net/browse/CS-566) Add new test scenarios for JSV \[master|slave\]\_l\_hard attribute
10+
11+
### New Feature
12+
13+
[CS-777](https://hpc-gridware.atlassian.net/browse/CS-777) Improve qsub -sync so that is support multiple state \(like r\)
14+
15+
[CS-1056](https://hpc-gridware.atlassian.net/browse/CS-1056) Develop a User-Friendly ShareTree Editor for Admins to Easily Manage and View Large ShareTrees
16+
17+
### Sub-task
18+
19+
[CS-1035](https://hpc-gridware.atlassian.net/browse/CS-1035) Fix compile issues for macOS
20+
21+
[CS-1037](https://hpc-gridware.atlassian.net/browse/CS-1037) Fix build environment for macOS and build for OCS and GCS
22+
23+
[CS-1038](https://hpc-gridware.atlassian.net/browse/CS-1038) Fix remote login problem for macOS regular users
24+
25+
### Task
26+
27+
[CS-937](https://hpc-gridware.atlassian.net/browse/CS-937) do full valgrind test on V90\_BRANCH \(9.0.2/9.0.3\)
28+
29+
### Bug
30+
31+
[CS-634](https://hpc-gridware.atlassian.net/browse/CS-634) a job requesting a pty fails on freebsd
32+
33+
[CS-1022](https://hpc-gridware.atlassian.net/browse/CS-1022) qrsh to a freebsd host fails with "qrsh\_starter: executing child process bash failed: No such file or directory"
34+
35+
[CS-1023](https://hpc-gridware.atlassian.net/browse/CS-1023) qtelemetry reports hosts with long and short hostnames
36+
37+
[CS-1024](https://hpc-gridware.atlassian.net/browse/CS-1024) qdel reports jobs as "is already in deletion" although qstat shows that job in 'qw' state
38+
39+
[CS-1047](https://hpc-gridware.atlassian.net/browse/CS-1047) JSV might have access to job attributes of a previous job verification
40+
41+
[CS-1049](https://hpc-gridware.atlassian.net/browse/CS-1049) Fix MPI templates to contain ignore slave task requests on master host
42+
43+
[CS-1053](https://hpc-gridware.atlassian.net/browse/CS-1053) with pe setting ign\_sreq\_on\_mhost=true job having a slave request on a globally defined resource are not scheduled
44+
45+
[CS-1054](https://hpc-gridware.atlassian.net/browse/CS-1054) with pe setting ign\_sreq\_on\_mhost=true a globally defined resource which is requested for slave scope is not booked into the resource diagram
46+
47+
[CS-1055](https://hpc-gridware.atlassian.net/browse/CS-1055) sge prefix in man pages is not correctly replaced in certain man page files
48+
49+
## v9.0.3
650

751
### Improvement
852

0 commit comments

Comments
 (0)