From: Adam King Date: Wed, 29 Oct 2025 19:27:09 +0000 (-0400) Subject: cephadm: mount nvmeof conf under /src/ X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6f9367c26615bc8507e42123e7453736846d6bf5;p=ceph-ci.git cephadm: mount nvmeof conf under /src/ The current downstream nvmeof container builds for 9.0 seem to be using /src/ as the home directory for the container rather than /remote-source/ceph-nvmeof/app/ This is effectively the reverse issue as seen in https://bugzilla.redhat.com/show_bug.cgi?id=2240588 Resolves: rhbz#2406481 Signed-off-by: Adam King --- diff --git a/src/cephadm/cephadmlib/daemons/nvmeof.py b/src/cephadm/cephadmlib/daemons/nvmeof.py index 68e5da1ad2c..761211087c8 100644 --- a/src/cephadm/cephadmlib/daemons/nvmeof.py +++ b/src/cephadm/cephadmlib/daemons/nvmeof.py @@ -76,7 +76,7 @@ class CephNvmeof(ContainerDaemonForm): mounts[os.path.join(data_dir, 'keyring')] = '/etc/ceph/keyring:z' mounts[ os.path.join(data_dir, 'ceph-nvmeof.conf') - ] = '/remote-source/ceph-nvmeof/app/ceph-nvmeof.conf:z' + ] = '/src/ceph-nvmeof.conf:z' mounts[os.path.join(data_dir, 'configfs')] = '/sys/kernel/config' mounts[log_dir] = '/var/log/ceph:z' if mtls_dir: