Xenial-based IBP kernel boot parameters contain 'root=UUID=XXX'
record where 'XXX' points to UID of lvm volume,but in this moment
lvm groups is not activated and root partition cannot be mounted.
This occurs because script, which should activate lvm, does not handle
'UUID' option. Lvm2 Xenial package relying on presence of systemd to
activate its volumes.
In early releases this works by specific udev rules
(/lib/udev/rules.d/85-lvm2.rules)
Reviewed: https:/ /review. openstack. org/344270 /git.openstack. org/cgit/ openstack/ fuel-agent/ commit/ ?id=47e8b24a12d 86469d60f4ec354 32b26b07ad6b32
Committed: https:/
Submitter: Jenkins
Branch: master
commit 47e8b24a12d8646 9d60f4ec35432b2 6b07ad6b32
Author: Dmitry Teselkin <email address hidden>
Date: Tue Jul 19 17:22:01 2016 +0300
Remove extra root= kernel parameter
Xenial-based IBP kernel boot parameters contain 'root=UUID=XXX'
record where 'XXX' points to UID of lvm volume,but in this moment
lvm groups is not activated and root partition cannot be mounted.
This occurs because script, which should activate lvm, does not handle
'UUID' option. Lvm2 Xenial package relying on presence of systemd to
activate its volumes.
In early releases this works by specific udev rules udev/rules. d/85-lvm2. rules)
(/lib/
Change-Id: I8ebe209e4de479 a30c70222a35cab cfacbfd2e6c
blueprint: mos-xenial
Closes-Bug: 1552346