Skip to content

Commit 8cc3a35

Browse files
committed
cephadm: mount nvmeof certs into container
ceph@2946b19 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 <[email protected]>
1 parent a61eabe commit 8cc3a35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cephadm/cephadmlib/daemons/nvmeof.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ def customize_container_mounts(
111111
)
112112
else:
113113
mounts.update(self._get_container_mounts(data_dir, log_dir))
114+
mounts.update(self._get_tls_cert_key_mounts(data_dir, self.files))
114115

115116
def customize_container_binds(
116117
self, ctx: CephadmContext, binds: List[List[str]]

0 commit comments

Comments
 (0)