-
Bug
-
Resolution: Done
-
Normal
-
None
-
4.11
-
None
-
Quality / Stability / Reliability
-
False
-
-
None
-
Moderate
-
None
-
None
-
None
-
CCXDEV Sprint 78, CCXDEV Sprint 79, CCXDEV Sprint 80, CCXDEV Sprint 81, CCXDEV Sprint 82, CCXDEV Sprint 83
-
6
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Sample archive with both resources:
archives/compressed/3c/3cc4318d-e564-450b-b16e-51ef279b87fa/202209/30/200617.tar.gz
Sample query to find more archives:
with t as (
select
cluster_id,
file_path,
json_extract_scalar(content, '$.kind') as kind
from raw_io_archives
where date = '2022-09-30' and file_path like 'config/storage/%'
)
select cluster_id, count(*) as cnt
from t
group by cluster_id
order by cnt desc;
- depends on
-
OCPBUGS-3379 [release-4.12] CephCluster and StorageCluster resources use the same paths
-
- Closed
-
- links to