CMR unit data is broken

Bug #2032998 reported by Yang Kelvin Liu
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Canonical Juju
Fix Committed
Critical
Yang Kelvin Liu

Bug Description

# 3.1

juju --show-log show-unit -m k1:model-secrets-offer dummy-source/0 --format json | jq
{
  "dummy-source/0": {
    "machine": "0",
    "opened-ports": null,
    "public-address": "10.180.97.52",
    "charm": "ch:amd64/focal/juju-qa-dummy-source-6",
    "leader": true,
    "life": "alive",
    "relation-info": [
      {
        "relation-id": 0,
        "endpoint": "sink",
        "cross-model": true,
        "related-endpoint": "source",
        "application-data": {},
        "local-unit": {
          "in-scope": false,
          "data": null
        },
        "related-units": {
          "remote-f6e23b4f2ba547198510724591848d51/0": {
            "in-scope": true,
            "data": {
              "egress-subnets": "10.180.97.95/32",
              "ingress-address": "10.180.97.95",
              "private-address": "10.180.97.95"
            }
          }
        }
      }
    ]
  }
}

# 3.3
juju --show-log show-unit -m model-secrets-offer dummy-source/0 --format json | jq
{
  "dummy-source/0": {
    "machine": "0",
    "opened-ports": null,
    "public-address": "10.180.97.39",
    "charm": "ch:amd64/xenial/juju-qa-dummy-source-6",
    "leader": true,
    "life": "alive"
  }
}

Changed in juju:
importance: Undecided → Critical
status: New → Triaged
assignee: nobody → Yang Kelvin Liu (kelvin.liu)
milestone: none → 3.3-rc1
milestone: 3.3-rc1 → 3.3-beta2
Changed in juju:
status: Triaged → In Progress
Revision history for this message
Yang Kelvin Liu (kelvin.liu) wrote :
Changed in juju:
status: In Progress → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.