Skip to content

Commit 257a51e

Browse files
authored
Merge pull request ceph#59363 from adk3798/cephadm-mount-nvmeof-certs
cephadm: mount nvmeof certs into container Reviewed-by: Alexander Indenbaum <[email protected]> Reviewed-by: John Mulligan <[email protected]>
2 parents 2b76893 + 8cc3a35 commit 257a51e

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)