ceph-volume: terminal.write only takes one argument

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
This commit is contained in:
Andrew Schoen 2017-10-20 09:58:48 -05:00
parent e3a9113e70
commit a5454eba24

View 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)