]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cephadm: enable logging to stderr in ceph-iscsi
authorMatthew Oliver <moliver@suse.com>
Tue, 12 May 2020 04:02:40 +0000 (14:02 +1000)
committerSebastian Wagner <sebastian.wagner@suse.com>
Thu, 21 May 2020 21:33:18 +0000 (23:33 +0200)
commitd18418ad49163d669bd8af08a0e823324d63790c
tree3afb2ed66d6ef940c53d915a2bb7b7d2f24d2bf1
parent54b5c9f21c1aca3cd5ae8e658e28e90519ad1112
cephadm: enable logging to stderr in ceph-iscsi

All the other ceph servies when deployed are deployed with:

  --default-log-to-stderr=true --default-log-stderr-prefix=debug
  --default-log-to-file=false

Ceph-iscsi doesn't have these as commandline params but once
https://github.com/ceph/ceph-iscsi/pull/186 lands it'll have something
similar as config options. This patch sets these options

Signed-off-by: Matthew Oliver <moliver@suse.com>
(cherry picked from commit f65584637f8ee44e79e0976dcecc086d2ba7fe45)
src/pybind/mgr/cephadm/services/cephadmservice.py