Re: [ceph-users] rgw gives MethodNotAllowed for OPTIONS?

2018-02-12 Thread Piers Haken
hods: GET, POST, PUT, OPTIONS Access-Control-Allow-Headers: authorization,x-amz-content-sha256,x-amz-date,content-md5,content-type Access-Control-Expose-Headers: ETag MethodNotAllowedtx00004-005a825011-1489c-default1489c-default-default From: ceph-users [mailto:ceph-users-boun...@l

[ceph-users] rgw gives MethodNotAllowed for OPTIONS?

2018-02-12 Thread Piers Haken
I'm trying to do direct-from-browser upload to rgw using pre-signed urls, and I'm getting stuck because the browser is doing a pre-flight OPTIONS request and rgw is giving me a MethodNotAllowed response. Is this supported? OPTIONS http://storage-test01:7480/ HTTP/1.1 Host: storage-test01:7480 C

Re: [ceph-users] radosgw not listening after installation

2018-02-05 Thread Piers Haken
when I restart the services. Let me know if I can send anything else, I’d really like to get this up and running! Thanks Piers. From: Jean-Charles Lopez [mailto:jelo...@redhat.com] Sent: Monday, February 05, 2018 5:23 PM To: Piers Haken Cc: ceph-users@lists.ceph.com Subject: Re: [ceph-users

[ceph-users] radosgw not listening after installation

2018-02-05 Thread Piers Haken
i'm trying to setup radosgw on a brand new clutser, but I'm running into an issue where it's not listening on the default port (7480) here's my install script: ceph-deploy new $NODE ceph-deploy install --release luminous $NODE ceph-deploy install --release luminous --rgw $NODE ceph-d