https://github.com/ceph/ceph/commit/
2946b195edfc0b6a5cfcc661079e351601707ecb
incorrectly removed this line and since then these certs are
not being properly mounted into the container. This commit
adds the line back
Signed-off-by: Adam King <adking@redhat.com>
)
else:
mounts.update(self._get_container_mounts(data_dir, log_dir))
+ mounts.update(self._get_tls_cert_key_mounts(data_dir, self.files))
def customize_container_binds(
self, ctx: CephadmContext, binds: List[List[str]]