Comment 7 for bug 1850610

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (stable/stein)

Reviewed: https://review.opendev.org/692091
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=23e488dfe73a9273698f2a33d8b74f770d9a83f6
Submitter: Zuul
Branch: stable/stein

commit 23e488dfe73a9273698f2a33d8b74f770d9a83f6
Author: Martin Schuppert <email address hidden>
Date: Wed Oct 30 09:43:23 2019 +0100

    Add xfsprogs to nova-compute

    xfsprogs is required for formatting XFS ephemeral disk partitions
    when format=xfs is specified as instance create failes with
    'mkfs.xfs: No such file or directory' due to missing xfsprogs
    package in the nova-compute container.

    Closes-Bug: #1850610

    Change-Id: Iaf3414464f3dd747427247339c6b201b352063cb
    (cherry picked from commit 9b1a243a3a1669532f25bbdcbc56b78f0f72882c)