Comment 5 for bug 2026257

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to os-brick (stable/2023.1)

Reviewed: https://review.opendev.org/c/openstack/os-brick/+/889027
Committed: https://opendev.org/openstack/os-brick/commit/9b23018e104ab91d71202f3bff1144c39bfdc568
Submitter: "Zuul (22348)"
Branch: stable/2023.1

commit 9b23018e104ab91d71202f3bff1144c39bfdc568
Author: Eric Harney <email address hidden>
Date: Wed Jul 12 12:16:59 2023 -0400

    nvmeof: Call findmnt with -v

    The -v arg suppresses printing of [/dir] with the
    device for bind mounts and btrfs volumes, which is
    what we want for this usage.

    This fixes _get_host_uuid() failing when using
    a btrfs rootfs.

    Closes-Bug: #2026257
    Change-Id: I2d8f24193ecf821843bf8f4ea14b445561d6225c
    (cherry picked from commit edc1bc433be137c0ff35e10abde13232e7ecc85f)