juju export-bundle doesn't include storage section

Bug #1835133 reported by Felipe Reyes
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Canonical Juju
Fix Released
High
Jordan Barrett

Bug Description

juju export-bundle doesn't include the storage attached to an application, for example when deploying the following bundle:

series: bionic
applications:
  "ceph-mon":
    charm: "cs:ceph-mon"
    constraints: mem=1G
    num_units: 3
    options:
      monitor-count: 1
      monitor-secret: AQCXrnZQwI7KGBAAiPofmKEXKxu5bUzoYLVkbQ==
      source: cloud:bionic-rocky
  "ceph-osd":
    charm: "cs:ceph-osd"
    constraints: mem=1G
    num_units: 3
    options:
      source: cloud:bionic-rocky
      bluestore: true
      bdev-enable-discard: enable
    storage:
      osd-devices: cinder,10G,3
  "ntp":
    charm: "cs:ntp"
relations:
  - - "ceph-mon:osd"
    - "ceph-osd:mon"
  - - "ntp:juju-info"
    - "ceph-mon:juju-info"
  - - "ntp:juju-info"
    - "ceph-osd:juju-info"

The output of "juju export-bundle" is:

series: bionic
applications:
  ceph-mon:
    charm: cs:ceph-mon-38
    num_units: 3
    to:
    - "0"
    - "1"
    - "2"
    options:
      monitor-count: 1
      monitor-secret: AQCXrnZQwI7KGBAAiPofmKEXKxu5bUzoYLVkbQ==
      source: cloud:bionic-rocky
    constraints: mem=1024
  ceph-osd:
    charm: cs:ceph-osd-285
    num_units: 3
    to:
    - "3"
    - "4"
    - "5"
    options:
      bdev-enable-discard: enable
      bluestore: true
      source: cloud:bionic-rocky
    constraints: mem=1024
  ntp:
    charm: cs:ntp-32
machines:
  "0":
    constraints: mem=1024
  "1":
    constraints: mem=1024
  "2":
    constraints: mem=1024
  "3":
    constraints: mem=1024
  "4":
    constraints: mem=1024
  "5":
    constraints: mem=1024
relations:
- - ceph-mon:osd
  - ceph-osd:mon
- - ntp:juju-info
  - ceph-mon:juju-info
- - ntp:juju-info
  - ceph-osd:juju-info

Tags: seg
Felipe Reyes (freyes)
tags: added: seg
Changed in juju:
status: New → Triaged
importance: Undecided → High
Revision history for this message
Harry Pidcock (hpidcock) wrote :

Still the case in 2.9.28, adding to milestone.

Changed in juju:
milestone: none → 2.9.29
milestone: 2.9.29 → 2.9-next
Revision history for this message
Jordan Barrett (barrettj12) wrote :
Changed in juju:
status: Triaged → In Progress
assignee: nobody → Jordan Barrett (barrettj12)
Changed in juju:
status: In Progress → Fix Committed
Harry Pidcock (hpidcock)
Changed in juju:
milestone: 2.9-next → 2.9.29
Changed in juju:
status: Fix Committed → Fix Released
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.