Commit 18601a9
pool:fix outofspace error sending pool into diasbled mode
Motivation
we are seeing the this error wen there is no space on the pool left, and pool goes into disabled mode,
AB56598C55] WRITE failed : IOError
AB56598C55] Transfer failed due to a disk error: CacheException(rc=204;msg=Disk I/O Error )
AB56598C55] Pool mode changed to disabled(fetch,store,stage,p2p-client,p2p-server): Pool disabled: Disk I/O Error
AB56598C55] Pool: dcache-xfel487-01, fault occurred in transfer: Disk I/O Error . Pool disabled: , cause: CacheException(rc=204;msg=Disk I/O Error )
however we want it to go into READ-ONLY mode and files could stay accesable.
the privous patch (https://rb.dcache.org/r/14357/diff/3/#index_header) did not fix the issue.
so the new changes are still a try to fix the issue.
Acked-by: Dmitry Litvintsev
Target: master. 10.2, 10.1, 10.0, 9.2
Require-book: no
Require-notes: yes
Patch: https://rb.dcache.org/r/14368/1 parent d2bbc9f commit 18601a9
File tree
2 files changed
+40
-6
lines changed- modules
- dcache-dcap/src/main/java/org/dcache/pool/movers
- dcache/src/main/java/org/dcache/pool/classic
2 files changed
+40
-6
lines changedLines changed: 25 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
370 | | - | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
371 | 376 | | |
372 | 377 | | |
373 | 378 | | |
| |||
535 | 540 | | |
536 | 541 | | |
537 | 542 | | |
538 | | - | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
539 | 548 | | |
540 | 549 | | |
541 | 550 | | |
| |||
678 | 687 | | |
679 | 688 | | |
680 | 689 | | |
681 | | - | |
682 | | - | |
683 | | - | |
684 | | - | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
685 | 703 | | |
686 | 704 | | |
687 | 705 | | |
| |||
922 | 940 | | |
923 | 941 | | |
924 | 942 | | |
| 943 | + | |
925 | 944 | | |
926 | 945 | | |
927 | 946 | | |
| |||
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
527 | 528 | | |
528 | 529 | | |
529 | 530 | | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
530 | 538 | | |
531 | 539 | | |
532 | 540 | | |
| |||
558 | 566 | | |
559 | 567 | | |
560 | 568 | | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
561 | 576 | | |
562 | 577 | | |
563 | 578 | | |
| |||
0 commit comments