mirror of
https://github.com/ceph/ceph
synced 2024-12-27 14:03:25 +00:00
ceph-volume: terminal.write only takes one argument
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
This commit is contained in:
parent
e3a9113e70
commit
a5454eba24
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user