-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathrelease-notes-11.1
More file actions
735 lines (454 loc) · 30.8 KB
/
release-notes-11.1
File metadata and controls
735 lines (454 loc) · 30.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
HTML header: <title>dCache 11.1 Release Notes</title>
<!--#include virtual="/template/default-head.shtml" -->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css"
integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous"/>
<!--link type="text/css" rel="stylesheet" href="jquery.tocify.css" /-->
<style type="text/css">
h5 {
font-size: 15px;
font-style: italic;
margin-top: 20px;
}
body {
padding-top: 20px;
}
@media (max-width: 767px) {
#toc {
position: relative;
width: 100%;
margin: 0px 0px 20px 0px;
}
}
@media print {
#toc {
display: none;
}
}
</style>
<div class="container">
<div id="banner">
<div id="bird_large">
<img src="/images/dcache-banner.png" class="bird"></img>
</div>
<div id="sidebar-b">
<span class="dcache-nav-bar">
<a href="/index.shtml">home</a>
|
<a href="/news.shtml">news</a>
|
<a href="/manuals/index.shtml">documentation</a>
|
<a href="/downloads/IAgree.shtml">downloads</a>
|
<a href="/feedback.shtml">feedback</a>
|
<a href="/manuals/googlesearch.shtml">search</a>
|
<a href="/imprint.shtml">imprint </a>
</span>
</div>
</div>
<div id="content">
<div class="row">
<div class="page-header">
<h1>What's new in dCache 11.1<br/>
<small>Release notes</small></h1>
</div>
## Highlights
- NFSv4.1 Read-delegation support
## Incompatibilities
- Drop support for nfsv4_1_files layout type.
- Drop admin commands to set/get/list `flags` associated with files.
- Obsolete `pool.enable.hsm-flag`.
- Stop populating of `t_storageinfo` chimera table.
- Removed Legacy admin shell
## Acknowledgments
We want to thank Tino Reichardt for his contribution.
## Release 11.1.9
### nfs4j
nfs4j has been upgraded to 0.27.2 with server-side-copy now handling unsupported case of async copy.
### Changelog 11.1.8..11.1.9
<!-- git log 11.1.8..11.1.9 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
[e288710f62](https://github.com/dcache/dcache/commit/e288710f62b1e32d40a338e5b09f3a6728a25ae4)
: [maven-release-plugin] prepare release 11.1.9
[a2827b3577](https://github.com/dcache/dcache/commit/a2827b35779a1d79fb2ba786ff2cdc20d73e88d3)
: pom: update nfs4j to 0.27.2
[fe13956f69](https://github.com/dcache/dcache/commit/fe13956f6970fe58047bcf92097dbebdc92e05e7)
: [maven-release-plugin] prepare for next development iteration
## Release 11.1.9
### #
### Changelog 11.1.8..11.1.9
<!-- git log 11.1.8..11.1.9 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
[e288710f62](https://github.com/dcache/dcache/commit/e288710f62b1e32d40a338e5b09f3a6728a25ae4)
: [maven-release-plugin] prepare release 11.1.9
[a2827b3577](https://github.com/dcache/dcache/commit/a2827b35779a1d79fb2ba786ff2cdc20d73e88d3)
: pom: update nfs4j to 0.27.2
[fe13956f69](https://github.com/dcache/dcache/commit/fe13956f6970fe58047bcf92097dbebdc92e05e7)
: [maven-release-plugin] prepare for next development iteration
## Release 11.1.8
### #
### restapi
With upgrade of jackson dependencies for 11.x handling of Optional datatype started to fail like so:
"Unable to interpret JSON: Java 8 optional type java.util.Optional<java.lang.Double>..."
when calling rest api to query pool information. This is now fixed.
### Changelog 11.1.7..11.1.8
<!-- git log 11.1.7..11.1.8 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
[1bec339201](https://github.com/dcache/dcache/commit/1bec3392010696adc04cfd23f963bda4d1eae718)
: [maven-release-plugin] prepare release 11.1.8
[7f82b0b5ff](https://github.com/dcache/dcache/commit/7f82b0b5ff09a40f1b4f290aee2b4b4b9aacb4c0)
: dcache cli: fix issue with printing pool size when max diskspace is set in percentage
[d1241e7edc](https://github.com/dcache/dcache/commit/d1241e7edc44c3043055c67614302232986a895b)
: rest api: add support for Java8 Optional data type
[f81c0a088a](https://github.com/dcache/dcache/commit/f81c0a088a60c7c755e957ea4061951d9b5c9c0e)
: [maven-release-plugin] prepare for next development iteration
## Release 11.1.7
### bulk
Log files spamming is improved.
### common
Current release fixed the bug where webdav and frontend door access log files would fail to log requests that trigger certain failures in dCache.
### webdav
An open-ended range like `bytes=0-`` produced an invalid header like `bytes=0-null`, resulting in no data being transferred.
This is now fixed.
### Changelog 11.1.6..11.1.7
<!-- git log 11.1.6..11.1.7 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
[7ab3449962](https://github.com/dcache/dcache/commit/7ab3449962342a06076468651431f3e0bb0dc1ab)
: [maven-release-plugin] prepare release 11.1.7
[e684b1782c](https://github.com/dcache/dcache/commit/e684b1782caa65e62d0ad14cc282287d1530daeb)
: webdav: fix range header formatting in relay request
[0bc87e47c4](https://github.com/dcache/dcache/commit/0bc87e47c428112cade6f368ab3bac8339e16471)
: common: increase robustness of access log file
[4d825c34e0](https://github.com/dcache/dcache/commit/4d825c34e02e48a0c8200869c57958a832d6ac47)
: bulk: catch another place generating verbose logging
[e7e51b4798](https://github.com/dcache/dcache/commit/e7e51b4798a34758390e0f48001a68f9484a52cd)
: [maven-release-plugin] prepare for next development iteration
## Release 11.1.6
### bulk
Catch and ignore BulkRequestNotFoundException when retrieving request by ID.
### Changelog 11.1.5..11.1.6
<!-- git log 11.1.5..11.1.6 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
[e40731041a](https://github.com/dcache/dcache/commit/e40731041a3818f49b4011d4442ced5213b705a1)
: [maven-release-plugin] prepare release 11.1.6
[c53010fdf8](https://github.com/dcache/dcache/commit/c53010fdf8bdce733482c9ccc0a27d0a083a6273)
: bulk: avoid spamming log file when requests have already been cleared due to auto-clear flag
[a1b127f5b5](https://github.com/dcache/dcache/commit/a1b127f5b56c70963b48aaa109dd52cba95ff5e8)
: [maven-release-plugin] prepare for next development iteration
## Release 11.1.5
### common
Elliptic curve keys are supported now.
### spacemanager
The since dCache have migrated to liquibase4, some incomatibilies have been observed in srm and spacemanager db schema migrations.
1) new way of calculating checksums (with vs without spaces)
2) liqubase uses id+author to identify changesets. In case of collisions the behaviour is unpredictable, in particular, with liquibase 4.xx the wrong changeset is selected for validation.
This is now fixed and srm and space manager databases can be migrated without issues.
### Changelog 11.1.4..11.1.5
<!-- git log 11.1.4..11.1.5 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
[2cec53487e](https://github.com/dcache/dcache/commit/2cec53487ed038c8df9e7c293945c9b6fe231eda)
: [maven-release-plugin] prepare release 11.1.5
[b32c31cebf](https://github.com/dcache/dcache/commit/b32c31cebf7417fc379b424eb683f5279a4e1589)
: srm,spacemanager: fix liquibase migration checksum mismatch
[e5bfd0ef0f](https://github.com/dcache/dcache/commit/e5bfd0ef0fafed3b873a7ecbd7c3bf517e1e7c8d)
: common-security: add workaround bouncycastle EC algorithm name mismatch
[481e3dbc95](https://github.com/dcache/dcache/commit/481e3dbc955d94058b5036519696d2e6d50b2055)
: [maven-release-plugin] prepare for next development iteration
## Release 11.1.4
### gplazma
The banfile only bans user if there is only one `ban foo:bar` line is present (one line per alias).
This is now fixed.
### pool
TPC-HTTP remote endpoint validation now is performed based on local trusted store and host name.
### webdav
WebDAV was returning 500 on unauthorized attempt to rename resource, no this is fixed and
403 on unauthorized attempt to rename resource will be returned.
### Changelog 11.1.3..11.1.4
<!-- git log 11.1.3..11.1.4 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
[01a6d07eaf](https://github.com/dcache/dcache/commit/01a6d07eaf446a16ff9e36dae37c7cfc20e55d76)
: [maven-release-plugin] prepare release 11.1.4
[8de0c4396a](https://github.com/dcache/dcache/commit/8de0c4396a419bf14f5dd772bf9ca23d137ca42b)
: webdav: return 403 on unauthorized attempt to rename resource
[f9747cdf7b](https://github.com/dcache/dcache/commit/f9747cdf7b8b42ca186e4ff9a0e05276c22b7417)
: gplazma: fix banfile plugin
[53f005efd6](https://github.com/dcache/dcache/commit/53f005efd6f249b08d8c944ac7ba07199e2a087a)
: pool: use SSLTrustManagerWithHostnameChecking to initialize CAnL
[a91e167587](https://github.com/dcache/dcache/commit/a91e1675872a394f18b16388cce569b03a9ca29f)
: ci: stop using voms server
[09d7b036a5](https://github.com/dcache/dcache/commit/09d7b036a5ee87e09d4e5f68ad9b9124a77997ca)
: transfermanagers: complete removal of DB support
[ddfeef9209](https://github.com/dcache/dcache/commit/ddfeef92099f4e6cedbf9cc3850acc943b543105)
: [maven-release-plugin] prepare for next development iteration
## Release 11.1.3
### documentation
Update cleaner cell name to replace obsolete references to `cleaner` with `cleaner-disk`.
### pool
The current release fixed the typo `local` vs. `remote` as a resukt the
correct endpoint is reported in the billing.
### Changelog 11.1.2..11.1.3
<!-- git log 11.1.2..11.1.3 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
[fe9989829c](https://github.com/dcache/dcache/commit/fe9989829c7ecdc47e803d8c3785c2ceaf32598e)
: [maven-release-plugin] prepare release 11.1.3
[98317cd869](https://github.com/dcache/dcache/commit/98317cd869380933becc25f3fc6b1b500aa47f0e)
: docs: fix references to old 'cleaner' service
[effed4b2cc](https://github.com/dcache/dcache/commit/effed4b2cc9c3650bdb2f2971b8a683d0e7bffaa)
: pool: fix mover's local endpoint reported by a mover
[863dabb338](https://github.com/dcache/dcache/commit/863dabb338de574a1c2568e8fcc9e48d068dc106)
: [maven-release-plugin] prepare for next development iteration
## Release 11.1.2
### pool
To trace why files change tier states from PRECIOUS to CACHED more logging was added during this state change.
### Changelog 11.1.1..11.1.2
<!-- git log 11.1.1..11.1.2 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
[1836d8555a](https://github.com/dcache/dcache/commit/1836d8555afeaaae6e1d9c99f6107b09ae682f01)
: [maven-release-plugin] prepare release 11.1.2
[d95537e791](https://github.com/dcache/dcache/commit/d95537e791d92fbcfe1ebcb085cd9737f5eed58f)
: pool: log at warn when files state in pool change
[cd459f9d0b](https://github.com/dcache/dcache/commit/cd459f9d0bf940e13ddf31bb85a866728ba7ed49)
: [maven-release-plugin] prepare for next development iteration
## Release 11.1.1
### gplazma
To ensure consistent role enforcement across dCache, GPlazma will now set the RolePrincipal whenever the role attribute is present.
### nfs
To reduce log clutter for our admins, the NFS client workaround message was downgraded in severity.
### poolmanager
This fix takes care of the infinite loop conflict in wrandom partition which was introduced by commit 778f97.
### Changelog 11.1.0..11.1.1
<!-- git log 11.1.0..11.1.1 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
[36c1ef7007](https://github.com/dcache/dcache/commit/36c1ef70072db42d029f992959c4b0cc8a31bda8)
: [maven-release-plugin] prepare release 11.1.1
[3880ee9414](https://github.com/dcache/dcache/commit/3880ee9414ecccd927b552bcb50185b4682bcc61)
: gplazma: enforce RolePrincipal if Role attribute is set
[3d56b4a07c](https://github.com/dcache/dcache/commit/3d56b4a07c9a10def847f0f6a54e43df2e816763)
: nfs: lower nfs-client workaround message
[7fa54b3bbc](https://github.com/dcache/dcache/commit/7fa54b3bbc6501d66af74e84ae6ca5253d55a303)
: poolmanager: fix wrandom partition
[ad13fcc946](https://github.com/dcache/dcache/commit/ad13fcc946767808258d0fb51fdc7f7e9a3d459f)
: [maven-release-plugin] prepare for next development iteration
## Release 11.1.0
### Admin
dCache allowed admins to associate key-value (flags) pairs with files, which were stored in pnfs level-2 (t_lavel_2 table).
Those flags did not influence the dcache behavior and were invisible to users. This functionality is removed now.
The ssh admin interface could start the legacy shell with an alternative way to address dCache cells (cd vs. \c). This functionality
is removed now. Any custom scripts that might depend on such functionality must be updated.
### Chimera
The dCache namespace stored so-called `flags`, key-value pairs associated with files, in the `t_level_2` table. This functionality is removed as it is not being used.
The `t_level_2` is not touched and stays as-is. The table should be empty for most sites or contain no new records since 2018. Admins are free to truncate the table to
reclaim the space, if desired.
The storage info of a file is defined by directory tags, such as `OSMTemplate` and `sGroup` or `storage_group` and `file_family`. Additionally, after file is flushed in HSM, the storage info was stored in `t_storageinfo` table. This was required to be able to restore the file with the original storageinfo, even if directory tags are changed. However, the functionality was never used by sites. With release 11.1, dCache stops populating and reading `t_storageinfo` table.
### Cleaner
Previously, `cleaner-hsm` would send one delete request per HSM at a time to a single pool each. However, this level of parallelization is not very efficient, especially when the delete times out.
Now, for each HSM, it can delete files in parallel via multiple pools. Instead of waiting for one delete request batch per HSM to finish or time out, it will send further delete requests for that HSM to other pools connected to it on successive `cleaner-hsm` runs. By decreasing the time between successive runs, the number of parallel cleaning pools is increased (as long as there are available pools).
### DCAP
Removed the capability of associating a checksum as a key-value pair on upload. The checksum had never been used by dCache or exposed to users.
### gplazma
Added multimap plugin section in the dCache book.
### httpd
The pool and pool group usage pages have been updated to display data volumes in a human-readable form.
### Monitoring
With release 11.1, dCache comes with an integrated prometheus-exporter that can be enabled by `dcache.enable.prometheus.exporter=true` property. The property `dcache.enable.prometheus.exporter.endpoint`
controls on which interface and port number the exporter is exposed. The default value is `localhost:9876`. There are not too many metrics available righ now, however, the exporter can be used to monitor
JVM memory, number of running threads, or number of open files.
### NFS
NFS door supports read-delegation. Read delegations allow the server to delegate OPEN-CLOSE operations to clients if a file is accessed several times. This functionality aims to improve file access latency in workloads like `open->read-close; loop`, which some HPC applications use.
In order to provide delegation-based read access on dCache pools, the `nfsv4_1_files` layout type is no longer supported. Site admins must remove the `lt=nfsv4_1_files` option from nfs door export files.
>NOTE: As the client will not return delegations right after transfer, the NFS movers on pools might stay active even if no applications have opened the file. Moreover, the `transferTime` and `transferSize` correspond to a file delegation period and do not reflect a single `open->close` cycle.
### Pool
Berkeley DB, which is used to store metadata on pools, by default keeps only 100 files open. On some installations, this causes a slow start, as the number of db files is much larger. Now, the default is increased to 512.
On data upload, dCache pool can tell PnfsManager whatever pool's `lfs` mode is `hsm` or `precious`. This functionality is controlled by `pool.enable.hsm-flag` option, which defaults to `false` since 2017.
This option is now obsolete.
### Changelog from 11.0.0 to 11.1.0
<!-- git log 11.0..11.1 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' -->
[7cec96cf27](https://github.com/dcache/dcache/commit/7cec96cf2780437013d118906180567b0d499180)
: build(deps): bump io.netty:netty-codec-http
[c23fd18b50](https://github.com/dcache/dcache/commit/c23fd18b5007a5fb82264fbbe52046762687a83a)
: qos: don't shadow fields from super class in ReplicaStateAdjuster
[2e12f1dca2](https://github.com/dcache/dcache/commit/2e12f1dca29feeed1dc6352f166aad2d1282a444)
: qos-adjuster: use pnfsid for internal bookkeeping
[ef27b1f9c7](https://github.com/dcache/dcache/commit/ef27b1f9c7c0c46dd8365a4bf3076e2fd3917d59)
: qos: disable dynamic replica reduction
[a6b7237387](https://github.com/dcache/dcache/commit/a6b723738709917dc0f031ca3a6923c65a1a7ba6)
: chimera: reduce number of internal location copies
[acf6cc0762](https://github.com/dcache/dcache/commit/acf6cc07626d9bb1ddf30ed85c2c0c04f2a71b04)
: Human readable sizes for Webadmin Interface
[38ac3d0e13](https://github.com/dcache/dcache/commit/38ac3d0e13bc1651041346d691186698b5370ac0)
: WLCG tape API: do not report empty fields in json responses
[74b01b98ab](https://github.com/dcache/dcache/commit/74b01b98abb6dc69d05abeb11d929bc4b5121c9b)
: poolmanager: fix wrandom patrition loop
[a778f9763c](https://github.com/dcache/dcache/commit/a778f9763cbce8ba3876d4eaf3a440e02c4c4040)
: poolmanager: update wrandom partition to respect gap
[5f0e7be8e8](https://github.com/dcache/dcache/commit/5f0e7be8e8bf288b35ed3a418c40a45af1e63276)
: bulk: remove residual code having to do with delay_clear
[6b5438f4b5](https://github.com/dcache/dcache/commit/6b5438f4b536dd77c659661132bbf96b44e00471)
: build(deps): bump org.bouncycastle:bcpkix-jdk18on from 1.78 to 1.78.1 (#7861)
[5f922dd51e](https://github.com/dcache/dcache/commit/5f922dd51e9a5b98be16b7aee572cf2e4d67675a)
: Revert "libs: update jackson to version 2.18.3"
[9b19f5fca2](https://github.com/dcache/dcache/commit/9b19f5fca23c31d07291a676bd961917f7dfdfc8)
: omnisession: add support for role attribute
[c735ee9258](https://github.com/dcache/dcache/commit/c735ee9258b70e4571247db5a37912422dfc6c70)
: ci: consume billing kafka messages from the beginning
[8e052af8b7](https://github.com/dcache/dcache/commit/8e052af8b75f41ea2c5d1a6bb87e29f9106abe7b)
: ci: use minio helm chart from charts.min.io
[d15becab64](https://github.com/dcache/dcache/commit/d15becab641f62233e60cd4dee1959ffeb2c3ef3)
: ci: don't use bitnami helm charts for kafka and zookeeper
[b4db67e462](https://github.com/dcache/dcache/commit/b4db67e462b7334c74192af5309f8aa93ba7128c)
: ci: don't use bitnami helm chart for postgresql
[80b45777ec](https://github.com/dcache/dcache/commit/80b45777ec1e6dc0aec8aa14b98fc2547ee2e5c8)
: ci: don't use bitnami images for kubectl commands
[fa1987338b](https://github.com/dcache/dcache/commit/fa1987338b633922c5e2534e5f4ad37e10a0afc6)
: pool: move QoSMessageHandler#SYSTEM_OWNER into StickyRecord
[1239271d25](https://github.com/dcache/dcache/commit/1239271d258808b6381faa95b20c4a69715fda98)
: namespace: raise alarm if storage class misconfigured
[c01a82fb05](https://github.com/dcache/dcache/commit/c01a82fb05b89a16b4b02d8796b23154a0423a7f)
: pool: define replocas' lastAccessTime and creationTime on start up when repository is not present
[dfc4f69574](https://github.com/dcache/dcache/commit/dfc4f6957408c685f7161aa709132022c6f732b5)
: ci: add gpg to almalinux 10 installation
[5ef4e2bb6a](https://github.com/dcache/dcache/commit/5ef4e2bb6ae57c111d6d2139f87d8c816a8a234d)
: ci: use almalinux:10-minimal as a standard image
[2008cde212](https://github.com/dcache/dcache/commit/2008cde21267c8af1a69c0afdbb14ec7804d7c43)
: ssh: drop legacy shell
[e5b8a66450](https://github.com/dcache/dcache/commit/e5b8a6645005c099398a4f94450f5139292c8a9e)
: ci: ignore netty-tcnative-boringssl-static duplicates
[2a0716d7be](https://github.com/dcache/dcache/commit/2a0716d7be39727e5fc0a22e13b13d378a1032c0)
: libs: update netty version to 4.2.3
[ef4d8b8e08](https://github.com/dcache/dcache/commit/ef4d8b8e0848adff3588abdc71e68777a20eb2d9)
: vehicles: remove legacy PoolModifyPersistencyMessage
[08ca0d0f7e](https://github.com/dcache/dcache/commit/08ca0d0f7eae1200235b6a736de4fe14840ddf54)
: pool: expose receiving from pool state in `rep ls`
[d96d0c132e](https://github.com/dcache/dcache/commit/d96d0c132ee8eeae54f23bf325b9b9a2521e36fc)
: runtime: enable prometheus exporter
[9f5d209816](https://github.com/dcache/dcache/commit/9f5d2098167d2cf635113f90880e657e98f1e985)
: ci: adding variable admin_role to environment
[aeabefe0c6](https://github.com/dcache/dcache/commit/aeabefe0c6295e08af9c676d1d090a588e9109ab)
: frontend: organization of swagger
[8dcf074205](https://github.com/dcache/dcache/commit/8dcf074205744a8d1be1879f70409699609503d1)
: cells: stop using deprecated ThreadGroup methods
[5a4adf3d42](https://github.com/dcache/dcache/commit/5a4adf3d4246d5f702289ea0a802b8bd6205a9d2)
: auth: add DesiredRole#toString
[cab11e7486](https://github.com/dcache/dcache/commit/cab11e7486ab74cac8596267eaf0fda6136c7ac1)
: qos: make db name configurable
[36d6a5ef8a](https://github.com/dcache/dcache/commit/36d6a5ef8a1a886eb06118386d9e8963253e77c1)
: dcache rest api: do not filter out fields with default and null values when building json reply object. Enable get/set of OUTPUT quota
[8de56cb839](https://github.com/dcache/dcache/commit/8de56cb83948d6d55062845e69a15a896fd8ca42)
: voms: accept only FQANs that match VO name
[8353e67690](https://github.com/dcache/dcache/commit/8353e6769052b4eb1215f7176c5192c8ed83866a)
: ci: adding migration endpoint tests to the gitlab pipeline
[4d22cb12aa](https://github.com/dcache/dcache/commit/4d22cb12aa7bc20fd2b8be5fd047640971a5b77c)
: quota: implement protocols specific return codes
[b68a2d6ae7](https://github.com/dcache/dcache/commit/b68a2d6ae76391f140ac5e39b227f10f9a259ee6)
: ci: adding qos endpoint tests to the gitlab pipeline
[e09d70a568](https://github.com/dcache/dcache/commit/e09d70a568ada9c56eb8f99a0b6a983f73de0b0b)
: chimera: stop populating and querying t_storageinfo table
[47cc2bc55a](https://github.com/dcache/dcache/commit/47cc2bc55a8667f533053118dd0bb447e4ea8906)
: nfs: add admin command to list current delegations
[f5f92781c0](https://github.com/dcache/dcache/commit/f5f92781c00f4e31f4ef0c742b9e5c6ddb1f7db7)
: fix broken commit 48a544cb6
[2842808071](https://github.com/dcache/dcache/commit/284280807199a6259159eb98ca67e5c15b538da6)
: pnfsmanager: drop support for file flags and handling of pnfs level-2
[75617d45e0](https://github.com/dcache/dcache/commit/75617d45e00daea1b2a98b0a68c327c4aceaba2e)
: gplazma: fix static field for RecordFailedLogins
[a406b1b82d](https://github.com/dcache/dcache/commit/a406b1b82d95d97b97ba5b49d877bfe25ba32702)
: gplazma: update link to IGTFInfo file format
[ce93ab1799](https://github.com/dcache/dcache/commit/ce93ab1799cc7c800c357d260655c61453bf7fb4)
: pool: drop pool.enable.hsm-flag
[dee4ee71f4](https://github.com/dcache/dcache/commit/dee4ee71f4d93f1bd64082ec4846600d2d4c7a90)
: pnfsmanager: drop flags set/get/delete commands
[7cbd21ae26](https://github.com/dcache/dcache/commit/7cbd21ae266eac810adca5e7f664d8e8188384ba)
: dcap: drop checksum string as flags
[bcde31a09f](https://github.com/dcache/dcache/commit/bcde31a09f877e9e7488e7be24870bc4c52873dd)
: admin: remove set/get flags command and derivates
[1a5b83d78b](https://github.com/dcache/dcache/commit/1a5b83d78b58b3414f94119f913a055d7342bf16)
: ci: publish container image with branch tag
[48a544cb69](https://github.com/dcache/dcache/commit/48a544cb694a6a8995a8d966891d33cdc4105d6b)
: gmplazma: excessive caching of failed login attempts leads to system overload.
[71b18ee76e](https://github.com/dcache/dcache/commit/71b18ee76ef8ef2c8f06e7bffe801eef30ac2fc9)
: frontend: refactor to camel case to keep naming convention consistent between tests
[d6e7dc671a](https://github.com/dcache/dcache/commit/d6e7dc671a9cff13f98fc62e45dca83341ce84a9)
: ci: tests to check staging functionality
[28b76ef158](https://github.com/dcache/dcache/commit/28b76ef158519c69cd1fbdb3008cc679d851d521)
: container: use almalinux-10 minimal as it produces smaller images
[2a77534942](https://github.com/dcache/dcache/commit/2a7753494292fd178639ff909d0d72a8ccd3a82f)
: gplazma: check BEARER TOKEN empty case
[7dc561d58f](https://github.com/dcache/dcache/commit/7dc561d58f9f4ad7a1254b09d6dec2d512275f9f)
: frontend: respect admin role when requested
[bec50c40cf](https://github.com/dcache/dcache/commit/bec50c40cf59612faf63e033114b04f8fc7b9aaa)
: chimera: fix string representation of Stat
[196f8c9cce](https://github.com/dcache/dcache/commit/196f8c9cce0e0d5412d7ca4d31864be8b72d8ee7)
: webdav: fix X-OC-MTIME support when uploading a file
[ee57075247](https://github.com/dcache/dcache/commit/ee57075247b0dd96043258ad126db56f89e7ff82)
: Removal of random README file
[5332c10f19](https://github.com/dcache/dcache/commit/5332c10f19a234a48ebf7d83e18ed67eab989171)
: dcache tape rest API: return ONLINE (or DISK) locality for incomplete files
[9db7e752c5](https://github.com/dcache/dcache/commit/9db7e752c5f3a0afa9223a210f3dbfe46c24e6f8)
: pool: change default number of open files by Berkeley DB
[af20384b1a](https://github.com/dcache/dcache/commit/af20384b1aa909de0bc8243b3fdf79ffe8cb77aa)
: libs: drop unused dependency
[bafadec421](https://github.com/dcache/dcache/commit/bafadec421d1b9073afa48721576640229a0d246)
: Revert "chimera: fix string representation of Stat"
[d8269db15e](https://github.com/dcache/dcache/commit/d8269db15e4c5059b08dbf1a3bf6f9dad424aef2)
: Reapply "gplazma2: drop unsupported org.reflections library"
[ca8a492385](https://github.com/dcache/dcache/commit/ca8a492385e518fbdd42cce098e62acd6390c006)
: container: avoid epmty entry in the classpath
[2595222ca0](https://github.com/dcache/dcache/commit/2595222ca0eae1472eb8955b89e21f33933b3e12)
: chimera: fix string representation of Stat
[e731648a3a](https://github.com/dcache/dcache/commit/e731648a3afc555df47f3883eceefae13261b269)
: chimera: add 'stat' command to shell
[00e680d4bf](https://github.com/dcache/dcache/commit/00e680d4bf1fe3855ab36ae704bb33fbbf9185dd)
: ci: frontend tests cleanup
[1d27fbb9e4](https://github.com/dcache/dcache/commit/1d27fbb9e44587f395bde26e3e7088620a490e70)
: libs: switch t nfs4j-0.27.1
[893734557e](https://github.com/dcache/dcache/commit/893734557e2e48ef5c6934059b134bfe2ca6747d)
: docs: add multimap plugin section
[d0cc39c403](https://github.com/dcache/dcache/commit/d0cc39c403c8f3e3d2a61839e3e540b6bd8073aa)
: nfs: update proxy to use flex_files layout driver
[7266edd31a](https://github.com/dcache/dcache/commit/7266edd31ac8799794ab2244adf93c2b34cb824e)
: pnfs: drop nfsv4_1_files layout type support
[7284974e6d](https://github.com/dcache/dcache/commit/7284974e6d9ea47330780445e40559ded3d9f8c2)
: nfs4: libs update to nfs4j-0.27.0
[5b57c61b98](https://github.com/dcache/dcache/commit/5b57c61b98ee31c5e10ac797fb8b6305b1921365)
: book: describe hsm-cleaner parallelization
[0eff1a062c](https://github.com/dcache/dcache/commit/0eff1a062cef6c058c27c3f952690ad3f94dacc4)
: REST API: restrict access to id resource to admin user
[8be70fb7b8](https://github.com/dcache/dcache/commit/8be70fb7b8f531ba53dd8cf086ec4c1dcaab88eb)
: Revert "gplazma2: drop unsupported org.reflections library"
[cd6ea4fae8](https://github.com/dcache/dcache/commit/cd6ea4fae89c283b29d2874e5d3b140d52cd8f4e)
: cleaner: allow multiple pools per hsm to be cleaned in parallel
[41a07b64fb](https://github.com/dcache/dcache/commit/41a07b64fb49c49dfb27303ac95520d1bd887b09)
: libs: update jackson to version 2.18.3
[42144b3544](https://github.com/dcache/dcache/commit/42144b35445ff3e19085b37448f5d6913e1557d3)
: gplazma2: drop unsupported org.reflections library
[40f72e4508](https://github.com/dcache/dcache/commit/40f72e450856e9b17aeb77054dc1298aed479774)
: nfs41: unconditionally remote transfers associated with dead clients
[046b83e912](https://github.com/dcache/dcache/commit/046b83e9123dcee5b37f207a5fbd1cd2668bdce0)
: pool: shutdown mover on "Connection: close" http header
[fd4b899110](https://github.com/dcache/dcache/commit/fd4b8991101c349c2381886c5c3f0864097dcc6d)
: nfs41: remove transfers with no movers on layout state disposal
[7fefd91353](https://github.com/dcache/dcache/commit/7fefd91353157208ec9d5e849e8904be607b6fd9)
: pom: update exec-maven-plugin to 3.5.0
[eee28545f2](https://github.com/dcache/dcache/commit/eee28545f271c2a66ca991f2d757aae296037f5d)
: libs: update aspectj version to 1.9.24
[3f3bdce14a](https://github.com/dcache/dcache/commit/3f3bdce14a146f733e2608559c3f03a684a61e23)
: ci: fix script execution bit
[4391b28fec](https://github.com/dcache/dcache/commit/4391b28fec88001cad6c102dfc89719f018bfa82)
: frontend: add listing all existing labels
[5696faa7d0](https://github.com/dcache/dcache/commit/5696faa7d051c808bbafc1b24847f016a99d427d)
: ci: fix igtf rpm signing key
[40bb21acaa](https://github.com/dcache/dcache/commit/40bb21acaa639174f68339ebd1bd0ded0e1c3268)
: ci: collect k8s events before logs
[111f60ca52](https://github.com/dcache/dcache/commit/111f60ca52be6d7c3ae64a1a16cd7773dfdf51b3)
: ci: collect k8s events
[6814424adb](https://github.com/dcache/dcache/commit/6814424adb7d9d4732fa46da2d9aab97ee28d7ab)
: ci: disable unsupported pynfs tests
[f18d3cd646](https://github.com/dcache/dcache/commit/f18d3cd6467ee2c3a99de4c9c81b575dc21752ad)
: ci: don't use egi software repo for CA certs
[ef40ce10c5](https://github.com/dcache/dcache/commit/ef40ce10c5646777d0f3e02afab7bb43886f38c7)
: Bulk: remove skipIfOnline method from PinManagerActivity
[0b30436285](https://github.com/dcache/dcache/commit/0b30436285c07777b7a7472004ab78bb9b294750)
: [maven-release-plugin] prepare for next development iteration
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js" type="text/javascript"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<script src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js" type="text/javascript"></script>