
On newer versions of util-linux, the ``wipe_disks`` role was not properly configured due to the fact that ``lsblk -J`` returns a slightly different output than what was previously returned. Previously the output would contain a key called ``mountpoint``, however this has been changed to ``mountpoints``. This has now been fixed by looking at the new key as well as the old key. Closes-bug: #2051859 Change-Id: I2a59f4eb3ae27f37fda38e05924315887cb04c41
8 lines
268 B
YAML
8 lines
268 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes the ``wipe-disks`` role which was failing on supported host operating
|
|
systems due to a change in the output format of ``lsblk -J`` in
|
|
``util-linux`` version ``2.37``. LP#2051859
|
|
<https://bugs.launchpad.net/kayobe/+bug/2051859>__
|