]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
cephadm: mount nvmeof conf under /src/
authorAdam King <adking@redhat.com>
Wed, 29 Oct 2025 19:27:09 +0000 (15:27 -0400)
committerJustin Caratzas <jcaratza@ibm.com>
Wed, 29 Oct 2025 22:38:32 +0000 (18:38 -0400)
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 <adking@redhat.com>
src/cephadm/cephadmlib/daemons/nvmeof.py

index 68e5da1ad2c60f2434e64dfac3c0981e28fe545a..761211087c82b5d8e400df860d7689eee4628e69 100644 (file)
@@ -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: