What version of the agent are you using? And when it fails, how does the log output look? On Mon, Feb 2, 2015 at 8:56 AM, <ghislain.chevalier@xxxxxxxxxx> wrote: > Hi all, > > Context : Ubuntu 14.04 TLS firefly 0.80.8 > > I sent this post in ceph-users (identical subject) because I recently encountered the same issue. > Maybe I missed something between July and January... > > I found that the http request wasn't correctly formed by /usr/lib/python2.7/dist-packages/radosgw_agent/client.py > > I did the changes below > # url = '{protocol}://{host}{path}'.format(protocol=request.protocol, > # host=request.host, > # path=request.path) > url = '{path}'.format(protocol="", host="", path=request.path) > > The request is then correctly formed and sent. > > I still have problems setting the federation between 2 zones of 2 ceph clusters in 2 regions. > > I go on investigating. > > Best regards > > > _________________________________________________________________________________________________________________________ > > Ce message et ses pieces jointes peuvent contenir des informations confidentielles ou privilegiees et ne doivent donc > pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce message par erreur, veuillez le signaler > a l'expediteur et le detruire ainsi que les pieces jointes. Les messages electroniques etant susceptibles d'alteration, > Orange decline toute responsabilite si ce message a ete altere, deforme ou falsifie. Merci. > > This message and its attachments may contain confidential or privileged information that may be protected by law; > they should not be distributed, used or copied without authorisation. > If you have received this email in error, please notify the sender and delete this message and its attachments. > As emails may be altered, Orange is not liable for messages that have been modified, changed or falsified. > Thank you. > > -- > To unsubscribe from this list: send the line "unsubscribe ceph-devel" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > 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@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html