Hello List,

I've troubles with our radosgw. The "backup" bucket was mounted via s3fs. But now I'm only getting a "transport endpoint not connected" when trying to access the directory.

Strange thing is, that differnt buckets show different behaviours in the webbrowser:

https://example.com/test : Works!
<ListBucketResult xmlns="http://s3.amazonaws.com/doc/2006-03-01/";>
<Name>test</Name>
<Prefix/>
<Marker/>
<MaxKeys>1000</MaxKeys>
<IsTruncated>true</IsTruncated>

https://example.com/asdf : Doesn't exist!
<Error>
<Code>NoSuchBucket</Code>
</Error>

https://example.com/backup : Acts wired!
<Error>
<Code>AccessDenied</Code>
</Error>

Anyone has expirience with that? Any hints about how to further debug that whole thing?


Kind Regards,
Georg

_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to