Skip to content

Commit

Permalink
Don't delete files in /usr/lib64/systemd for centos 9 images
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
jagombar committed May 1, 2024
1 parent 318fe59 commit fc1de35
Showing 1 changed file with 0 additions and 0 deletions.

0 comments on commit fc1de35

Please sign in to comment.