Hi to all,
I have one region with two zone (a master and a slave).

On master zone it's all ok.

On slave when try to create user ...don't appear in list.


#sudo radosgw-admin user create --uid="sitedr" --display-name="Zone sitedr" 
--name client.radosgw.sitedr --system --access-key=admin --secret=adminpwd
{
    "user_id": "sitedr",
    "display_name": "Zone sitedr",
    "email": "",
    "suspended": 0,
    "max_buckets": 1000,
    "auid": 0,
    "subusers": [],
    "keys": [
        {
            "user": "sitedr",
            "access_key": "admin",
            "secret_key": "adminpwd"
        }
    ],
    "swift_keys": [],
    "caps": [],
    "op_mask": "read, write, delete",
    "system": "true",
    "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": []
}

#sudo radosgw-admin user info --uid=sitedr
could not fetch user info: no user info saved

But if I try to get stats on this user... exist.
#sudo radosgw-admin user stats --uid=sitedr --sync-stats
{
    "stats": {
        "total_entries": 0,
        "total_bytes": 0,
        "total_bytes_rounded": 0
    },
    "last_stats_sync": "2016-02-16 16:47:22.770407Z",
    "last_stats_update": "0.000000"
}


I'm unable to go out of stale.

Please give me some idea..

Best regards.
Andrea

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

Reply via email to