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

CephCluster and StorageCluster resources use the same paths

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Normal
    • None
    • 4.13
    • Insights Operator
    • None
    • Moderate
    • 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

            Public project attachment banner

              context keys: [headless, issue, helper, isAsynchronousRequest, project, action, user]
              current Project key: OCPBUGS

              People

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

                Dates

                  Created:
                  Updated: