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: v12.2.2~23^2~12 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fe73229fb123fdb45f4ef743d8584f6748318868;p=ceph.git ceph-volume simple.activate remove str formatting from logging Signed-off-by: Alfredo Deza (cherry picked from commit 230faf04a185c0b95c8ad497ddd5501dc70c1409) --- 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):