-
Notifications
You must be signed in to change notification settings - Fork 2
/
old_regionmap
executable file
·56 lines (56 loc) · 1.63 KB
/
old_regionmap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
./src/radosgw-admin zonegroup-map get
{
"zonegroups": [
{
"key": "skinny",
"val": {
"name": "skinny",
"api_name": "slim",
"is_master": "true",
"endpoints": [
"http:\/\/skinny:8000\/"
],
"hostnames": [],
"master_zone": "skinny-1",
"zones": [
{
"name": "skinny-1",
"endpoints": [
"http:\/\/skinny:8000\/"
],
"log_meta": "true",
"log_data": "true",
"bucket_index_max_shards": 0
},
{
"name": "skinny-2",
"endpoints": [
"http:\/\/skinny:8001\/"
],
"log_meta": "false",
"log_data": "false",
"bucket_index_max_shards": 0
}
],
"placement_targets": [
{
"name": "default-placement",
"tags": []
}
],
"default_placement": "default-placement"
}
}
],
"master_zonegroup": "skinny",
"bucket_quota": {
"enabled": false,
"max_size_kb": -1,
"max_objects": -1
},
"user_quota": {
"enabled": false,
"max_size_kb": -1,
"max_objects": -1
}
}