Comment 4 for bug 1994083

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

Reviewed: https://review.opendev.org/c/openstack/os-brick/+/862542
Committed: https://opendev.org/openstack/os-brick/commit/bc96120b7e709f345b110921954f44a5dc6c51c3
Submitter: "Zuul (22348)"
Branch: master

commit bc96120b7e709f345b110921954f44a5dc6c51c3
Author: Felipe Reyes <email address hidden>
Date: Mon Oct 24 20:31:11 2022 -0300

    Handle FileNotFoundError on get_system_uuid()

    On some platforms there is no 'dmidecode' program (e.g. s390x), when
    privsep attempts to run a program that's not found, it raises a
    FileNotFoundError instead of ProcessExecutionError.

    Closes-Bug: #1994083
    Change-Id: I6fc43ab7e243d50b74036d1af5f9e8f880401cc6