Comment 2 for bug 2043712

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

Reviewed: https://review.opendev.org/c/starlingx/metal/+/901177
Committed: https://opendev.org/starlingx/metal/commit/16181a2ce8983bdce433a970b02ebe9416cc065a
Submitter: "Zuul (22348)"
Branch: master

commit 16181a2ce8983bdce433a970b02ebe9416cc065a
Author: Erickson Silva de Oliveira <email address hidden>
Date: Thu Nov 16 12:17:03 2023 -0300

    Replace a file test from fsmond

    fsmond tries to create a test file in "/.fs-test" but
    it is not possible because "/" is blocked by ostree.

    So the fix is to replace this path from fsmond monitoring
    with /sysroot/.fs_test.

    Below is a comparison of the logs:
      - Before change:
      ( 196) fsmon_service : Warn : File (/.fs-test) test failed

      - After change:
      ( 201) fsmon_service : Info : tests passed

    Test Plan:
      - PASS: Build mtce package
      - PASS: Replace fsmond binary on AIO-SX
      - PASS: Check fsmond.log output

    Closes-Bug: 2043712

    Change-Id: Ib4bad73448735bce1dff598151fce86f867f4db7
    Signed-off-by: Erickson Silva de Oliveira <email address hidden>