Curtin is creating inconsistent name for mpath device for ppc64el
Bug #1564904 reported by
Tiago Mello
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Invalid
|
Undecided
|
Unassigned | ||
curtin |
Fix Released
|
Medium
|
Unassigned |
Bug Description
For Power8 deployments, MaaS is creating inconsistent name for mpath... while setup uses letters, the petitboot entry is using numbers, like: mpath0 should mpatha instead.
Related branches
lp://staging/~raharper/curtin/trunk.vmtest-multipath
- Server Team CI bot: Approve (continuous-integration)
- Scott Moser (community): Approve
- Christian Ehrhardt : Needs Fixing
-
Diff: 846 lines (+513/-68)10 files modifiedcurtin/block/__init__.py (+9/-3)
curtin/commands/block_meta.py (+7/-2)
curtin/commands/curthooks.py (+17/-1)
curtin/util.py (+56/-0)
examples/tests/basic_scsi.yaml (+72/-0)
examples/tests/multipath.yaml (+38/-0)
tests/vmtests/__init__.py (+97/-45)
tests/vmtests/test_basic.py (+117/-0)
tests/vmtests/test_multipath.py (+63/-0)
tools/launch (+37/-17)
summary: |
- MaaS is creating inconsistent name for mpath device + MaaS is creating inconsistent name for mpath device for ppc64el |
Changed in maas: | |
status: | New → Invalid |
Changed in curtin: | |
importance: | Undecided → Medium |
status: | New → Incomplete |
summary: |
- MaaS is creating inconsistent name for mpath device for ppc64el + Curtin is creating inconsistent name for mpath device for ppc64el |
Changed in curtin: | |
status: | Confirmed → In Progress |
tags: | added: curtin-sru |
Changed in curtin: | |
status: | In Progress → Fix Released |
To post a comment you must log in.
Hi Tiago,
MAAS does not set nor configures multipath. This iss all done by curtin.
Chaging this as such!