mirror of
https://github.com/ceph/ceph
synced 2025-02-23 11:07:35 +00:00
cephadm: fix tox DeprecationWarning
cephadm:842 cephadm:842: DeprecationWarning: invalid escape sequence \ '--default-log-stderr-prefix=debug\ ' Signed-off-by: Michael Fritch <mfritch@suse.com>
This commit is contained in:
parent
b2ed73b183
commit
af662553d0
@ -839,7 +839,7 @@ def get_daemon_args(fsid, daemon_type, daemon_id):
|
||||
'--setgroup', 'ceph',
|
||||
'--default-log-to-file=false',
|
||||
'--default-log-to-stderr=true',
|
||||
'--default-log-stderr-prefix=debug\ ',
|
||||
'--default-log-stderr-prefix="debug "',
|
||||
]
|
||||
if daemon_type == 'mon':
|
||||
r += [
|
||||
|
Loading…
Reference in New Issue
Block a user