Merge "small typo in cli/recon.py"
This commit is contained in:
commit
4d4919ee7b
@ -838,7 +838,7 @@ class SwiftRecon(object):
|
|||||||
if self.server_type == 'object':
|
if self.server_type == 'object':
|
||||||
self.async_check(hosts)
|
self.async_check(hosts)
|
||||||
else:
|
else:
|
||||||
print "Error: Can't check async's on non object servers."
|
print "Error: Can't check asyncs on non object servers."
|
||||||
if options.unmounted:
|
if options.unmounted:
|
||||||
self.umount_check(hosts)
|
self.umount_check(hosts)
|
||||||
if options.replication:
|
if options.replication:
|
||||||
|
Loading…
Reference in New Issue
Block a user