On Wed, Jan 14, 2015 at 7:27 PM, Liu, Xuezhao <Xuezhao.Liu@xxxxxxx> wrote: > Thanks for the replying. > > After disable the default site (a2dissite 000-default), I can use libs3's commander s3 to create/list bucket, get object also works. > > But put object failed: > > root@xuezhaoUbuntu74:~# s3 -u put bucket11/seqdata filename=seqdata > > it hangs forever, and one the object gateway server, I can see such log: > root@xuezhaoUbuntu73:~# cat /var/log/apache2/error.log > [Thu Jan 15 10:24:10.896926 2015] [:warn] [pid 20751:tid 140666587821824] FastCGI: 10.32.231.74 PUT http://xuezhaoubuntu73/bucket11/seqdata auth AWS VTT37Z56CWEPI3LCI38U:r3cX5AKJBA0t6zwygFvk5i1YHIY= > [Thu Jan 15 10:24:32.906128 2015] [:warn] [pid 20752:tid 140666612999936] FastCGI: 10.32.231.74 PUT http://xuezhaoubuntu73/bucket11/seqdata auth AWS VTT37Z56CWEPI3LCI38U:bm23T98hihu1LXfHSJK0o4wKW7M= > [Thu Jan 15 10:24:40.918845 2015] [fastcgi:error] [pid 20751:tid 140666587821824] [client 10.32.231.74:36311] FastCGI: comm with server "/var/www/s3gw.fcgi" aborted: idle timeout (30 sec) > [Thu Jan 15 10:24:40.919282 2015] [fastcgi:error] [pid 20751:tid 140666587821824] [client 10.32.231.74:36311] FastCGI: incomplete headers (0 bytes) received from server "/var/www/s3gw.fcgi" > [Thu Jan 15 10:24:49.908398 2015] [:warn] [pid 20751:tid 140666579429120] FastCGI: 10.32.231.74 PUT http://xuezhaoubuntu73/bucket11/seqdata auth AWS VTT37Z56CWEPI3LCI38U:CNy4pmZcslar7u5+AaW0fPGUEbY= > > Same result when using different libs3 (https://github.com/bji/libs3 or http://github.com/wido/libs3.git ) > > But if using the python tool s3cmd the object putting can work. This sounds like you're having trouble with 100-continue. Try setting 'rgw print continue = false' in your ceph.conf, or replace the apache fastcgi module (as specified in the ceph docs). Yehuda _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com