Skip to content

Commit 590db01

Browse files
committed
Corrected statement concerning use of a database replica with QoS.
1 parent 9a764e9 commit 590db01

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.DS_Store

6 KB
Binary file not shown.

.idea/.DS_Store

6 KB
Binary file not shown.

release-notes-9.2

+7-4
Original file line numberDiff line numberDiff line change
@@ -302,11 +302,13 @@ Aside from bug fixes, the following significant changes to QoS should be noted:
302302
book chapter for further details.
303303

304304
- The DB namespace endpoint can now be configured to be separate from the main Chimera
305-
database. This was useful for Resilience, where all namespace operations were read-only
306-
and so could be pointed at a database replica.
305+
database (originally introduced/changed for Resilience). In this way, the scanner,
306+
whose namespace queries are read-only, could be pointed at a database replica.
307307

308-
But be aware that *this is not advisable for QoS* because of the new policy engine
309-
implementation, which needs to update Chimera tables.
308+
This remains possible for QoS, even though the QoSEngine now also is responsible
309+
for updating Chimera with file policy state. These writes are all done via
310+
messaging (PnfsHandler) rather than by direct DB connection, so they go to
311+
the master Chimera instance.
310312

311313
- Requests for QoS transitions are now authorized on the basis of role (see under gPlazma).
312314

@@ -337,6 +339,7 @@ QoS services. We encourage you to switch to the latter as soon as is feasible.
337339
Remember *_not_* to run Resilience and QoS simultaneously.
338340

339341
A recipe has been added to the cookbook for migration/draining of resilient pools.
342+
This continues to apply in QoS.
340343

341344
### WebDAV
342345

0 commit comments

Comments
 (0)