All of lore.kernel.org
 help / color / mirror / Atom feed
* radosgw-agent failed to parse
@ 2015-02-02 13:56 ghislain.chevalier
  2015-02-02 14:17 ` Alfredo Deza
  0 siblings, 1 reply; 11+ messages in thread
From: ghislain.chevalier @ 2015-02-02 13:56 UTC (permalink / raw)
  To: ceph-devel

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.


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-02-27 10:21 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-02 13:56 radosgw-agent failed to parse ghislain.chevalier
2015-02-02 14:17 ` Alfredo Deza
2015-02-02 14:53   ` ghislain.chevalier
2015-02-02 15:58     ` Alfredo Deza
2015-02-02 17:12       ` ghislain.chevalier
2015-02-02 18:41         ` Alfredo Deza
2015-02-03 10:12           ` ghislain.chevalier
2015-02-03 13:29             ` Alfredo Deza
2015-02-05 14:42               ` ghislain.chevalier
2015-02-10 13:44                 ` Alfredo Deza
2015-02-27 10:21                   ` ghislain.chevalier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.