LXD VM storage devices disappear post commissioning
Bug #1948965 reported by
Anton Smith
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
High
|
Alberto Donato | ||
3.0 |
Fix Released
|
High
|
Alberto Donato |
Bug Description
MAAS 3.0. Adding a LXD VM with 4 disks, 8 (boot), 32, 32, 8 G:
Pre commissioning, the 4 disks show up, except the boot disk specified during composure (sda) is on the first 32 GB drive (which is wrong). Total space for the machine shows 80 GB
During commissioning - the capacity drops to 8 GB for the machine, and only shows one drive.
Seems 100% reproduceable.
Related branches
~ack/maas:1948965-lxd-check-caps-on-compose-3.0
- Adam Collard (community): Approve
-
Diff: 102 lines (+38/-0)2 files modifiedsrc/provisioningserver/drivers/pod/lxd.py (+1/-0)
src/provisioningserver/drivers/pod/tests/test_lxd.py (+37/-0)
~ack/maas:1948965-lxd-check-caps-on-compose
Merged
into
maas:master
- Adam Collard (community): Approve
- MAAS Lander: Pending (unittests) requested
-
Diff: 36 lines (+14/-0)2 files modifiedsrc/provisioningserver/drivers/pod/lxd.py (+2/-0)
src/provisioningserver/drivers/pod/tests/test_lxd.py (+12/-0)
Changed in maas: | |
importance: | Undecided → High |
assignee: | nobody → Alberto Donato (ack) |
status: | Incomplete → In Progress |
milestone: | none → 3.1.0 |
Changed in maas: | |
status: | In Progress → Fix Committed |
Changed in maas: | |
milestone: | 3.1.0 → 3.1.0-beta5 |
Changed in maas: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
can you please paste the output of `lxc config show <machine name>` for such a machine?