diff --git a/swift/cli/recon.py b/swift/cli/recon.py index 4cb1761d12..694a27731c 100755 --- a/swift/cli/recon.py +++ b/swift/cli/recon.py @@ -927,7 +927,7 @@ class SwiftRecon(object): self.auditor_check(hosts) self.umount_check(hosts) self.load_check(hosts) - self.disk_usage(hosts) + self.disk_usage(hosts, options.top, options.human_readable) self.get_ringmd5(hosts, swift_dir) self.quarantine_check(hosts) self.socket_usage(hosts)