extra_container_args where only applied for rbd_target_api container and not for
tcmu-runner container.
Signed-off-by: Raimund Sacherer <rsachere@redhat.com>
(cherry picked from commit
ad60fc3db644b8bf44a582e79888e2fb15d7ce3a)
Conflicts:
src/cephadm/cephadm
def get_tcmu_runner_container(self):
# type: () -> CephContainer
- tcmu_container = get_container(self.ctx, self.fsid, self.daemon_type, self.daemon_id)
+ tcmu_container = get_deployment_container(self.ctx, self.fsid, self.daemon_type, self.daemon_id)
tcmu_container.entrypoint = '/usr/bin/tcmu-runner'
tcmu_container.cname = self.get_container_name(desc='tcmu')
# remove extra container args for tcmu container.