Part of a series of commits to increase coverage of deployment
path features with regards to container engine options, env vars
and mounts. This will serve future refactoring efforts.
Signed-off-by: John Mulligan <jmulligan@redhat.com>
)
assert '-e TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES' in runfile_lines[-1]
assert '--pids-limit' in runfile_lines[-1]
+ assert '--entrypoint /usr/bin/ceph-mgr' in runfile_lines[-1]
+ assert f'-v /var/lib/ceph/{fsid}/mgr.foo:/var/lib/ceph/mgr/ceph-foo:z' in runfile_lines[-1]
+ assert f'-v /var/log/ceph/{fsid}:/var/log/ceph:z' in runfile_lines[-1]
_firewalld().open_ports.assert_not_called()
with open(basedir / 'config') as f:
assert f.read() == 'XXXXXXX'