Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-3379

[release-4.12] CephCluster and StorageCluster resources use the same paths

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Normal
    • None
    • 4.12
    • Insights Operator
    • None
    • Moderate
    • CCXDEV Sprint 78, CCXDEV Sprint 79, CCXDEV Sprint 80, CCXDEV Sprint 81
    • 4
    • False
    • Hide

      None

      Show
      None

    Description

      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;

      Attachments

        Issue Links

          Activity

            People

              rluders Ricardo Lüders
              rluders Ricardo Lüders
              Joao Bastos Fula Joao Bastos Fula
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: