[ceph-users] cuttlefish cluster operation problem

2013-08-14 Thread lixuehui
Dear,Mr.: Hi!After I deployed a cuttlefish cluster on several nodes,none other daemons was found on monitor with "sudo initctl list | grep ceph ".As the content below , I can only find the monitor daemon process. ceph-osd-all stop/waiting ceph-mds-all-starter stop/waiting ceph-mds-all stop/wai

[ceph-users] rgw client

2013-09-17 Thread lixuehui
Hi,all I installed rgw with a healthy ceph cluster .Although it works well with S3 api ,can it be connected by Cyberduck ? I've tried with the rgw user configure,but failed all the time. { "user_id": "johndoe", "display_name": "John Doe", "email": "", "suspended": 0, "max_buckets": 1000

[ceph-users] gateway instance

2013-09-27 Thread lixuehui
Hi all Does gateway instances mean multi-process of a gateway user for a ceph cluster. Though they were configured independently during the configure file,can they configured with zones among different region? lixuehui___ ceph-users mailing list ceph-

[ceph-users] rgw s3API failed to authorize request

2013-10-11 Thread lixuehui
Hi All: I installed gateway on my cluster. but always get 403 response: for bucket in conn.get_all_buckets(): File "/usr/local/lib/python2.7/dist-packages/boto/s3/connection.py", line 387, in get_all_buckets response.status, response.reason, body) boto.exception.S3ResponseError: S3ResponseEr

[ceph-users] radosgw s3 API feature

2013-10-23 Thread lixuehui
Hi all We know that radosgw supported a subset of Amazon s3 functional features.Does radosgw support server-side encryption algorithm ,when creating an object,through Amazon s3 api support AES256 on server-side? Or can we use client-side encryption algorithm ? lixuehui__

[ceph-users] Configuring Federated Gateways ― Ceph Documentation

2013-10-27 Thread lixuehui
Hi,all There're 2 ceph clusters and I try to build a logical geographic area .As http://ceph.com/docs/wip-doc-radosgw/radosgw/federated-config/ ,we must build 4 zone users before building zones.Does those users are all built in the master region's master zone or each zones? Thanks for any hel

[ceph-users] ceph 0.67.4 new features

2013-10-27 Thread lixuehui
Hi all Does ceph(0.67.4) supports multiple regions and with multiple zones for a region? lixuehui___ ceph-users mailing list ceph-users@lists.ceph.com http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

[ceph-users] radosgw-agent 403 error

2013-10-28 Thread lixuehui
Hi all Today I'd like to replicated one cluster with gateway.After master zone and slave zone working , i started a radosgw-agent .Unfortuntly , the agent return 403 error all the time . This is the master zone's information: Mon, 28 Oct 2013 09:19:29 GMT /admin/log 2013-10-28 17:19:29.397742

[ceph-users] radosgw-agent error

2013-10-29 Thread lixuehui
Hi,list From the document that a radosgw-agent's right info should like this INFO:radosgw_agent.sync:Starting incremental sync INFO:radosgw_agent.worker:17910 is processing shard number 0 INFO:radosgw_agent.worker:shard 0 has 0 entries after '' INFO:radosgw_agent.worker:finished processing shard 0

[ceph-users] Multiple zones in different clusters

2013-11-04 Thread lixuehui
Hi list: 0.72 Emperor document shows us ,we can deploy two zones in a cluster to have a test .I tried to build two zones in different clusters , failed now! After some tests ,I find master zone can not be wroten in . Using the S3 API ,also I can not create a new bucket in the master zone ,though

[ceph-users] 0.72v ceph s3 API create bucket failed

