]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
devices/simple/scan: Fix string in log statement 34446/head
authorJan Fajerski <jfajerski@suse.com>
Mon, 6 Apr 2020 08:51:27 +0000 (10:51 +0200)
committerJan Fajerski <jfajerski@suse.com>
Tue, 7 Apr 2020 13:40:50 +0000 (15:40 +0200)
commit3405ed824dbd3dfe623a2d967f33c230e23eea74
treec96887701d3ab2c2708e3e093055486e88a2ca62
parent33b4ac5a6d725c4f4aecf3a0f031e255580f3f2a
devices/simple/scan: Fix string in log statement

A multiline string enclosed by () gained a comma, making it into a
tuple, which has no format() method.

Fixes: https://tracker.ceph.com/issues/44949
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
(cherry picked from commit 292ae0305db3e48a87db45bcc7ca8cb837a08ead)
src/ceph-volume/ceph_volume/devices/simple/scan.py