Comment 7 for bug 2026257

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

Reviewed: https://review.opendev.org/c/openstack/os-brick/+/907930
Committed: https://opendev.org/openstack/os-brick/commit/a1436519eb8a56044de1d48ce5c5e3b53934d76e
Submitter: "Zuul (22348)"
Branch: stable/zed

commit a1436519eb8a56044de1d48ce5c5e3b53934d76e
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)
    (cherry picked from commit 9b23018e104ab91d71202f3bff1144c39bfdc568)