2013-11-04 Thread lixuehui
Hi all I tried to deploy a cluster with 0.72 ,the S3 api of ceph(0.72v) about user's permission confused me . this the user's info : { "user_id": "johndoe", "display_name": "John Doe", "email": "", "suspended": 0, "max_buckets": 1000, "auid": 0, "subusers": [], "keys": [ {

Re: [ceph-users] radosgw-agent error

2013-11-05 Thread lixuehui
It works so cool !Thanks so much from your help! lixuehui From: Josh Durgin Date: 2013-10-31 01:31 To: Mark Kirkwood; lixuehui; ceph-users Subject: Re: [ceph-users] radosgw-agent error On 10/30/2013 01:54 AM, Mark Kirkwood wrote: > On 29/10/13 20:53, lixuehui wrote: >> Hi,list >

[ceph-users] s3 user can't create bucket

2013-11-05 Thread lixuehui
Hi all: I failed to create bucket with s3 API. the error is 403 'Access Denied'.In fact ,I've give the user write permission. { "user_id": "lxh", "display_name": "=lxh", "email": "", "suspended": 0, "max_buckets": 1000, "auid": 0, "subusers": [], "keys": [ { "user": "lxh",

[ceph-users] radosgw-agent failed to sync object

2013-11-06 Thread lixuehui
Hi all : After we build a region with two zones distributed in two ceph cluster.Start the agent ,it start works! But what we find in the radosgw-agent stdout is that it failed to sync objects all the time .Paste the info: (env)root@ceph-rgw41:~/myproject# ./radosgw-agent -c cluster-data-sync.con

[ceph-users] RBD back

2013-11-07 Thread lixuehui
Hi all Ceph Object Store service can spans geographical locals . Now ceph also provides FS and RBD .IF our applications need the RBD service .Can we provide backup and disaster recovery for it via gateway through some transfermation ? In fact the cluster stored RBD data as objects in pool

[ceph-users] radosgw-agent sync object:state is error

2013-11-07 Thread lixuehui
Hi list We deploied a master zone and a slave zone in two clusters to test the multi-locals backup . The radosgw-anget sync buckets successfully .We can find the same buckets info in the slave zone . But the running radosgw-agent throw out error info that objects failed to sync , just like th

[ceph-users] radosgw-agent AccessDenied 403

2013-11-13 Thread lixuehui
Hi ,list We've ever reflected that ,radosgw-agent sync data failed all the time ,before. We paste the concert log here to seek any help now . application/json; charset=UTF-8 Wed, 13 Nov 2013 07:24:45 GMT x-amz-copy-source:sss%2Frgwconf /sss/rgwconf 2013-11-13T15:24:45.510 11171:DEBUG:boto:Signa

Re: [ceph-users] radosgw-agent AccessDenied 403

2013-11-13 Thread lixuehui
l for the bucket . In fact ,the information goes the same as it before , after setting acl for the bucket . bucket-name sss object-name rgwconf Or is there something wrong with either the "HTTP_DATE" or "HTTP_X_AMS_COPY_SOURCE"? lixuehui 发件人: lixuehui 发送时间: 2013-11

[ceph-users] 403 error sync objects

2014-04-24 Thread lixuehui
hi,list: I tried to sync between master zone and slave zone belong one region . I stored a file "hello" in the bucket beast,and it returned error ,when running the radosgw-agent to sync the objects. But metadata is OK ! the radosgw-agent reflected info that: Thu, 24 Apr 2014 08:33:29 GMT /admi

[ceph-users] SSD IO performance

2015-05-26 Thread lixuehui...@126.com
hange? 2 nodes 5 osds(SSD) *2 , 1 mon, 32GB RAM 100MB/S network and now the whole iops is just 500 . Should we change the filestore or journal part ? Thanks for any help! lixuehui...@126.com ___ ceph-users mailing list ceph-

Re: [ceph-users] SSD IO performance

2015-05-26 Thread lixuehui...@126.com
speed of the network. 100Mbit/s is > way too slow for all use cases I could think of, as it results in a > maximum data transfer of less than 10 Mbyte per second, which is > slower than a usb 2.0 thumb drive. > > Best, > Karsten > > 2015-05-26 15:53 GMT+02:00 lixuehui...@126.c