On Wed, Mar 13, 2013 at 2:46 AM, Jun Jun8 Liu <liujun8@xxxxxxxxxx> wrote: > > Hi all > > I want to create a bucket using radosgw-admin,but I got a error > -95. my environment is Ubuntu 12, ceph 0.56.3. > > > > root@tttt:~# radosgw-admin bucket link --bucket=testtt > --uid=liuj > > error linking bucket to user: r=-95 Usually it means that either there's some mismatch between backend and rgw versions (e.g., backend ceph runs argonaut and rgw runs bobtail), or that the osd class path isn't pointing at the class shared objects. See 'osd class dir' here: http://ceph.com/docs/master/rados/configuration/osd-config-ref/ > > > > another question. > > > > Using S3 interface to create a bucket, I got a error . server doesn't > support POST request. > Bucket creation does not use POST. I guess it tries to also do something else? The log provided didn't have anything interesting in it. Try looking at the apache (or whatever web server you're using) access log to figure out what the client tries to do exactly. Yehuda inktank.com | ceph.com _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com