Skip to content
This repository was archived by the owner on Oct 16, 2025. It is now read-only.

Commit c5bef75

Browse files
committed
remove minio flip ark from rpt
1 parent 4100838 commit c5bef75

2 files changed

Lines changed: 0 additions & 14 deletions

File tree

src-admintool/queries/consistency_files_query.rb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ def get_sql
2828
select id from inv.inv_objects where ark = 'ark:/13030/m5q57br8'
2929
)
3030
then 'Wasabi Issue 477'
31-
when age.inv_object_id = (
32-
select id from inv.inv_objects where ark = 'ark:/13030/m5vb3g5r'
33-
)
34-
then 'Minio Flip'
3531
when age.inv_object_id = (
3632
select id from inv.inv_objects where ark = 'ark:/13030/m5v45qp2'
3733
)
@@ -88,9 +84,6 @@ def get_sql
8884
0
8985
) > 0 then
9086
case
91-
when age.inv_object_id = (
92-
select id from inv.inv_objects where ark = 'ark:/13030/m5vb3g5r'
93-
) then 'WARN'
9487
when age.inv_object_id = (
9588
select id from inv.inv_objects where ark = 'ark:/13030/m5v45qp2'
9689
) then 'WARN'

src-admintool/queries/consistency_objects_query.rb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ def get_sql
2828
select id from inv.inv_objects where ark = 'ark:/13030/m5q57br8'
2929
)
3030
then 'Wasabi Issue 477'
31-
when age.inv_object_id = (
32-
select id from inv.inv_objects where ark = 'ark:/13030/m5vb3g5r'
33-
)
34-
then 'Minio Flip'
3531
when age.inv_object_id = (
3632
select id from inv.inv_objects where ark = 'ark:/13030/m5v45qp2'
3733
)
@@ -88,9 +84,6 @@ def get_sql
8884
0
8985
) > 0 then
9086
case
91-
when age.inv_object_id = (
92-
select id from inv.inv_objects where ark = 'ark:/13030/m5vb3g5r'
93-
) then 'WARN'
9487
when age.inv_object_id = (
9588
select id from inv.inv_objects where ark = 'ark:/13030/m5v45qp2'
9689
) then 'WARN'

0 commit comments

Comments
 (0)