Merge "Pass disk usage options when using --all"

This commit is contained in:
Jenkins 2014-07-28 20:18:34 +00:00 committed by Gerrit Code Review
commit 7b0b949bf8
1 changed files with 1 additions and 1 deletions

View File

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