MAAS increments block device name on every commission
Bug #1758476 reported by
Lee Trager
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
High
|
Björn Tillenius | ||
2.3 |
Triaged
|
High
|
Unassigned |
Bug Description
Every time I recommissions a machine MAAS increments the device by one. On a system with one disk on first commission its named vda, second vda.1, third vda.2. MAAS should only be renaming block devices if there are duplicated names.
Related branches
~bjornt/maas:bug-1758476-rename-device
Merged
into
maas:master
- Andres Rodriguez (community): Approve
- MAAS Lander: Approve
-
Diff: 119 lines (+75/-0)4 files modifiedsrc/maasserver/models/cleansave.py (+11/-0)
src/maasserver/models/tests/test_cleansave.py (+48/-0)
src/metadataserver/builtin_scripts/hooks.py (+3/-0)
src/metadataserver/builtin_scripts/tests/test_hooks.py (+13/-0)
Changed in maas: | |
milestone: | 2.4.0alpha2 → 2.4.0beta2 |
Changed in maas: | |
milestone: | 2.4.0beta2 → 2.4.0beta3 |
Changed in maas: | |
milestone: | 2.4.0beta3 → 2.4.0rc1 |
Changed in maas: | |
milestone: | 2.4.0rc1 → 2.4.0rc2 |
Changed in maas: | |
milestone: | 2.4.0rc2 → 2.4.0rc1 |
Changed in maas: | |
status: | Triaged → In Progress |
assignee: | nobody → Björn Tillenius (bjornt) |
Changed in maas: | |
status: | In Progress → Fix Committed |
Changed in maas: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.