Curtin fails to assemble software RAID members
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Invalid
|
Undecided
|
Unassigned | ||
curtin |
New
|
Undecided
|
Unassigned |
Bug Description
=== Description ===
Sometimes (50%) when I deploy nodes in MaaS with Ubuntu Trusty and "hwe-x" kernel software RAID doesn't get configured and the installation fails with the following error:
Error occurred handling 'sdh': ProcessExecutio
Command: ['mdadm', '--assemble', '--scan']
Exit code: 3
Rason: -
Stdout: ''
Stderr: u'mdadm: /dev/md/4 assembled from 1 drive - not enough to start the array.\n'
Uexpected error while running command.
Command: ['mdadm', '--assemble', '--scan']
Eit code: 3
Reason: -
Stdout: ''
Stderr: u'mdadm: /dev/md/4 assembled from 1 drive - not enough to start the array.\n'
Installation failed with exception: Unexpected error while running command.
Command: ['curtin', 'block-meta', 'custom']
Exit code: 3
Reason: -
Usually, it is sufficient to release and re-deploy the node. I cannot use hardware RAID, because disks are not plugged into a RAID controller.
=== Additional information ===
1. Contents of /var/log/maas/*:
Attached (logs.tar.gz)
2. Output from dpkg -l '*maas*'|cat
root@optionsit-
Desired=
| Status=
|/ Err?=(none)
||/ Name Version Architecture Description
+++-===
ii maas 1.9.4+bzr4592-
ii maas-cli 1.9.4+bzr4592-
ii maas-cluster-
ii maas-common 1.9.4+bzr4592-
ii maas-dhcp 1.9.4+bzr4592-
ii maas-dns 1.9.4+bzr4592-
ii maas-proxy 1.9.4+bzr4592-
ii maas-region-
ii maas-region-
ii python-django-maas 1.9.4+bzr4592-
ii python-maas-client 1.9.4+bzr4592-
ii python-
3. Instructions on how we can re-create your bug and what the expected result should be.
* Install MaaS according to the version provided above
* Enlist and commission a node with at least two disks
* Configure software RAID from MaaS
* Deploy the node with Ubuntu Trusty ad "hwe-x" kernel
Changed in maas: | |
status: | New → Invalid |