Bug #7374
s3_multipart_upload.pl fails
0%
History
#1 Updated by Ian Colle over 9 years ago
- Assignee set to Yehuda Sadeh
#2 Updated by Warren Usui over 9 years ago
I've been looking at this. There may be a problem with the script in that a directory is not there that the script expects. I am investigating further (possible suite error).
#3 Updated by Warren Usui over 9 years ago
The problem could also be in the packaging
#4 Updated by Warren Usui over 9 years ago
I believe that this is a yaml file problem (Same issue as 7375). I am investigating.
#5 Updated by Warren Usui over 9 years ago
Okay. I think that the Yaml file is okay. There appear to be make issues. The most noticable one is:
2014-02-12T18:31:39.103 INFO:teuthology.task.workunit.client.0.err:[10.214.136.134]: Can't locate Amazon/S3.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at /home/ubuntu/cephtest/workunit.client.0/rgw/s3_bucket_quota.pl line 30.
Note that this issue now is biting us (me) on the s3_bucket_quota.pl test. I am delving into perl to try to figure this out, and to figure out how the bucket_quota test worked before.
#6 Updated by Warren Usui over 9 years ago
Also, use Amazon::S3 results in the same error message on a hello world perl script.
I got S3 installed via cpan (the hello world script works). I am now trying
this on the testcase.
#7 Updated by Warren Usui over 9 years ago
Stopping the teuthology run and running the commands manually reveals the following:
bucket buck_2014_01_18_18_52_8 create failed Can't connect to mira094.front.sepia.ceph.com:80 (Connection refused) LWP::Protocol::http::Socket: connect: Connection refused at /usr/share/perl5/LWP/Protocol/http.pm line 51.
#8 Updated by Warren Usui over 9 years ago
- Assignee changed from Yehuda Sadeh to Warren Usui
This appears to be two problems in the s3_multipart_upload.pl script.
I am taking this.
#9 Updated by Warren Usui over 9 years ago
- Status changed from 12 to Fix Under Review
I have pushed a change for this.
#10 Updated by Warren Usui over 9 years ago
- Assignee changed from Warren Usui to Ian Colle
#11 Updated by Warren Usui over 9 years ago
- Assignee changed from Ian Colle to Warren Usui
#12 Updated by Warren Usui over 9 years ago
- Assignee changed from Warren Usui to Yehuda Sadeh
This has been pushed in its own branch to wip-7374-wusui
#13 Updated by Warren Usui over 9 years ago
pull request is #1280 for wip branch wip-7374-wusui
#14 Updated by Sage Weil over 9 years ago
- Status changed from Fix Under Review to 7
#15 Updated by Sage Weil over 9 years ago
- Status changed from 7 to Resolved