-
Bug
-
Resolution: Done
-
Normal
-
4.13
-
None
-
Moderate
-
None
-
False
-
-
N/A
-
Bug Fix
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;
- is depended on by
-
OCPBUGS-3379 [release-4.12] CephCluster and StorageCluster resources use the same paths
- Closed
- links to