]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephadm: enable logging to stderr in ceph-iscsi 35013/head
authorMatthew Oliver <moliver@suse.com>
Tue, 12 May 2020 04:02:40 +0000 (14:02 +1000)
committerMatthew Oliver <moliver@suse.com>
Wed, 13 May 2020 04:27:28 +0000 (14:27 +1000)
commitf65584637f8ee44e79e0976dcecc086d2ba7fe45
tree0bb6b08da291a67eb047b1c397cf2fc9110c382f
parent898ea3e956daac8d2f3265e76d65ddb168373abd
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>
src/pybind/mgr/cephadm/services/cephadmservice.py