Skip to content

Commit 889337e

Browse files
author
DIRACGrid CI
committed
docs: Add release notes for v9.0.0a58
1 parent 23ea5da commit 889337e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

release.notes

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
[v9.0.0a58]
2+
3+
*Resources
4+
5+
NEW: (#8206) allow to mount local folder in rw mode in SingularityCE
6+
7+
*PilotManagerHandler
8+
9+
CHANGE: (#8203) Moved killpilot to diracAdmin itself to avoid migrating it to DiracX while migrating PilotManagerHandler
10+
This is useful later because in DiracX we can't use it for now: it needs a proxy to contact the CS + we would need to import `MySQLdb` in DiracX (see error below):
11+
```
12+
from DIRAC.Core.Utilities.MySQL import MySQL
13+
File "/opt/conda/lib/python3.11/site-packages/DIRAC/Core/Utilities/MySQL.py", line 155, in <module>
14+
import MySQLdb
15+
ModuleNotFoundError: No module named 'MySQLdb'
16+
```
17+
This error occurred while importing `killPilotsInQueues` from DiracX via an import.
18+
19+
*ConfigurationSystem
20+
21+
NEW: (#8202) Add PreferredURLPattern for URL sorting
22+
123
[v9.0.0a57]
224

325
*WorkloadManagement

0 commit comments

Comments
 (0)