Re: [ceph-users] RadosGW and S3-compatible clients for PC and OSX

2013-05-01 Thread Igor Laskovy
Hello and thanks again! Push help back to community: 1. Please correct this doc http://ceph.com/docs/master/start/quick-rgw/#create-a-gateway-configuration-file 2. I have successful tested this clients - DragonDisk ( http://www.dragondisk.com/), CrossFTP (http://www.crossftp.com/) and S3Browser (

Re: [ceph-users] RadosGW and S3-compatible clients for PC and OSX

2013-04-24 Thread Igor Laskovy
Ok. I will try, thanks. One further question - does needed manually start /etc/init.d/radosgw all time when this host have been rebooted? Why it is not part of service ceph -a start? On Tue, Apr 23, 2013 at 11:05 PM, Lorieri wrote: > I've made some tests again with s3cmd > > you need to have a

Re: [ceph-users] RadosGW and S3-compatible clients for PC and OSX

2013-04-23 Thread Lorieri
I've made some tests again with s3cmd you need to have a valid and accessible host_bucket key in the .s3cfg for example: host_bucket = %(bucket)s.myhostname.com if you dont have it, it does not allow you to use lowercase buckets I believe it checks if the bucket name is a valid dns name, etc for

Re: [ceph-users] RadosGW and S3-compatible clients for PC and OSX

2013-04-23 Thread Igor Laskovy
Ok, I removed right lines. Now CrossFTP connected, but when I trying create bucket it report: [R1] S3 Error: -1 (null) error: Request Error: java.net.UnknownHostException: fdfdf.osd01.ceph.labspace.studiogrizzly.com; XML Error Message: null [R1] -1 (null) error: Request Error: java.net.UnknownHostE

Re: [ceph-users] RadosGW and S3-compatible clients for PC and OSX

2013-04-23 Thread Igor Laskovy
So, I totally lost in this, but I did it, and now CrossFTP report: [R1] Connect to osd01.ceph.labspace.studiogrizzly.com [R1] Current path: / [R1] Current path: / [R1] LIST / [R1] Request Error [ 404 Not Found Not Found The requested URL / was not found on this server. ]. On Tue, Apr 23, 2013 a

Re: [ceph-users] RadosGW and S3-compatible clients for PC and OSX

2013-04-23 Thread Yehuda Sadeh
On Tue, Apr 23, 2013 at 11:33 AM, Igor Laskovy wrote: > In /etc/apache2/httpd.conf I have : > ServerName osd01.ceph.labspace.studiogrizzly.com > > In /etc/apache2/sites-available/rgw.conf : > FastCgiExternalServer /var/www/s3gw.fcgi -socket /tmp/radosgw.sock > > > ServerName osd01.ceph

Re: [ceph-users] RadosGW and S3-compatible clients for PC and OSX

2013-04-23 Thread Igor Laskovy
In /etc/apache2/httpd.conf I have : ServerName osd01.ceph.labspace.studiogrizzly.com In /etc/apache2/sites-available/rgw.conf : FastCgiExternalServer /var/www/s3gw.fcgi -socket /tmp/radosgw.sock ServerName osd01.ceph.labspace.studiogrizzly.com ServerAdmin igor.lask...@gmail.com

Re: [ceph-users] RadosGW and S3-compatible clients for PC and OSX

2013-04-23 Thread Yehuda Sadeh
On Tue, Apr 23, 2013 at 7:51 AM, Igor Laskovy wrote: > Sorry for delayed reply, > > I am not good familiar with apache. > For RGW I use one of the OSD nodes. This is clear minimum installation of > Ubunut 12.04 and ceph deployment on it, no another services. > I must to say that I use default apac

Re: [ceph-users] RadosGW and S3-compatible clients for PC and OSX

2013-04-23 Thread Igor Laskovy
Sorry for delayed reply, I am not good familiar with apache. For RGW I use one of the OSD nodes. This is clear minimum installation of Ubunut 12.04 and ceph deployment on it, no another services. I must to say that I use default apache2 package from Ubuntu repository and have rgw print continue =

Re: [ceph-users] RadosGW and S3-compatible clients for PC and OSX

2013-04-21 Thread Yehuda Sadeh
On Sun, Apr 21, 2013 at 10:05 AM, Igor Laskovy wrote: > > Just initial connect to rgw server, nothing further. > Please see below behavior for CrossFTP and S3Browser cases. > > On CrossFTP side: > [R1] Connect to rgw.labspace > [R1] Current path: / > [R1] Current path: / > [R1] LIST / > [R1] Expec

Re: [ceph-users] RadosGW and S3-compatible clients for PC and OSX

2013-04-21 Thread Lorieri
I like s3cmd, but it allows you only manipulate buckets with at least one capital letter On Sun, Apr 21, 2013 at 2:05 PM, Igor Laskovy wrote: > Just initial connect to rgw server, nothing further. > Please see below behavior for CrossFTP and S3Browser cases. > > On CrossFTP side: > [R1] Connec

Re: [ceph-users] RadosGW and S3-compatible clients for PC and OSX

2013-04-21 Thread Igor Laskovy
Just initial connect to rgw server, nothing further. Please see below behavior for CrossFTP and S3Browser cases. On CrossFTP side: [R1] Connect to rgw.labspace [R1] Current path: / [R1] Current path: / [R1] LIST / [R1] Expected XML document response from S3 but received content type text/html [R1]

Re: [ceph-users] RadosGW and S3-compatible clients for PC and OSX

2013-04-21 Thread Yehuda Sadeh
On Sun, Apr 21, 2013 at 9:39 AM, Igor Laskovy wrote: > Well, in each case something specific. For CrossFTP, for example, it says > that asking the server it receive text data instead of XML. When doing what? Are you able to do anything? > In logs on servers side I don't found something intereste

Re: [ceph-users] RadosGW and S3-compatible clients for PC and OSX

2013-04-21 Thread Igor Laskovy
Well, in each case something specific. For CrossFTP, for example, it says that asking the server it receive text data instead of XML. In logs on servers side I don't found something interested. I do everything shown at http://ceph.com/docs/master/radosgw/ and only that, excluding swift compatible

Re: [ceph-users] RadosGW and S3-compatible clients for PC and OSX

2013-04-21 Thread Yehuda Sadeh
On Sun, Apr 21, 2013 at 3:02 AM, Igor Laskovy wrote: > A little bit more. > > I have tried deploy RGW via http://ceph.com/docs/master/radosgw/ and than > connect S3 Browser, CrossFTP and CloudBerry Explorer clients, but all > unsuccessfully. > > Again my question, does anybody use S3 desktop clien

Re: [ceph-users] RadosGW and S3-compatible clients for PC and OSX

2013-04-21 Thread Igor Laskovy
A little bit more. I have tried deploy RGW via http://ceph.com/docs/master/radosgw/ and than connect S3 Browser, CrossFTP and CloudBerry Explorer clients, but all unsuccessfully. Again my question, does anybody use S3 desktop clients with RGW? On Fri, Apr 19, 2013 at 10:54 PM, Igor Laskovy wrot

[ceph-users] RadosGW and S3-compatible clients for PC and OSX

2013-04-19 Thread Igor Laskovy
Hello! Does anybody use Rados Gateway via S3-compatible clients on desktop systems? -- Igor Laskovy facebook.com/igor.laskovy studiogrizzly.com ___ ceph-users mailing list ceph-users@lists.ceph.com http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com