* s3test firefly failing
@ 2015-07-14 7:53 Loic Dachary
2015-07-14 19:47 ` Yehuda Sadeh-Weinraub
0 siblings, 1 reply; 4+ messages in thread
From: Loic Dachary @ 2015-07-14 7:53 UTC (permalink / raw)
To: Yehuda Sadeh; +Cc: Ceph Development
[-- Attachment #1: Type: text/plain, Size: 4332 bytes --]
Hi Yehuda,
When running the firefly rgw suite in a teuthology setup outside of the Ceph community lab, I'm seeing a lot of errors like the following. Although the traceback does not give any indication as to what domain name could not be resolved, I suspect it is a hardcoded value somewhere that needs to be defined in the DNS in order to work. I kind of remember S3 has all kinds of hardcoded domain names since it's not supposed to be used outside of AWS.
Does that ring a bell ?
Cheers
http://integration.ceph.dachary.org:8081/ubuntu-2015-07-13_23:33:20-rgw-firefly-backports---basic-openstack/
has
http://integration.ceph.dachary.org/ubuntu-2015-07-13_23:33:20-rgw-firefly-backports---basic-openstack/79/teuthology.log
2015-07-14T04:35:42.762 INFO:teuthology.orchestra.run.ovh237095:Running: '/home/ubuntu/cephtest/s3-tests/virtualenv/bin/s3tests-test-readwrite'
2015-07-14T04:35:42.899 INFO:teuthology.orchestra.run.ovh237095.stderr:Using random seeds: {'writer': 3920086541, 'main': 1490942677, 'names': 905270384, 'contents': 501048982, 'reader': 823656287}
2015-07-14T04:35:45.306 INFO:teuthology.orchestra.run.ovh237095.stderr:Created bucket: rwtest
2015-07-14T04:35:45.311 INFO:teuthology.orchestra.run.ovh237095.stderr:Creating random file names
2015-07-14T04:35:45.312 INFO:teuthology.orchestra.run.ovh237095.stderr:Uploading initial set of 10 files
2015-07-14T04:36:15.542 INFO:teuthology.orchestra.run.ovh237095.stderr:Traceback (most recent call last):
2015-07-14T04:36:15.547 INFO:teuthology.orchestra.run.ovh237095.stderr: File "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/gevent/greenlet.py", line 390, in run
2015-07-14T04:36:15.548 INFO:teuthology.orchestra.run.ovh237095.stderr: result = self._run(*self.args, **self.kwargs)
2015-07-14T04:36:15.548 INFO:teuthology.orchestra.run.ovh237095.stderr: File "/home/ubuntu/cephtest/s3-tests/s3tests/readwrite.py", line 126, in write_file
2015-07-14T04:36:15.548 INFO:teuthology.orchestra.run.ovh237095.stderr: key.set_contents_from_file(fp)
2015-07-14T04:36:15.548 INFO:teuthology.orchestra.run.ovh237095.stderr: File "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/boto/s3/key.py", line 1293, in set_contents_from_file
2015-07-14T04:36:15.549 INFO:teuthology.orchestra.run.ovh237095.stderr: chunked_transfer=chunked_transfer, size=size)
2015-07-14T04:36:15.549 INFO:teuthology.orchestra.run.ovh237095.stderr: File "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/boto/s3/key.py", line 750, in send_file
2015-07-14T04:36:15.549 INFO:teuthology.orchestra.run.ovh237095.stderr: chunked_transfer=chunked_transfer, size=size)
2015-07-14T04:36:15.555 INFO:teuthology.orchestra.run.ovh237095.stderr: File "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/boto/s3/key.py", line 951, in _send_file_internal
2015-07-14T04:36:15.555 INFO:teuthology.orchestra.run.ovh237095.stderr: query_args=query_args
2015-07-14T04:36:15.555 INFO:teuthology.orchestra.run.ovh237095.stderr: File "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/boto/s3/connection.py", line 664, in make_request
2015-07-14T04:36:15.556 INFO:teuthology.orchestra.run.ovh237095.stderr: retry_handler=retry_handler
2015-07-14T04:36:15.556 INFO:teuthology.orchestra.run.ovh237095.stderr: File "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/boto/connection.py", line 1071, in make_request
2015-07-14T04:36:15.556 INFO:teuthology.orchestra.run.ovh237095.stderr: retry_handler=retry_handler)
2015-07-14T04:36:15.556 INFO:teuthology.orchestra.run.ovh237095.stderr: File "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/boto/connection.py", line 1030, in _mexe
2015-07-14T04:36:15.556 INFO:teuthology.orchestra.run.ovh237095.stderr: raise ex
2015-07-14T04:36:15.556 INFO:teuthology.orchestra.run.ovh237095.stderr:DNSError: [Errno 3] name does not exist
2015-07-14T04:36:15.556 INFO:teuthology.orchestra.run.ovh237095.stderr:<Greenlet at 0x7fbd8f8c64b0: write_file(fp=<tempfile.SpooledTemporaryFile instance at 0x7fbd8, file_name='ctygneslkqtdbzs', bucket=<Bucket: rwtest>)> failed with DNSError
--
Loïc Dachary, Artisan Logiciel Libre
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: s3test firefly failing
2015-07-14 7:53 s3test firefly failing Loic Dachary
@ 2015-07-14 19:47 ` Yehuda Sadeh-Weinraub
2015-07-15 4:44 ` Tamil Muthamizhan
0 siblings, 1 reply; 4+ messages in thread
From: Yehuda Sadeh-Weinraub @ 2015-07-14 19:47 UTC (permalink / raw)
To: Loic Dachary; +Cc: Ceph Development
Doesn't ring a bell. There should be a config file it uses to determine where to connect to.
----- Original Message -----
> From: "Loic Dachary" <loic@dachary.org>
> To: "Yehuda Sadeh" <yehuda@redhat.com>
> Cc: "Ceph Development" <ceph-devel@vger.kernel.org>
> Sent: Tuesday, July 14, 2015 12:53:40 AM
> Subject: s3test firefly failing
>
> Hi Yehuda,
>
> When running the firefly rgw suite in a teuthology setup outside of the Ceph
> community lab, I'm seeing a lot of errors like the following. Although the
> traceback does not give any indication as to what domain name could not be
> resolved, I suspect it is a hardcoded value somewhere that needs to be
> defined in the DNS in order to work. I kind of remember S3 has all kinds of
> hardcoded domain names since it's not supposed to be used outside of AWS.
>
> Does that ring a bell ?
>
> Cheers
>
> http://integration.ceph.dachary.org:8081/ubuntu-2015-07-13_23:33:20-rgw-firefly-backports---basic-openstack/
> has
> http://integration.ceph.dachary.org/ubuntu-2015-07-13_23:33:20-rgw-firefly-backports---basic-openstack/79/teuthology.log
>
> 2015-07-14T04:35:42.762 INFO:teuthology.orchestra.run.ovh237095:Running:
> '/home/ubuntu/cephtest/s3-tests/virtualenv/bin/s3tests-test-readwrite'
> 2015-07-14T04:35:42.899 INFO:teuthology.orchestra.run.ovh237095.stderr:Using
> random seeds: {'writer': 3920086541, 'main': 1490942677, 'names': 905270384,
> 'contents': 501048982, 'reader': 823656287}
> 2015-07-14T04:35:45.306
> INFO:teuthology.orchestra.run.ovh237095.stderr:Created bucket: rwtest
> 2015-07-14T04:35:45.311
> INFO:teuthology.orchestra.run.ovh237095.stderr:Creating random file names
> 2015-07-14T04:35:45.312
> INFO:teuthology.orchestra.run.ovh237095.stderr:Uploading initial set of 10
> files
> 2015-07-14T04:36:15.542
> INFO:teuthology.orchestra.run.ovh237095.stderr:Traceback (most recent call
> last):
> 2015-07-14T04:36:15.547 INFO:teuthology.orchestra.run.ovh237095.stderr: File
> "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/gevent/greenlet.py",
> line 390, in run
> 2015-07-14T04:36:15.548 INFO:teuthology.orchestra.run.ovh237095.stderr:
> result = self._run(*self.args, **self.kwargs)
> 2015-07-14T04:36:15.548 INFO:teuthology.orchestra.run.ovh237095.stderr: File
> "/home/ubuntu/cephtest/s3-tests/s3tests/readwrite.py", line 126, in
> write_file
> 2015-07-14T04:36:15.548 INFO:teuthology.orchestra.run.ovh237095.stderr:
> key.set_contents_from_file(fp)
> 2015-07-14T04:36:15.548 INFO:teuthology.orchestra.run.ovh237095.stderr: File
> "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/boto/s3/key.py",
> line 1293, in set_contents_from_file
> 2015-07-14T04:36:15.549 INFO:teuthology.orchestra.run.ovh237095.stderr:
> chunked_transfer=chunked_transfer, size=size)
> 2015-07-14T04:36:15.549 INFO:teuthology.orchestra.run.ovh237095.stderr: File
> "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/boto/s3/key.py",
> line 750, in send_file
> 2015-07-14T04:36:15.549 INFO:teuthology.orchestra.run.ovh237095.stderr:
> chunked_transfer=chunked_transfer, size=size)
> 2015-07-14T04:36:15.555 INFO:teuthology.orchestra.run.ovh237095.stderr: File
> "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/boto/s3/key.py",
> line 951, in _send_file_internal
> 2015-07-14T04:36:15.555 INFO:teuthology.orchestra.run.ovh237095.stderr:
> query_args=query_args
> 2015-07-14T04:36:15.555 INFO:teuthology.orchestra.run.ovh237095.stderr: File
> "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/boto/s3/connection.py",
> line 664, in make_request
> 2015-07-14T04:36:15.556 INFO:teuthology.orchestra.run.ovh237095.stderr:
> retry_handler=retry_handler
> 2015-07-14T04:36:15.556 INFO:teuthology.orchestra.run.ovh237095.stderr: File
> "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/boto/connection.py",
> line 1071, in make_request
> 2015-07-14T04:36:15.556 INFO:teuthology.orchestra.run.ovh237095.stderr:
> retry_handler=retry_handler)
> 2015-07-14T04:36:15.556 INFO:teuthology.orchestra.run.ovh237095.stderr: File
> "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/boto/connection.py",
> line 1030, in _mexe
> 2015-07-14T04:36:15.556 INFO:teuthology.orchestra.run.ovh237095.stderr:
> raise ex
> 2015-07-14T04:36:15.556
> INFO:teuthology.orchestra.run.ovh237095.stderr:DNSError: [Errno 3] name does
> not exist
> 2015-07-14T04:36:15.556
> INFO:teuthology.orchestra.run.ovh237095.stderr:<Greenlet at 0x7fbd8f8c64b0:
> write_file(fp=<tempfile.SpooledTemporaryFile instance at 0x7fbd8,
> file_name='ctygneslkqtdbzs', bucket=<Bucket: rwtest>)> failed with DNSError
>
> --
> Loïc Dachary, Artisan Logiciel Libre
>
>
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: s3test firefly failing
2015-07-14 19:47 ` Yehuda Sadeh-Weinraub
@ 2015-07-15 4:44 ` Tamil Muthamizhan
2015-07-15 4:56 ` Loic Dachary
0 siblings, 1 reply; 4+ messages in thread
From: Tamil Muthamizhan @ 2015-07-15 4:44 UTC (permalink / raw)
To: loic; +Cc: Ceph Development, Yehuda Sadeh-Weinraub
Hi Loic,
I looked into the failing cases and looks like the failures are mostly from the independent perl scripts which has the domain name and port no hard coded to host_fqdn of the current host on which script is running and "7280" respectively.
Regards,
Tamil
----- Original Message -----
From: "Yehuda Sadeh-Weinraub" <yehuda@redhat.com>
To: "Loic Dachary" <loic@dachary.org>
Cc: "Ceph Development" <ceph-devel@vger.kernel.org>
Sent: Tuesday, July 14, 2015 12:47:30 PM
Subject: Re: s3test firefly failing
Doesn't ring a bell. There should be a config file it uses to determine where to connect to.
----- Original Message -----
> From: "Loic Dachary" <loic@dachary.org>
> To: "Yehuda Sadeh" <yehuda@redhat.com>
> Cc: "Ceph Development" <ceph-devel@vger.kernel.org>
> Sent: Tuesday, July 14, 2015 12:53:40 AM
> Subject: s3test firefly failing
>
> Hi Yehuda,
>
> When running the firefly rgw suite in a teuthology setup outside of the Ceph
> community lab, I'm seeing a lot of errors like the following. Although the
> traceback does not give any indication as to what domain name could not be
> resolved, I suspect it is a hardcoded value somewhere that needs to be
> defined in the DNS in order to work. I kind of remember S3 has all kinds of
> hardcoded domain names since it's not supposed to be used outside of AWS.
>
> Does that ring a bell ?
>
> Cheers
>
> http://integration.ceph.dachary.org:8081/ubuntu-2015-07-13_23:33:20-rgw-firefly-backports---basic-openstack/
> has
> http://integration.ceph.dachary.org/ubuntu-2015-07-13_23:33:20-rgw-firefly-backports---basic-openstack/79/teuthology.log
>
> 2015-07-14T04:35:42.762 INFO:teuthology.orchestra.run.ovh237095:Running:
> '/home/ubuntu/cephtest/s3-tests/virtualenv/bin/s3tests-test-readwrite'
> 2015-07-14T04:35:42.899 INFO:teuthology.orchestra.run.ovh237095.stderr:Using
> random seeds: {'writer': 3920086541, 'main': 1490942677, 'names': 905270384,
> 'contents': 501048982, 'reader': 823656287}
> 2015-07-14T04:35:45.306
> INFO:teuthology.orchestra.run.ovh237095.stderr:Created bucket: rwtest
> 2015-07-14T04:35:45.311
> INFO:teuthology.orchestra.run.ovh237095.stderr:Creating random file names
> 2015-07-14T04:35:45.312
> INFO:teuthology.orchestra.run.ovh237095.stderr:Uploading initial set of 10
> files
> 2015-07-14T04:36:15.542
> INFO:teuthology.orchestra.run.ovh237095.stderr:Traceback (most recent call
> last):
> 2015-07-14T04:36:15.547 INFO:teuthology.orchestra.run.ovh237095.stderr: File
> "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/gevent/greenlet.py",
> line 390, in run
> 2015-07-14T04:36:15.548 INFO:teuthology.orchestra.run.ovh237095.stderr:
> result = self._run(*self.args, **self.kwargs)
> 2015-07-14T04:36:15.548 INFO:teuthology.orchestra.run.ovh237095.stderr: File
> "/home/ubuntu/cephtest/s3-tests/s3tests/readwrite.py", line 126, in
> write_file
> 2015-07-14T04:36:15.548 INFO:teuthology.orchestra.run.ovh237095.stderr:
> key.set_contents_from_file(fp)
> 2015-07-14T04:36:15.548 INFO:teuthology.orchestra.run.ovh237095.stderr: File
> "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/boto/s3/key.py",
> line 1293, in set_contents_from_file
> 2015-07-14T04:36:15.549 INFO:teuthology.orchestra.run.ovh237095.stderr:
> chunked_transfer=chunked_transfer, size=size)
> 2015-07-14T04:36:15.549 INFO:teuthology.orchestra.run.ovh237095.stderr: File
> "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/boto/s3/key.py",
> line 750, in send_file
> 2015-07-14T04:36:15.549 INFO:teuthology.orchestra.run.ovh237095.stderr:
> chunked_transfer=chunked_transfer, size=size)
> 2015-07-14T04:36:15.555 INFO:teuthology.orchestra.run.ovh237095.stderr: File
> "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/boto/s3/key.py",
> line 951, in _send_file_internal
> 2015-07-14T04:36:15.555 INFO:teuthology.orchestra.run.ovh237095.stderr:
> query_args=query_args
> 2015-07-14T04:36:15.555 INFO:teuthology.orchestra.run.ovh237095.stderr: File
> "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/boto/s3/connection.py",
> line 664, in make_request
> 2015-07-14T04:36:15.556 INFO:teuthology.orchestra.run.ovh237095.stderr:
> retry_handler=retry_handler
> 2015-07-14T04:36:15.556 INFO:teuthology.orchestra.run.ovh237095.stderr: File
> "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/boto/connection.py",
> line 1071, in make_request
> 2015-07-14T04:36:15.556 INFO:teuthology.orchestra.run.ovh237095.stderr:
> retry_handler=retry_handler)
> 2015-07-14T04:36:15.556 INFO:teuthology.orchestra.run.ovh237095.stderr: File
> "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/boto/connection.py",
> line 1030, in _mexe
> 2015-07-14T04:36:15.556 INFO:teuthology.orchestra.run.ovh237095.stderr:
> raise ex
> 2015-07-14T04:36:15.556
> INFO:teuthology.orchestra.run.ovh237095.stderr:DNSError: [Errno 3] name does
> not exist
> 2015-07-14T04:36:15.556
> INFO:teuthology.orchestra.run.ovh237095.stderr:<Greenlet at 0x7fbd8f8c64b0:
> write_file(fp=<tempfile.SpooledTemporaryFile instance at 0x7fbd8,
> file_name='ctygneslkqtdbzs', bucket=<Bucket: rwtest>)> failed with DNSError
>
> --
> Loïc Dachary, Artisan Logiciel Libre
>
>
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: s3test firefly failing
2015-07-15 4:44 ` Tamil Muthamizhan
@ 2015-07-15 4:56 ` Loic Dachary
0 siblings, 0 replies; 4+ messages in thread
From: Loic Dachary @ 2015-07-15 4:56 UTC (permalink / raw)
To: Tamil Muthamizhan; +Cc: Ceph Development, Yehuda Sadeh-Weinraub
[-- Attachment #1: Type: text/plain, Size: 6013 bytes --]
Hi,
Thanks for taking a look. I'll hack something to display the domain name that fails to be looked up and resolve that mystery. It's most certainly something I did wrong :-)
Cheers
On 15/07/2015 06:44, Tamil Muthamizhan wrote:
> Hi Loic,
>
> I looked into the failing cases and looks like the failures are mostly from the independent perl scripts which has the domain name and port no hard coded to host_fqdn of the current host on which script is running and "7280" respectively.
>
> Regards,
> Tamil
>
>
> ----- Original Message -----
> From: "Yehuda Sadeh-Weinraub" <yehuda@redhat.com>
> To: "Loic Dachary" <loic@dachary.org>
> Cc: "Ceph Development" <ceph-devel@vger.kernel.org>
> Sent: Tuesday, July 14, 2015 12:47:30 PM
> Subject: Re: s3test firefly failing
>
> Doesn't ring a bell. There should be a config file it uses to determine where to connect to.
>
> ----- Original Message -----
>> From: "Loic Dachary" <loic@dachary.org>
>> To: "Yehuda Sadeh" <yehuda@redhat.com>
>> Cc: "Ceph Development" <ceph-devel@vger.kernel.org>
>> Sent: Tuesday, July 14, 2015 12:53:40 AM
>> Subject: s3test firefly failing
>>
>> Hi Yehuda,
>>
>> When running the firefly rgw suite in a teuthology setup outside of the Ceph
>> community lab, I'm seeing a lot of errors like the following. Although the
>> traceback does not give any indication as to what domain name could not be
>> resolved, I suspect it is a hardcoded value somewhere that needs to be
>> defined in the DNS in order to work. I kind of remember S3 has all kinds of
>> hardcoded domain names since it's not supposed to be used outside of AWS.
>>
>> Does that ring a bell ?
>>
>> Cheers
>>
>> http://integration.ceph.dachary.org:8081/ubuntu-2015-07-13_23:33:20-rgw-firefly-backports---basic-openstack/
>> has
>> http://integration.ceph.dachary.org/ubuntu-2015-07-13_23:33:20-rgw-firefly-backports---basic-openstack/79/teuthology.log
>>
>> 2015-07-14T04:35:42.762 INFO:teuthology.orchestra.run.ovh237095:Running:
>> '/home/ubuntu/cephtest/s3-tests/virtualenv/bin/s3tests-test-readwrite'
>> 2015-07-14T04:35:42.899 INFO:teuthology.orchestra.run.ovh237095.stderr:Using
>> random seeds: {'writer': 3920086541, 'main': 1490942677, 'names': 905270384,
>> 'contents': 501048982, 'reader': 823656287}
>> 2015-07-14T04:35:45.306
>> INFO:teuthology.orchestra.run.ovh237095.stderr:Created bucket: rwtest
>> 2015-07-14T04:35:45.311
>> INFO:teuthology.orchestra.run.ovh237095.stderr:Creating random file names
>> 2015-07-14T04:35:45.312
>> INFO:teuthology.orchestra.run.ovh237095.stderr:Uploading initial set of 10
>> files
>> 2015-07-14T04:36:15.542
>> INFO:teuthology.orchestra.run.ovh237095.stderr:Traceback (most recent call
>> last):
>> 2015-07-14T04:36:15.547 INFO:teuthology.orchestra.run.ovh237095.stderr: File
>> "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/gevent/greenlet.py",
>> line 390, in run
>> 2015-07-14T04:36:15.548 INFO:teuthology.orchestra.run.ovh237095.stderr:
>> result = self._run(*self.args, **self.kwargs)
>> 2015-07-14T04:36:15.548 INFO:teuthology.orchestra.run.ovh237095.stderr: File
>> "/home/ubuntu/cephtest/s3-tests/s3tests/readwrite.py", line 126, in
>> write_file
>> 2015-07-14T04:36:15.548 INFO:teuthology.orchestra.run.ovh237095.stderr:
>> key.set_contents_from_file(fp)
>> 2015-07-14T04:36:15.548 INFO:teuthology.orchestra.run.ovh237095.stderr: File
>> "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/boto/s3/key.py",
>> line 1293, in set_contents_from_file
>> 2015-07-14T04:36:15.549 INFO:teuthology.orchestra.run.ovh237095.stderr:
>> chunked_transfer=chunked_transfer, size=size)
>> 2015-07-14T04:36:15.549 INFO:teuthology.orchestra.run.ovh237095.stderr: File
>> "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/boto/s3/key.py",
>> line 750, in send_file
>> 2015-07-14T04:36:15.549 INFO:teuthology.orchestra.run.ovh237095.stderr:
>> chunked_transfer=chunked_transfer, size=size)
>> 2015-07-14T04:36:15.555 INFO:teuthology.orchestra.run.ovh237095.stderr: File
>> "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/boto/s3/key.py",
>> line 951, in _send_file_internal
>> 2015-07-14T04:36:15.555 INFO:teuthology.orchestra.run.ovh237095.stderr:
>> query_args=query_args
>> 2015-07-14T04:36:15.555 INFO:teuthology.orchestra.run.ovh237095.stderr: File
>> "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/boto/s3/connection.py",
>> line 664, in make_request
>> 2015-07-14T04:36:15.556 INFO:teuthology.orchestra.run.ovh237095.stderr:
>> retry_handler=retry_handler
>> 2015-07-14T04:36:15.556 INFO:teuthology.orchestra.run.ovh237095.stderr: File
>> "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/boto/connection.py",
>> line 1071, in make_request
>> 2015-07-14T04:36:15.556 INFO:teuthology.orchestra.run.ovh237095.stderr:
>> retry_handler=retry_handler)
>> 2015-07-14T04:36:15.556 INFO:teuthology.orchestra.run.ovh237095.stderr: File
>> "/home/ubuntu/cephtest/s3-tests/virtualenv/local/lib/python2.7/site-packages/boto/connection.py",
>> line 1030, in _mexe
>> 2015-07-14T04:36:15.556 INFO:teuthology.orchestra.run.ovh237095.stderr:
>> raise ex
>> 2015-07-14T04:36:15.556
>> INFO:teuthology.orchestra.run.ovh237095.stderr:DNSError: [Errno 3] name does
>> not exist
>> 2015-07-14T04:36:15.556
>> INFO:teuthology.orchestra.run.ovh237095.stderr:<Greenlet at 0x7fbd8f8c64b0:
>> write_file(fp=<tempfile.SpooledTemporaryFile instance at 0x7fbd8,
>> file_name='ctygneslkqtdbzs', bucket=<Bucket: rwtest>)> failed with DNSError
>>
>> --
>> Loïc Dachary, Artisan Logiciel Libre
>>
>>
> --
> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
--
Loïc Dachary, Artisan Logiciel Libre
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-07-15 4:56 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-14 7:53 s3test firefly failing Loic Dachary
2015-07-14 19:47 ` Yehuda Sadeh-Weinraub
2015-07-15 4:44 ` Tamil Muthamizhan
2015-07-15 4:56 ` Loic Dachary
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.