Hi,

When setting up teuthology in my own environment ,  I found a problem as
follows:
In the file "teuthology/__init__.py",  when importing class
"gevent.monkey", It will conflict  with "paramiko".  and if
 "create_nodes.py" is used to connect to "paddles/pulpito" node, it will be
hanged.

         root@ubunut4:~/src/teuthology_master# git diff
teuthology/__init__.py
         diff --git a/teuthology/__init__.py b/teuthology/__init__.py
         index d0bcfc0..b34cf4e 100644
         --- a/teuthology/__init__.py
         +++ b/teuthology/__init__.py
         @@ -1,5 +1,5 @@
         -from gevent import monkey
         -monkey.patch_all(dns=False)
         +#from gevent import monkey
         +#monkey.patch_all(dns=False)
         from .orchestra import monkey
         monkey.patch_all()

After modification, everything looks fine. So l  am wondering if this is a bug?
Any reply will be highly appreciated.
_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to