maas: implement root-disk constraint
Bug #1212689 reported by
Sidnei da Silva
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
MAAS |
Fix Released
|
Low
|
Unassigned | |||
juju-core | ||||||
1.24 |
Fix Released
|
Medium
|
Ian Booth |
Bug Description
Per LP:1201503 we now support a root-disk constraint that ensures the root partition is of a minimum size (does not take the free disk space into account though, the assumption is that we get a base system that's generally slim and < 2Gb installed).
In order to implement this on maas, we need maas to support getting this constraint as a parameter and doing something useful with it.
tags: | added: feature |
Changed in maas: | |
status: | New → Triaged |
importance: | Undecided → Low |
Changed in juju-core: | |
importance: | Medium → Low |
tags: | added: constraint maas |
tags: |
added: constraints removed: constraint |
tags: |
added: maas-provider removed: maas |
Changed in maas: | |
status: | Triaged → Fix Committed |
milestone: | none → 1.8.0 |
no longer affects: | juju-core |
Changed in maas: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
MAAS already collects the disk-size information (from lshw's output). As far as MAAS is concerned, it's only a matter of exposing that information as an API parameter to the "acquire node" method.