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:
Michael Fritch 2020-01-21 09:24:34 -07:00
parent b2ed73b183
commit af662553d0
No known key found for this signature in database
GPG Key ID: 75F3EB2E80A03B7F

View File

@ -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 += [