ceph recreate the already exist bucket throw out error when have max_buckets num bucket

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



hi,i create a user uid=testquato2 ,the user  can create  max_buckets num =10 buckets,
[root@node1 ~]# radosgw-admin user info --uid=testquato2
{
    "user_id": "testquato2",
    "display_name": "testquato2",
    "email": "",
    "suspended": 0,
    "max_buckets": 10,
    "auid": 0,
    "subusers": [],
    "keys": [
        {
            "user": "testquato2",
            "access_key": "quta2",
            "secret_key": "quta2"
        }
    ],
    "swift_keys": [],
    "caps": [],
    "op_mask": "read, write, delete",
    "default_placement": "",
    "placement_tags": [],
    "bucket_quota": {
        "enabled": false,
        "max_size_kb": -1,
        "max_objects": -1
    },
    "user_quota": {
        "enabled": false,
        "max_size_kb": -1,
        "max_objects": -1
    },
    "temp_url_keys": []
}

if there are 8 buckets already exist and one bucket named quta2-b1
when i recreate the bucket quta2-b1 with the command

s3cmd -c testquato2.s3cfg  mb s3://quta2-b1  

and return the exist bucket

but if there are 10 buckets already exist and one bucket named quta2-b1
when i recreate the bucket quta2-b1 with the command

s3cmd -c testquato2.s3cfg  mb s3://quta2-b1  

but return 
ERROR: S3 error: 400 (TooManyBuckets)


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

[Index of Archives]     [Information on CEPH]     [Linux Filesystem Development]     [Ceph Development]     [Ceph Large]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [xfs]


  Powered by Linux