commit | 5ea9df0a51c30657b56406e531f0973029873192 | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Fri Dec 04 21:46:06 2015 +0200 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Fri Dec 04 21:46:06 2015 +0200 |
tree | 6ed8a162daffbea6bd97c611122e87a94b254d8c | |
parent | 10266f400cba60d74cace2bb4b4daf5e23992fe8 [diff] [blame] |
fixes
diff --git a/wally/suits/io/fio.py b/wally/suits/io/fio.py index 5945ab7..a3f0fe3 100644 --- a/wally/suits/io/fio.py +++ b/wally/suits/io/fio.py
@@ -745,8 +745,8 @@ time.sleep(self.retry_time) - wait(pool.submit(reconnect, node.connection, node.conn_url) - for node in self.config.nodes) + wait([pool.submit(reconnect, node.connection, node.conn_url) + for node in self.config.nodes]) fname = "{0}_task.fio".format(pos) with open(os.path.join(self.config.log_directory, fname), "w") as fd: