From: Loic Dachary <loic@dachary.org>
To: Songbo Wang <songbo1227@gmail.com>,
Ceph Development <ceph-devel@vger.kernel.org>
Subject: setup teuthology
Date: Fri, 14 Aug 2015 15:11:14 +0200 [thread overview]
Message-ID: <55CDE8F2.70203@dachary.org> (raw)
In-Reply-To: <CAHRQ3VUJH7FfUes7f7u9PyyMwx7zmwPY8xm0pM9v78+k3iGJ3g@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1307 bytes --]
Forwarding to ceph-devel where it has a better chance to be answered.
On 13/08/2015 13:50, Songbo Wang wrote:
> Hi,
>
> When setting up teuthology in my own enviroment , 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, I 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()
>
> Afer modification, anything will be ok. I am wandering Is this a bug ?
> Any reply will be highly appreciated.
>
>
>
> _______________________________________________
> Ceph-qa mailing list
> Ceph-qa@lists.ceph.com
> http://lists.ceph.com/listinfo.cgi/ceph-qa-ceph.com
>
--
Loïc Dachary, Artisan Logiciel Libre
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
parent reply other threads:[~2015-08-14 13:11 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <CAHRQ3VUJH7FfUes7f7u9PyyMwx7zmwPY8xm0pM9v78+k3iGJ3g@mail.gmail.com>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=55CDE8F2.70203@dachary.org \
--to=loic@dachary.org \
--cc=ceph-devel@vger.kernel.org \
--cc=songbo1227@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.