Hi, I'm trying to link a bucket to a new user and this is failing for me. The Ceph version is 0.94.5 (Hammer). The bucket is called 'packer' and I can verify that it exists: $ radosgw-admin bucket stats --bucket packer { "bucket": "packer", "pool": ".rgw.buckets", "index_pool": ".rgw.buckets", "id": "ams02.5862567.3564", "marker": "ams02.5862567.3564", "owner": "XXXXX_beta", "ver": "0#21975", "master_ver": "0#0", "mtime": "2015-08-04 12:31:06.000000", "max_marker": "0#", "usage": { "rgw.main": { "size_kb": 10737764, "size_kb_actual": 10737836, "num_objects": 27 }, "rgw.multimeta": { "size_kb": 0, "size_kb_actual": 0, "num_objects": 0 } }, "bucket_quota": { "enabled": false, "max_size_kb": -1, "max_objects": -1 } } Now when I try to link this bucket it fails: $ radosgw-admin bucket link --bucket packer --uid YYYY "failure: (22) Invalid argument: empty bucket instance id" It seems like this is a bug in the radosgw-admin tool where it doesn't parse the --bucket argument properly. Any ideas? Wido _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com