]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
run: do not import at top level
authorSage Weil <sage@inktank.com>
Fri, 30 Aug 2013 03:27:40 +0000 (20:27 -0700)
committerSage Weil <sage@inktank.com>
Fri, 30 Aug 2013 03:27:40 +0000 (20:27 -0700)
commitf342baeb229b00914979cb923a7f2dab9197bc18
treeb9dd1301bbc734c385c166ee9fa5d825511fbe32
parent47f16bd934f1aaf68c04a77adfe6494e9d97f758
run: do not import at top level

This makes a run with --lock hang when connecting, for some
reason.  E.g.,

 $ teuthology -v a.yaml --lock
 ...
 INFO:teuthology.task.internal:Opening connections...
 DEBUG:teuthology.task.internal:connecting to ubuntu@plana06.front.sepia.ceph.com
 <hangs>

No clue what is going on here, but this fixes it!

Signed-off-by: Sage Weil <sage@inktank.com>
teuthology/run.py