You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release.notes
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff 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
0 commit comments