]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume: terminal.write only takes one argument
authorAndrew Schoen <aschoen@redhat.com>
Fri, 20 Oct 2017 14:58:48 +0000 (09:58 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Fri, 27 Oct 2017 16:15:44 +0000 (11:15 -0500)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
src/ceph-volume/ceph_volume/devices/lvm/zap.py

index e5d1ebcc6e7a617082ceea1e4056a3ac686c3861..1d43b5a1dbdd05009ec0ee70b714b6155c964bb1 100644 (file)
@@ -58,7 +58,7 @@ class Zap(object):
             path = device
 
         logger.info("Zapping: %s", path)
-        terminal.write("Zapping: %s", path)
+        terminal.write("Zapping: %s" % path)
 
         wipefs(path)
         zap_data(path)