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>
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: