Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't delete files in /usr/lib64/systemd for centos 9 images #2204

Merged
merged 1 commit into from
May 3, 2024

Commits on May 2, 2024

  1. Don't delete files in /usr/lib64/systemd for centos 9 images

    When starting up a cluster from a centos 9 based container image, the following entries are logged multiple times:
      ceph-volume.log:[2024-05-01 15:28:51,612][ceph_volume.process][INFO  ] stderr /usr/sbin/udevadm: error while loading shared libraries: libsystemd-shared-252.so: cannot open shared object file: No such file or directory
    
    Further investigation showed that the Dockerfile for centos 9 was deleting everything in /usr/lib64/systemd/ because it
    is built from the default /src/__DOCKERFILE_CLEAN_COMMON__.  I think that centos 9 should be keeping the files in this
    directory in the same way that centos 8 does.
    
    Signed-off-by: John Agombar <[email protected]>
    jagombar committed May 2, 2024
    Configuration menu
    Copy the full SHA
    bfef200 View commit details
    Browse the repository at this point in the history