From: Alfredo Deza Date: Wed, 8 Nov 2017 14:17:52 +0000 (-0500) Subject: ceph-volume simple.activate remove str formatting from logging X-Git-Tag: v13.0.1~256^2~12 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=230faf04a185c0b95c8ad497ddd5501dc70c1409;p=ceph.git ceph-volume simple.activate remove str formatting from logging Signed-off-by: Alfredo Deza --- diff --git a/src/ceph-volume/ceph_volume/devices/simple/activate.py b/src/ceph-volume/ceph_volume/devices/simple/activate.py index a143d04e94c9..35cfbf14485d 100644 --- a/src/ceph-volume/ceph_volume/devices/simple/activate.py +++ b/src/ceph-volume/ceph_volume/devices/simple/activate.py @@ -77,7 +77,7 @@ class Activate(object): terminal.success('Successfully activated OSD %s with FSID %s' % (osd_id, osd_fsid)) terminal.warning( ('All ceph-disk systemd units have been disabled to ' - 'prevent OSD %s getting triggered by UDEV events') + 'prevent OSDs getting triggered by UDEV events') ) def main(self):