Add ceph-disk-info role to get the ceph disk and journal info from ceph 79/37579/3
authorzhifeng.jiang <jiang.zhifeng@zte.com.cn>
Sun, 16 Jul 2017 06:51:35 +0000 (23:51 -0700)
committerzhifeng.jiang <jiang.zhifeng@zte.com.cn>
Tue, 18 Jul 2017 07:07:45 +0000 (00:07 -0700)
nodes.

JIRA: QTIP-254

Change-Id: Iee21ea600abef6f889ba4c3b5f71fd6fb96f570b
Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
resources/ansible_roles/ceph-disk-info/meta/main.yml [new file with mode: 0644]
resources/ansible_roles/ceph-disk-info/tasks/main.yml [new file with mode: 0644]
tests/data/external/sysinfo/ceph-disk-info.log [new file with mode: 0644]
tests/data/external/sysinfo/ceph_report.json [new file with mode: 0644]

diff --git a/resources/ansible_roles/ceph-disk-info/meta/main.yml b/resources/ansible_roles/ceph-disk-info/meta/main.yml
new file mode 100644 (file)
index 0000000..dbfbfb3
--- /dev/null
@@ -0,0 +1,14 @@
+##############################################################################
+# Copyright (c) 2017 ZTE Corporation and others.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+
+---
+
+allow_duplicates: yes
+dependencies:
+        - { role: qtip-common, basename: ceph-disk-info }
diff --git a/resources/ansible_roles/ceph-disk-info/tasks/main.yml b/resources/ansible_roles/ceph-disk-info/tasks/main.yml
new file mode 100644 (file)
index 0000000..3186e3d
--- /dev/null
@@ -0,0 +1,40 @@
+##############################################################################
+# Copyright (c) 2017 ZTE Corporation and others.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+
+
+- name: get ceph disk information 
+  shell: ceph-disk list
+  register: ceph_disk_out
+
+- name: saving output to log
+  copy:
+    content: "{{ ceph_disk_out.stdout }}"
+    dest: "{{ logfile }}"
+  delegate_to: localhost
+
+- name: get ceph journal information
+  shell: lsblk -d -o name,rota |awk '{if ($2 == 0)  printf "%s SSD \n",$1 }'
+  register: ceph_journal_out
+
+- name: append 
+  lineinfile:
+    dest: "{{ logfile }}"
+    line: "{{ ceph_journal_out.stdout }}"
+    insertafter: EOF
+  delegate_to: localhost
+
+- name: get ceph report
+  command: ceph report
+  register: ceph_report_out
+
+- name: saving ceph report to log
+  copy:
+    content: "{{ ceph_report_out.stdout }}"
+    dest: "{{ output }}/ceph_report.json"
+  delegate_to: localhost
diff --git a/tests/data/external/sysinfo/ceph-disk-info.log b/tests/data/external/sysinfo/ceph-disk-info.log
new file mode 100644 (file)
index 0000000..4da646c
--- /dev/null
@@ -0,0 +1,3 @@
+/dev/sda :
+ /dev/sda1 other, iso9660
+ /dev/sda2 other, xfs, mounted on /
\ No newline at end of file
diff --git a/tests/data/external/sysinfo/ceph_report.json b/tests/data/external/sysinfo/ceph_report.json
new file mode 100644 (file)
index 0000000..9bde114
--- /dev/null
@@ -0,0 +1,20777 @@
+{
+    "auth": {
+        "first_committed": 251,
+        "last_committed": 353,
+        "num_secrets": 10
+    },
+    "cluster_fingerprint": "4118d2e8-9bb9-4cac-8cce-748859c49152",
+    "commit": "ecc23778eb545d8dd55e2e4735b53cc93f92e65b",
+    "crushmap": {
+        "buckets": [
+            {
+                "alg": "straw",
+                "hash": "rjenkins1",
+                "id": -1,
+                "items": [
+                    {
+                        "id": -2,
+                        "pos": 0,
+                        "weight": 2621
+                    },
+                    {
+                        "id": -3,
+                        "pos": 1,
+                        "weight": 2621
+                    },
+                    {
+                        "id": -4,
+                        "pos": 2,
+                        "weight": 2621
+                    },
+                    {
+                        "id": -5,
+                        "pos": 3,
+                        "weight": 2621
+                    },
+                    {
+                        "id": -6,
+                        "pos": 4,
+                        "weight": 2621
+                    }
+                ],
+                "name": "default",
+                "type_id": 10,
+                "type_name": "root",
+                "weight": 13105
+            },
+            {
+                "alg": "straw",
+                "hash": "rjenkins1",
+                "id": -2,
+                "items": [
+                    {
+                        "id": 0,
+                        "pos": 0,
+                        "weight": 2621
+                    }
+                ],
+                "name": "overcloud-novacompute-1",
+                "type_id": 1,
+                "type_name": "host",
+                "weight": 2621
+            },
+            {
+                "alg": "straw",
+                "hash": "rjenkins1",
+                "id": -3,
+                "items": [
+                    {
+                        "id": 1,
+                        "pos": 0,
+                        "weight": 2621
+                    }
+                ],
+                "name": "overcloud-novacompute-0",
+                "type_id": 1,
+                "type_name": "host",
+                "weight": 2621
+            },
+            {
+                "alg": "straw",
+                "hash": "rjenkins1",
+                "id": -4,
+                "items": [
+                    {
+                        "id": 2,
+                        "pos": 0,
+                        "weight": 2621
+                    }
+                ],
+                "name": "overcloud-controller-2",
+                "type_id": 1,
+                "type_name": "host",
+                "weight": 2621
+            },
+            {
+                "alg": "straw",
+                "hash": "rjenkins1",
+                "id": -5,
+                "items": [
+                    {
+                        "id": 3,
+                        "pos": 0,
+                        "weight": 2621
+                    }
+                ],
+                "name": "overcloud-controller-1",
+                "type_id": 1,
+                "type_name": "host",
+                "weight": 2621
+            },
+            {
+                "alg": "straw",
+                "hash": "rjenkins1",
+                "id": -6,
+                "items": [
+                    {
+                        "id": 4,
+                        "pos": 0,
+                        "weight": 2621
+                    }
+                ],
+                "name": "overcloud-controller-0",
+                "type_id": 1,
+                "type_name": "host",
+                "weight": 2621
+            }
+        ],
+        "devices": [
+            {
+                "id": 0,
+                "name": "osd.0"
+            },
+            {
+                "id": 1,
+                "name": "osd.1"
+            },
+            {
+                "id": 2,
+                "name": "osd.2"
+            },
+            {
+                "id": 3,
+                "name": "osd.3"
+            },
+            {
+                "id": 4,
+                "name": "osd.4"
+            }
+        ],
+        "rules": [
+            {
+                "max_size": 10,
+                "min_size": 1,
+                "rule_id": 0,
+                "rule_name": "replicated_ruleset",
+                "ruleset": 0,
+                "steps": [
+                    {
+                        "item": -1,
+                        "item_name": "default",
+                        "op": "take"
+                    },
+                    {
+                        "num": 0,
+                        "op": "chooseleaf_firstn",
+                        "type": "host"
+                    },
+                    {
+                        "op": "emit"
+                    }
+                ],
+                "type": 1
+            }
+        ],
+        "tunables": {
+            "allowed_bucket_algs": 22,
+            "choose_local_fallback_tries": 0,
+            "choose_local_tries": 0,
+            "choose_total_tries": 50,
+            "chooseleaf_descend_once": 1,
+            "chooseleaf_stable": 0,
+            "chooseleaf_vary_r": 1,
+            "has_v2_rules": 0,
+            "has_v3_rules": 0,
+            "has_v4_buckets": 0,
+            "has_v5_rules": 0,
+            "legacy_tunables": 0,
+            "minimum_required_version": "firefly",
+            "optimal_tunables": 0,
+            "profile": "firefly",
+            "require_feature_tunables": 1,
+            "require_feature_tunables2": 1,
+            "require_feature_tunables3": 1,
+            "require_feature_tunables5": 0,
+            "straw_calc_version": 1
+        },
+        "types": [
+            {
+                "name": "osd",
+                "type_id": 0
+            },
+            {
+                "name": "host",
+                "type_id": 1
+            },
+            {
+                "name": "chassis",
+                "type_id": 2
+            },
+            {
+                "name": "rack",
+                "type_id": 3
+            },
+            {
+                "name": "row",
+                "type_id": 4
+            },
+            {
+                "name": "pdu",
+                "type_id": 5
+            },
+            {
+                "name": "pod",
+                "type_id": 6
+            },
+            {
+                "name": "room",
+                "type_id": 7
+            },
+            {
+                "name": "datacenter",
+                "type_id": 8
+            },
+            {
+                "name": "region",
+                "type_id": 9
+            },
+            {
+                "name": "root",
+                "type_id": 10
+            }
+        ]
+    },
+    "fsmap": {
+        "compat": {
+            "compat": {},
+            "incompat": {
+                "feature_1": "base v0.20",
+                "feature_2": "client writeable ranges",
+                "feature_3": "default file layouts on dirs",
+                "feature_4": "dir inode in separate object",
+                "feature_5": "mds uses versioned encoding",
+                "feature_6": "dirfrag is stored in omap",
+                "feature_8": "file layout v2"
+            },
+            "ro_compat": {}
+        },
+        "epoch": 1,
+        "feature_flags": {
+            "enable_multiple": false,
+            "ever_enabled_multiple": false
+        },
+        "filesystems": [],
+        "standbys": []
+    },
+    "health": {
+        "detail": [],
+        "health": {
+            "health_services": [
+                {
+                    "mons": [
+                        {
+                            "avail_percent": 62,
+                            "health": "HEALTH_OK",
+                            "kb_avail": 26866048,
+                            "kb_total": 42977652,
+                            "kb_used": 16111604,
+                            "last_updated": "2017-07-16 05:58:58.606614",
+                            "name": "overcloud-controller-0",
+                            "store_stats": {
+                                "bytes_log": 2031616,
+                                "bytes_misc": 6225936,
+                                "bytes_sst": 11318045,
+                                "bytes_total": 19575597,
+                                "last_updated": "0.000000"
+                            }
+                        },
+                        {
+                            "avail_percent": 62,
+                            "health": "HEALTH_OK",
+                            "kb_avail": 26856052,
+                            "kb_total": 42977652,
+                            "kb_used": 16121600,
+                            "last_updated": "2017-07-16 05:58:53.008363",
+                            "name": "overcloud-controller-1",
+                            "store_stats": {
+                                "bytes_log": 3080192,
+                                "bytes_misc": 6225936,
+                                "bytes_sst": 11318054,
+                                "bytes_total": 20624182,
+                                "last_updated": "0.000000"
+                            }
+                        },
+                        {
+                            "avail_percent": 62,
+                            "health": "HEALTH_OK",
+                            "kb_avail": 26857688,
+                            "kb_total": 42977652,
+                            "kb_used": 16119964,
+                            "last_updated": "2017-07-16 05:58:52.922252",
+                            "name": "overcloud-controller-2",
+                            "store_stats": {
+                                "bytes_log": 3080192,
+                                "bytes_misc": 6225936,
+                                "bytes_sst": 11318054,
+                                "bytes_total": 20624182,
+                                "last_updated": "0.000000"
+                            }
+                        }
+                    ]
+                }
+            ]
+        },
+        "overall_status": "HEALTH_OK",
+        "summary": [],
+        "timechecks": {
+            "epoch": 6,
+            "mons": [
+                {
+                    "health": "HEALTH_OK",
+                    "latency": 0.0,
+                    "name": "overcloud-controller-0",
+                    "skew": 0.0
+                },
+                {
+                    "health": "HEALTH_OK",
+                    "latency": 0.001211,
+                    "name": "overcloud-controller-1",
+                    "skew": -0.002867
+                },
+                {
+                    "health": "HEALTH_OK",
+                    "latency": 0.002331,
+                    "name": "overcloud-controller-2",
+                    "skew": 0.001402
+                }
+            ],
+            "round": 7038,
+            "round_status": "finished"
+        }
+    },
+    "mdsmap_first_committed": 1,
+    "mdsmap_last_committed": 1,
+    "monmap": {
+        "created": "2017-07-03 12:01:44.946742",
+        "epoch": 1,
+        "fsid": "765383a2-e4b7-4a6f-8cf8-8d9564adaaa4",
+        "modified": "2017-07-03 12:01:44.946742",
+        "mons": [
+            {
+                "addr": "12.0.0.23:6789\\/0",
+                "name": "overcloud-controller-0",
+                "rank": 0
+            },
+            {
+                "addr": "12.0.0.24:6789\\/0",
+                "name": "overcloud-controller-1",
+                "rank": 1
+            },
+            {
+                "addr": "12.0.0.26:6789\\/0",
+                "name": "overcloud-controller-2",
+                "rank": 2
+            }
+        ]
+    },
+    "monmap_first_committed": 1,
+    "monmap_last_committed": 1,
+    "osd_metadata": [
+        {
+            "arch": "x86_64",
+            "back_addr": "12.0.0.30:6801\\/39625",
+            "backend_filestore_dev_node": "unknown",
+            "backend_filestore_partition_path": "unknown",
+            "ceph_version": "ceph version 10.2.3 (ecc23778eb545d8dd55e2e4735b53cc93f92e65b)",
+            "cpu": "Intel(R) Xeon(R) CPU E5-2650 v3 @ 2.30GHz",
+            "distro": "CentOS",
+            "distro_codename": "Core",
+            "distro_description": "CentOS Linux release 7.3.1611 (Core) ",
+            "distro_version": "7.3.1611",
+            "filestore_backend": "xfs",
+            "filestore_f_type": "0x58465342",
+            "front_addr": "12.0.0.30:6800\\/39625",
+            "hb_back_addr": "12.0.0.30:6802\\/39625",
+            "hb_front_addr": "12.0.0.30:6803\\/39625",
+            "hostname": "overcloud-novacompute-1",
+            "id": 0,
+            "kernel_description": "#1 SMP Fri Mar 3 00:04:05 UTC 2017",
+            "kernel_version": "3.10.0-514.10.2.el7.x86_64",
+            "mem_swap_kb": "0",
+            "mem_total_kb": "8010556",
+            "os": "Linux",
+            "osd_data": "\\/var\\/lib\\/ceph\\/osd\\/ceph-0",
+            "osd_journal": "\\/var\\/lib\\/ceph\\/osd\\/ceph-0\\/journal",
+            "osd_objectstore": "filestore"
+        },
+        {
+            "arch": "x86_64",
+            "back_addr": "12.0.0.22:6801\\/39629",
+            "backend_filestore_dev_node": "unknown",
+            "backend_filestore_partition_path": "unknown",
+            "ceph_version": "ceph version 10.2.3 (ecc23778eb545d8dd55e2e4735b53cc93f92e65b)",
+            "cpu": "Intel(R) Xeon(R) CPU E5-2650 v3 @ 2.30GHz",
+            "distro": "CentOS",
+            "distro_codename": "Core",
+            "distro_description": "CentOS Linux release 7.3.1611 (Core) ",
+            "distro_version": "7.3.1611",
+            "filestore_backend": "xfs",
+            "filestore_f_type": "0x58465342",
+            "front_addr": "12.0.0.22:6800\\/39629",
+            "hb_back_addr": "12.0.0.22:6802\\/39629",
+            "hb_front_addr": "12.0.0.22:6803\\/39629",
+            "hostname": "overcloud-novacompute-0",
+            "id": 1,
+            "kernel_description": "#1 SMP Fri Mar 3 00:04:05 UTC 2017",
+            "kernel_version": "3.10.0-514.10.2.el7.x86_64",
+            "mem_swap_kb": "0",
+            "mem_total_kb": "8010556",
+            "os": "Linux",
+            "osd_data": "\\/var\\/lib\\/ceph\\/osd\\/ceph-1",
+            "osd_journal": "\\/var\\/lib\\/ceph\\/osd\\/ceph-1\\/journal",
+            "osd_objectstore": "filestore"
+        },
+        {
+            "arch": "x86_64",
+            "back_addr": "12.0.0.26:6801\\/59321",
+            "backend_filestore_dev_node": "unknown",
+            "backend_filestore_partition_path": "unknown",
+            "ceph_version": "ceph version 10.2.3 (ecc23778eb545d8dd55e2e4735b53cc93f92e65b)",
+            "cpu": "Intel(R) Xeon(R) CPU E5-2650 v3 @ 2.30GHz",
+            "distro": "CentOS",
+            "distro_codename": "Core",
+            "distro_description": "CentOS Linux release 7.3.1611 (Core) ",
+            "distro_version": "7.3.1611",
+            "filestore_backend": "xfs",
+            "filestore_f_type": "0x58465342",
+            "front_addr": "12.0.0.26:6800\\/59321",
+            "hb_back_addr": "12.0.0.26:6802\\/59321",
+            "hb_front_addr": "12.0.0.26:6803\\/59321",
+            "hostname": "overcloud-controller-2",
+            "id": 2,
+            "kernel_description": "#1 SMP Fri Mar 3 00:04:05 UTC 2017",
+            "kernel_version": "3.10.0-514.10.2.el7.x86_64",
+            "mem_swap_kb": "0",
+            "mem_total_kb": "8010556",
+            "os": "Linux",
+            "osd_data": "\\/var\\/lib\\/ceph\\/osd\\/ceph-2",
+            "osd_journal": "\\/var\\/lib\\/ceph\\/osd\\/ceph-2\\/journal",
+            "osd_objectstore": "filestore"
+        },
+        {
+            "arch": "x86_64",
+            "back_addr": "12.0.0.24:6801\\/59911",
+            "backend_filestore_dev_node": "unknown",
+            "backend_filestore_partition_path": "unknown",
+            "ceph_version": "ceph version 10.2.3 (ecc23778eb545d8dd55e2e4735b53cc93f92e65b)",
+            "cpu": "Intel(R) Xeon(R) CPU E5-2650 v3 @ 2.30GHz",
+            "distro": "CentOS",
+            "distro_codename": "Core",
+            "distro_description": "CentOS Linux release 7.3.1611 (Core) ",
+            "distro_version": "7.3.1611",
+            "filestore_backend": "xfs",
+            "filestore_f_type": "0x58465342",
+            "front_addr": "12.0.0.24:6800\\/59911",
+            "hb_back_addr": "12.0.0.24:6802\\/59911",
+            "hb_front_addr": "12.0.0.24:6803\\/59911",
+            "hostname": "overcloud-controller-1",
+            "id": 3,
+            "kernel_description": "#1 SMP Fri Mar 3 00:04:05 UTC 2017",
+            "kernel_version": "3.10.0-514.10.2.el7.x86_64",
+            "mem_swap_kb": "0",
+            "mem_total_kb": "8010556",
+            "os": "Linux",
+            "osd_data": "\\/var\\/lib\\/ceph\\/osd\\/ceph-3",
+            "osd_journal": "\\/var\\/lib\\/ceph\\/osd\\/ceph-3\\/journal",
+            "osd_objectstore": "filestore"
+        },
+        {
+            "arch": "x86_64",
+            "back_addr": "12.0.0.23:6801\\/61714",
+            "backend_filestore_dev_node": "unknown",
+            "backend_filestore_partition_path": "unknown",
+            "ceph_version": "ceph version 10.2.3 (ecc23778eb545d8dd55e2e4735b53cc93f92e65b)",
+            "cpu": "Intel(R) Xeon(R) CPU E5-2650 v3 @ 2.30GHz",
+            "distro": "CentOS",
+            "distro_codename": "Core",
+            "distro_description": "CentOS Linux release 7.3.1611 (Core) ",
+            "distro_version": "7.3.1611",
+            "filestore_backend": "xfs",
+            "filestore_f_type": "0x58465342",
+            "front_addr": "12.0.0.23:6800\\/61714",
+            "hb_back_addr": "12.0.0.23:6802\\/61714",
+            "hb_front_addr": "12.0.0.23:6803\\/61714",
+            "hostname": "overcloud-controller-0",
+            "id": 4,
+            "kernel_description": "#1 SMP Fri Mar 3 00:04:05 UTC 2017",
+            "kernel_version": "3.10.0-514.10.2.el7.x86_64",
+            "mem_swap_kb": "0",
+            "mem_total_kb": "8010556",
+            "os": "Linux",
+            "osd_data": "\\/var\\/lib\\/ceph\\/osd\\/ceph-4",
+            "osd_journal": "\\/var\\/lib\\/ceph\\/osd\\/ceph-4\\/journal",
+            "osd_objectstore": "filestore"
+        }
+    ],
+    "osdmap": {
+        "blacklist": {},
+        "cluster_snapshot": "",
+        "created": "2017-07-03 12:01:47.207815",
+        "epoch": 37,
+        "erasure_code_profiles": {
+            "default": {
+                "k": "2",
+                "m": "1",
+                "plugin": "jerasure",
+                "technique": "reed_sol_van"
+            }
+        },
+        "flags": "sortbitwise",
+        "fsid": "765383a2-e4b7-4a6f-8cf8-8d9564adaaa4",
+        "max_osd": 5,
+        "modified": "2017-07-04 00:44:55.922295",
+        "osd_xinfo": [
+            {
+                "down_stamp": "0.000000",
+                "features": 576460752032874495,
+                "laggy_interval": 0,
+                "laggy_probability": 0.0,
+                "old_weight": 0,
+                "osd": 0
+            },
+            {
+                "down_stamp": "0.000000",
+                "features": 576460752032874495,
+                "laggy_interval": 0,
+                "laggy_probability": 0.0,
+                "old_weight": 0,
+                "osd": 1
+            },
+            {
+                "down_stamp": "0.000000",
+                "features": 576460752032874495,
+                "laggy_interval": 0,
+                "laggy_probability": 0.0,
+                "old_weight": 0,
+                "osd": 2
+            },
+            {
+                "down_stamp": "0.000000",
+                "features": 576460752032874495,
+                "laggy_interval": 0,
+                "laggy_probability": 0.0,
+                "old_weight": 0,
+                "osd": 3
+            },
+            {
+                "down_stamp": "0.000000",
+                "features": 576460752032874495,
+                "laggy_interval": 0,
+                "laggy_probability": 0.0,
+                "old_weight": 0,
+                "osd": 4
+            }
+        ],
+        "osds": [
+            {
+                "cluster_addr": "12.0.0.30:6801\\/39625",
+                "down_at": 0,
+                "heartbeat_back_addr": "12.0.0.30:6802\\/39625",
+                "heartbeat_front_addr": "12.0.0.30:6803\\/39625",
+                "in": 1,
+                "last_clean_begin": 0,
+                "last_clean_end": 0,
+                "lost_at": 0,
+                "osd": 0,
+                "primary_affinity": 1.0,
+                "public_addr": "12.0.0.30:6800\\/39625",
+                "state": [
+                    "exists",
+                    "up"
+                ],
+                "up": 1,
+                "up_from": 4,
+                "up_thru": 29,
+                "uuid": "a2ea8822-e30f-4dd6-a346-4e6c3f8cb032",
+                "weight": 1.0
+            },
+            {
+                "cluster_addr": "12.0.0.22:6801\\/39629",
+                "down_at": 0,
+                "heartbeat_back_addr": "12.0.0.22:6802\\/39629",
+                "heartbeat_front_addr": "12.0.0.22:6803\\/39629",
+                "in": 1,
+                "last_clean_begin": 0,
+                "last_clean_end": 0,
+                "lost_at": 0,
+                "osd": 1,
+                "primary_affinity": 1.0,
+                "public_addr": "12.0.0.22:6800\\/39629",
+                "state": [
+                    "exists",
+                    "up"
+                ],
+                "up": 1,
+                "up_from": 7,
+                "up_thru": 29,
+                "uuid": "6760d841-cf34-45a5-b930-57d47af626d9",
+                "weight": 1.0
+            },
+            {
+                "cluster_addr": "12.0.0.26:6801\\/59321",
+                "down_at": 0,
+                "heartbeat_back_addr": "12.0.0.26:6802\\/59321",
+                "heartbeat_front_addr": "12.0.0.26:6803\\/59321",
+                "in": 1,
+                "last_clean_begin": 0,
+                "last_clean_end": 0,
+                "lost_at": 0,
+                "osd": 2,
+                "primary_affinity": 1.0,
+                "public_addr": "12.0.0.26:6800\\/59321",
+                "state": [
+                    "exists",
+                    "up"
+                ],
+                "up": 1,
+                "up_from": 11,
+                "up_thru": 29,
+                "uuid": "d6b925ca-84ac-4973-b68f-46e0f0bd7801",
+                "weight": 1.0
+            },
+            {
+                "cluster_addr": "12.0.0.24:6801\\/59911",
+                "down_at": 0,
+                "heartbeat_back_addr": "12.0.0.24:6802\\/59911",
+                "heartbeat_front_addr": "12.0.0.24:6803\\/59911",
+                "in": 1,
+                "last_clean_begin": 0,
+                "last_clean_end": 0,
+                "lost_at": 0,
+                "osd": 3,
+                "primary_affinity": 1.0,
+                "public_addr": "12.0.0.24:6800\\/59911",
+                "state": [
+                    "exists",
+                    "up"
+                ],
+                "up": 1,
+                "up_from": 14,
+                "up_thru": 29,
+                "uuid": "5f6228aa-62d6-4ba8-9078-7868ce9ad4db",
+                "weight": 1.0
+            },
+            {
+                "cluster_addr": "12.0.0.23:6801\\/61714",
+                "down_at": 0,
+                "heartbeat_back_addr": "12.0.0.23:6802\\/61714",
+                "heartbeat_front_addr": "12.0.0.23:6803\\/61714",
+                "in": 1,
+                "last_clean_begin": 0,
+                "last_clean_end": 0,
+                "lost_at": 0,
+                "osd": 4,
+                "primary_affinity": 1.0,
+                "public_addr": "12.0.0.23:6800\\/61714",
+                "state": [
+                    "exists",
+                    "up"
+                ],
+                "up": 1,
+                "up_from": 19,
+                "up_thru": 29,
+                "uuid": "f3f4bab9-52a3-4ee5-a16d-d19161167b5a",
+                "weight": 1.0
+            }
+        ],
+        "pg_temp": [],
+        "pool_max": 5,
+        "pools": [
+            {
+                "auid": 0,
+                "cache_min_evict_age": 0,
+                "cache_min_flush_age": 0,
+                "cache_mode": "none",
+                "cache_target_dirty_high_ratio_micro": 0,
+                "cache_target_dirty_ratio_micro": 0,
+                "cache_target_full_ratio_micro": 0,
+                "crash_replay_interval": 0,
+                "crush_ruleset": 0,
+                "erasure_code_profile": "",
+                "expected_num_objects": 0,
+                "fast_read": false,
+                "flags": 1,
+                "flags_names": "hashpspool",
+                "grade_table": [],
+                "hit_set_count": 0,
+                "hit_set_grade_decay_rate": 0,
+                "hit_set_params": {
+                    "type": "none"
+                },
+                "hit_set_period": 0,
+                "hit_set_search_last_n": 0,
+                "last_change": "1",
+                "last_force_op_resend": "0",
+                "min_read_recency_for_promote": 0,
+                "min_size": 1,
+                "min_write_recency_for_promote": 0,
+                "object_hash": 2,
+                "options": {},
+                "pg_num": 64,
+                "pg_placement_num": 64,
+                "pool": 0,
+                "pool_name": "rbd",
+                "pool_snaps": [],
+                "quota_max_bytes": 0,
+                "quota_max_objects": 0,
+                "read_tier": -1,
+                "removed_snaps": "[]",
+                "size": 3,
+                "snap_epoch": 0,
+                "snap_mode": "selfmanaged",
+                "snap_seq": 0,
+                "stripe_width": 0,
+                "target_max_bytes": 0,
+                "target_max_objects": 0,
+                "tier_of": -1,
+                "tiers": [],
+                "type": 1,
+                "use_gmt_hitset": true,
+                "write_tier": -1
+            },
+            {
+                "auid": 0,
+                "cache_min_evict_age": 0,
+                "cache_min_flush_age": 0,
+                "cache_mode": "none",
+                "cache_target_dirty_high_ratio_micro": 600000,
+                "cache_target_dirty_ratio_micro": 400000,
+                "cache_target_full_ratio_micro": 800000,
+                "crash_replay_interval": 0,
+                "crush_ruleset": 0,
+                "erasure_code_profile": "",
+                "expected_num_objects": 0,
+                "fast_read": false,
+                "flags": 1,
+                "flags_names": "hashpspool",
+                "grade_table": [],
+                "hit_set_count": 0,
+                "hit_set_grade_decay_rate": 0,
+                "hit_set_params": {
+                    "type": "none"
+                },
+                "hit_set_period": 0,
+                "hit_set_search_last_n": 0,
+                "last_change": "22",
+                "last_force_op_resend": "0",
+                "min_read_recency_for_promote": 0,
+                "min_size": 1,
+                "min_write_recency_for_promote": 0,
+                "object_hash": 2,
+                "options": {},
+                "pg_num": 32,
+                "pg_placement_num": 32,
+                "pool": 1,
+                "pool_name": "metrics",
+                "pool_snaps": [],
+                "quota_max_bytes": 0,
+                "quota_max_objects": 0,
+                "read_tier": -1,
+                "removed_snaps": "[]",
+                "size": 3,
+                "snap_epoch": 0,
+                "snap_mode": "selfmanaged",
+                "snap_seq": 0,
+                "stripe_width": 0,
+                "target_max_bytes": 0,
+                "target_max_objects": 0,
+                "tier_of": -1,
+                "tiers": [],
+                "type": 1,
+                "use_gmt_hitset": true,
+                "write_tier": -1
+            },
+            {
+                "auid": 0,
+                "cache_min_evict_age": 0,
+                "cache_min_flush_age": 0,
+                "cache_mode": "none",
+                "cache_target_dirty_high_ratio_micro": 600000,
+                "cache_target_dirty_ratio_micro": 400000,
+                "cache_target_full_ratio_micro": 800000,
+                "crash_replay_interval": 0,
+                "crush_ruleset": 0,
+                "erasure_code_profile": "",
+                "expected_num_objects": 0,
+                "fast_read": false,
+                "flags": 1,
+                "flags_names": "hashpspool",
+                "grade_table": [],
+                "hit_set_count": 0,
+                "hit_set_grade_decay_rate": 0,
+                "hit_set_params": {
+                    "type": "none"
+                },
+                "hit_set_period": 0,
+                "hit_set_search_last_n": 0,
+                "last_change": "33",
+                "last_force_op_resend": "0",
+                "min_read_recency_for_promote": 0,
+                "min_size": 1,
+                "min_write_recency_for_promote": 0,
+                "object_hash": 2,
+                "options": {},
+                "pg_num": 32,
+                "pg_placement_num": 32,
+                "pool": 2,
+                "pool_name": "images",
+                "pool_snaps": [],
+                "quota_max_bytes": 0,
+                "quota_max_objects": 0,
+                "read_tier": -1,
+                "removed_snaps": "[1~3]",
+                "size": 3,
+                "snap_epoch": 33,
+                "snap_mode": "selfmanaged",
+                "snap_seq": 4,
+                "stripe_width": 0,
+                "target_max_bytes": 0,
+                "target_max_objects": 0,
+                "tier_of": -1,
+                "tiers": [],
+                "type": 1,
+                "use_gmt_hitset": true,
+                "write_tier": -1
+            },
+            {
+                "auid": 0,
+                "cache_min_evict_age": 0,
+                "cache_min_flush_age": 0,
+                "cache_mode": "none",
+                "cache_target_dirty_high_ratio_micro": 600000,
+                "cache_target_dirty_ratio_micro": 400000,
+                "cache_target_full_ratio_micro": 800000,
+                "crash_replay_interval": 0,
+                "crush_ruleset": 0,
+                "erasure_code_profile": "",
+                "expected_num_objects": 0,
+                "fast_read": false,
+                "flags": 1,
+                "flags_names": "hashpspool",
+                "grade_table": [],
+                "hit_set_count": 0,
+                "hit_set_grade_decay_rate": 0,
+                "hit_set_params": {
+                    "type": "none"
+                },
+                "hit_set_period": 0,
+                "hit_set_search_last_n": 0,
+                "last_change": "25",
+                "last_force_op_resend": "0",
+                "min_read_recency_for_promote": 0,
+                "min_size": 1,
+                "min_write_recency_for_promote": 0,
+                "object_hash": 2,
+                "options": {},
+                "pg_num": 32,
+                "pg_placement_num": 32,
+                "pool": 3,
+                "pool_name": "backups",
+                "pool_snaps": [],
+                "quota_max_bytes": 0,
+                "quota_max_objects": 0,
+                "read_tier": -1,
+                "removed_snaps": "[]",
+                "size": 3,
+                "snap_epoch": 0,
+                "snap_mode": "selfmanaged",
+                "snap_seq": 0,
+                "stripe_width": 0,
+                "target_max_bytes": 0,
+                "target_max_objects": 0,
+                "tier_of": -1,
+                "tiers": [],
+                "type": 1,
+                "use_gmt_hitset": true,
+                "write_tier": -1
+            },
+            {
+                "auid": 0,
+                "cache_min_evict_age": 0,
+                "cache_min_flush_age": 0,
+                "cache_mode": "none",
+                "cache_target_dirty_high_ratio_micro": 600000,
+                "cache_target_dirty_ratio_micro": 400000,
+                "cache_target_full_ratio_micro": 800000,
+                "crash_replay_interval": 0,
+                "crush_ruleset": 0,
+                "erasure_code_profile": "",
+                "expected_num_objects": 0,
+                "fast_read": false,
+                "flags": 1,
+                "flags_names": "hashpspool",
+                "grade_table": [],
+                "hit_set_count": 0,
+                "hit_set_grade_decay_rate": 0,
+                "hit_set_params": {
+                    "type": "none"
+                },
+                "hit_set_period": 0,
+                "hit_set_search_last_n": 0,
+                "last_change": "35",
+                "last_force_op_resend": "0",
+                "min_read_recency_for_promote": 0,
+                "min_size": 1,
+                "min_write_recency_for_promote": 0,
+                "object_hash": 2,
+                "options": {},
+                "pg_num": 32,
+                "pg_placement_num": 32,
+                "pool": 4,
+                "pool_name": "volumes",
+                "pool_snaps": [],
+                "quota_max_bytes": 0,
+                "quota_max_objects": 0,
+                "read_tier": -1,
+                "removed_snaps": "[1~5]",
+                "size": 3,
+                "snap_epoch": 35,
+                "snap_mode": "selfmanaged",
+                "snap_seq": 5,
+                "stripe_width": 0,
+                "target_max_bytes": 0,
+                "target_max_objects": 0,
+                "tier_of": -1,
+                "tiers": [],
+                "type": 1,
+                "use_gmt_hitset": true,
+                "write_tier": -1
+            },
+            {
+                "auid": 0,
+                "cache_min_evict_age": 0,
+                "cache_min_flush_age": 0,
+                "cache_mode": "none",
+                "cache_target_dirty_high_ratio_micro": 600000,
+                "cache_target_dirty_ratio_micro": 400000,
+                "cache_target_full_ratio_micro": 800000,
+                "crash_replay_interval": 0,
+                "crush_ruleset": 0,
+                "erasure_code_profile": "",
+                "expected_num_objects": 0,
+                "fast_read": false,
+                "flags": 1,
+                "flags_names": "hashpspool",
+                "grade_table": [],
+                "hit_set_count": 0,
+                "hit_set_grade_decay_rate": 0,
+                "hit_set_params": {
+                    "type": "none"
+                },
+                "hit_set_period": 0,
+                "hit_set_search_last_n": 0,
+                "last_change": "37",
+                "last_force_op_resend": "0",
+                "min_read_recency_for_promote": 0,
+                "min_size": 1,
+                "min_write_recency_for_promote": 0,
+                "object_hash": 2,
+                "options": {},
+                "pg_num": 32,
+                "pg_placement_num": 32,
+                "pool": 5,
+                "pool_name": "vms",
+                "pool_snaps": [],
+                "quota_max_bytes": 0,
+                "quota_max_objects": 0,
+                "read_tier": -1,
+                "removed_snaps": "[1~5]",
+                "size": 3,
+                "snap_epoch": 37,
+                "snap_mode": "selfmanaged",
+                "snap_seq": 5,
+                "stripe_width": 0,
+                "target_max_bytes": 0,
+                "target_max_objects": 0,
+                "tier_of": -1,
+                "tiers": [],
+                "type": 1,
+                "use_gmt_hitset": true,
+                "write_tier": -1
+            }
+        ],
+        "primary_temp": []
+    },
+    "osdmap_first_committed": 1,
+    "osdmap_last_committed": 37,
+    "paxos": {
+        "accepted_pn": 300,
+        "first_committed": 1264790,
+        "last_committed": 1265452,
+        "last_pn": 0
+    },
+    "pgmap": {
+        "full_ratio": 0.95,
+        "last_osdmap_epoch": 37,
+        "last_pg_scan": 37,
+        "min_last_epoch_clean": 0,
+        "near_full_ratio": 0.85,
+        "osd_epochs": {},
+        "osd_stats": [
+            {
+                "fs_perf_stat": {
+                    "apply_latency_ms": 20,
+                    "commit_latency_ms": 1
+                },
+                "hb_in": [
+                    0,
+                    1,
+                    2,
+                    3
+                ],
+                "hb_out": [],
+                "kb": 42977652,
+                "kb_avail": 26865360,
+                "kb_used": 16112292,
+                "num_snap_trimming": 0,
+                "op_queue_age_hist": {
+                    "histogram": [],
+                    "upper_bound": 1
+                },
+                "osd": 4,
+                "snap_trim_queue_len": 0
+            },
+            {
+                "fs_perf_stat": {
+                    "apply_latency_ms": 17,
+                    "commit_latency_ms": 1
+                },
+                "hb_in": [
+                    0,
+                    1,
+                    2,
+                    4
+                ],
+                "hb_out": [],
+                "kb": 42977652,
+                "kb_avail": 26854968,
+                "kb_used": 16122684,
+                "num_snap_trimming": 0,
+                "op_queue_age_hist": {
+                    "histogram": [],
+                    "upper_bound": 1
+                },
+                "osd": 3,
+                "snap_trim_queue_len": 0
+            },
+            {
+                "fs_perf_stat": {
+                    "apply_latency_ms": 20,
+                    "commit_latency_ms": 1
+                },
+                "hb_in": [
+                    0,
+                    1,
+                    3,
+                    4
+                ],
+                "hb_out": [],
+                "kb": 42977652,
+                "kb_avail": 26856644,
+                "kb_used": 16121008,
+                "num_snap_trimming": 0,
+                "op_queue_age_hist": {
+                    "histogram": [],
+                    "upper_bound": 1
+                },
+                "osd": 2,
+                "snap_trim_queue_len": 0
+            },
+            {
+                "fs_perf_stat": {
+                    "apply_latency_ms": 20,
+                    "commit_latency_ms": 1
+                },
+                "hb_in": [
+                    0,
+                    2,
+                    3,
+                    4
+                ],
+                "hb_out": [],
+                "kb": 42977652,
+                "kb_avail": 31514176,
+                "kb_used": 11463476,
+                "num_snap_trimming": 0,
+                "op_queue_age_hist": {
+                    "histogram": [],
+                    "upper_bound": 1
+                },
+                "osd": 1,
+                "snap_trim_queue_len": 0
+            },
+            {
+                "fs_perf_stat": {
+                    "apply_latency_ms": 17,
+                    "commit_latency_ms": 0
+                },
+                "hb_in": [
+                    1,
+                    2,
+                    3,
+                    4
+                ],
+                "hb_out": [],
+                "kb": 42977652,
+                "kb_avail": 31450064,
+                "kb_used": 11527588,
+                "num_snap_trimming": 0,
+                "op_queue_age_hist": {
+                    "histogram": [],
+                    "upper_bound": 1
+                },
+                "osd": 0,
+                "snap_trim_queue_len": 0
+            }
+        ],
+        "osd_stats_sum": {
+            "fs_perf_stat": {
+                "apply_latency_ms": 94,
+                "commit_latency_ms": 4
+            },
+            "hb_in": [],
+            "hb_out": [],
+            "kb": 214888260,
+            "kb_avail": 143541212,
+            "kb_used": 71347048,
+            "num_snap_trimming": 0,
+            "op_queue_age_hist": {
+                "histogram": [],
+                "upper_bound": 1
+            },
+            "snap_trim_queue_len": 0
+        },
+        "pg_stats": [
+            {
+                "acting": [
+                    3,
+                    0,
+                    2
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 02:12:32.828562",
+                "last_became_active": "2017-07-03 12:04:48.929054",
+                "last_became_peered": "2017-07-03 12:04:48.929054",
+                "last_change": "2017-07-15 02:12:32.828562",
+                "last_clean": "2017-07-15 02:12:32.828562",
+                "last_clean_scrub_stamp": "2017-07-15 02:12:32.828516",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-11 02:32:11.570932",
+                "last_epoch_clean": 16,
+                "last_fresh": "2017-07-15 02:12:32.828562",
+                "last_fullsized": "2017-07-15 02:12:32.828562",
+                "last_peered": "2017-07-15 02:12:32.828562",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 02:12:32.828516",
+                "last_undegraded": "2017-07-15 02:12:32.828562",
+                "last_unstale": "2017-07-15 02:12:32.828562",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 14,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.3f",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "25",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    0,
+                    2
+                ],
+                "up_primary": 3,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    2,
+                    0,
+                    3
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 03:42:06.845457",
+                "last_became_active": "2017-07-03 12:04:48.943482",
+                "last_became_peered": "2017-07-03 12:04:48.943482",
+                "last_change": "2017-07-15 03:42:06.845457",
+                "last_clean": "2017-07-15 03:42:06.845457",
+                "last_clean_scrub_stamp": "2017-07-15 03:42:06.845402",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-12 06:33:47.488303",
+                "last_epoch_clean": 16,
+                "last_fresh": "2017-07-15 03:42:06.845457",
+                "last_fullsized": "2017-07-15 03:42:06.845457",
+                "last_peered": "2017-07-15 03:42:06.845457",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 03:42:06.845402",
+                "last_undegraded": "2017-07-15 03:42:06.845457",
+                "last_unstale": "2017-07-15 03:42:06.845457",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 14,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.3e",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "34",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    0,
+                    3
+                ],
+                "up_primary": 2,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    4,
+                    2,
+                    1
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 21:47:13.388599",
+                "last_became_active": "2017-07-03 12:04:58.353941",
+                "last_became_peered": "2017-07-03 12:04:58.353941",
+                "last_change": "2017-07-15 21:47:13.388599",
+                "last_clean": "2017-07-15 21:47:13.388599",
+                "last_clean_scrub_stamp": "2017-07-15 21:47:13.388538",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-13 10:48:55.497754",
+                "last_epoch_clean": 20,
+                "last_fresh": "2017-07-15 21:47:13.388599",
+                "last_fullsized": "2017-07-15 21:47:13.388599",
+                "last_peered": "2017-07-15 21:47:13.388599",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 21:47:13.388538",
+                "last_undegraded": "2017-07-15 21:47:13.388599",
+                "last_unstale": "2017-07-15 21:47:13.388599",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 18,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.3d",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "27",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    2,
+                    1
+                ],
+                "up_primary": 4,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    3,
+                    1,
+                    0
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 18:42:58.327818",
+                "last_became_active": "2017-07-03 12:04:48.926616",
+                "last_became_peered": "2017-07-03 12:04:48.926616",
+                "last_change": "2017-07-15 18:42:58.327818",
+                "last_clean": "2017-07-15 18:42:58.327818",
+                "last_clean_scrub_stamp": "2017-07-15 18:42:58.327761",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-13 05:00:33.637910",
+                "last_epoch_clean": 16,
+                "last_fresh": "2017-07-15 18:42:58.327818",
+                "last_fullsized": "2017-07-15 18:42:58.327818",
+                "last_peered": "2017-07-15 18:42:58.327818",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 18:42:58.327761",
+                "last_undegraded": "2017-07-15 18:42:58.327818",
+                "last_unstale": "2017-07-15 18:42:58.327818",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 14,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.3c",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "27",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    1,
+                    0
+                ],
+                "up_primary": 3,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    0,
+                    2,
+                    4
+                ],
+                "acting_primary": 0,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 06:30:36.088777",
+                "last_became_active": "2017-07-03 12:04:59.018246",
+                "last_became_peered": "2017-07-03 12:04:59.018246",
+                "last_change": "2017-07-15 06:30:36.088777",
+                "last_clean": "2017-07-15 06:30:36.088777",
+                "last_clean_scrub_stamp": "2017-07-15 06:30:36.088692",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-11 00:00:43.411711",
+                "last_epoch_clean": 20,
+                "last_fresh": "2017-07-15 06:30:36.088777",
+                "last_fullsized": "2017-07-15 06:30:36.088777",
+                "last_peered": "2017-07-15 06:30:36.088777",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 06:30:36.088692",
+                "last_undegraded": "2017-07-15 06:30:36.088777",
+                "last_unstale": "2017-07-15 06:30:36.088777",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 18,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.3b",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "47",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    0,
+                    2,
+                    4
+                ],
+                "up_primary": 0,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    3,
+                    2,
+                    1
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 16:57:48.016802",
+                "last_became_active": "2017-07-03 12:04:47.969940",
+                "last_became_peered": "2017-07-03 12:04:47.969940",
+                "last_change": "2017-07-15 16:57:48.016802",
+                "last_clean": "2017-07-15 16:57:48.016802",
+                "last_clean_scrub_stamp": "2017-07-15 16:57:48.016754",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-10 13:43:04.978670",
+                "last_epoch_clean": 15,
+                "last_fresh": "2017-07-15 16:57:48.016802",
+                "last_fullsized": "2017-07-15 16:57:48.016802",
+                "last_peered": "2017-07-15 16:57:48.016802",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 16:57:48.016754",
+                "last_undegraded": "2017-07-15 16:57:48.016802",
+                "last_unstale": "2017-07-15 16:57:48.016802",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 13,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.3a",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "27",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    2,
+                    1
+                ],
+                "up_primary": 3,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    4,
+                    3,
+                    2
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 05:00:37.525022",
+                "last_became_active": "2017-07-03 12:04:58.339025",
+                "last_became_peered": "2017-07-03 12:04:58.339025",
+                "last_change": "2017-07-15 05:00:37.525022",
+                "last_clean": "2017-07-15 05:00:37.525022",
+                "last_clean_scrub_stamp": "2017-07-15 05:00:37.524938",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-14 00:57:32.201304",
+                "last_epoch_clean": 20,
+                "last_fresh": "2017-07-15 05:00:37.525022",
+                "last_fullsized": "2017-07-15 05:00:37.525022",
+                "last_peered": "2017-07-15 05:00:37.525022",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 05:00:37.524938",
+                "last_undegraded": "2017-07-15 05:00:37.525022",
+                "last_unstale": "2017-07-15 05:00:37.525022",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 18,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.39",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "27",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    3,
+                    2
+                ],
+                "up_primary": 4,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    1,
+                    0,
+                    3
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 04:49:18.635554",
+                "last_became_active": "2017-07-03 12:04:48.891509",
+                "last_became_peered": "2017-07-03 12:04:48.891509",
+                "last_change": "2017-07-15 04:49:18.635554",
+                "last_clean": "2017-07-15 04:49:18.635554",
+                "last_clean_scrub_stamp": "2017-07-15 04:49:18.635468",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-12 20:35:21.895224",
+                "last_epoch_clean": 16,
+                "last_fresh": "2017-07-15 04:49:18.635554",
+                "last_fullsized": "2017-07-15 04:49:18.635554",
+                "last_peered": "2017-07-15 04:49:18.635554",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 04:49:18.635468",
+                "last_undegraded": "2017-07-15 04:49:18.635554",
+                "last_unstale": "2017-07-15 04:49:18.635554",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 14,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.38",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "42",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    0,
+                    3
+                ],
+                "up_primary": 1,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    4,
+                    1,
+                    0
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 00:10:16.155897",
+                "last_became_active": "2017-07-03 12:04:59.344152",
+                "last_became_peered": "2017-07-03 12:04:59.344152",
+                "last_change": "2017-07-16 00:10:16.155897",
+                "last_clean": "2017-07-16 00:10:16.155897",
+                "last_clean_scrub_stamp": "2017-07-16 00:10:16.155841",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-14 12:13:49.637321",
+                "last_epoch_clean": 21,
+                "last_fresh": "2017-07-16 00:10:16.155897",
+                "last_fullsized": "2017-07-16 00:10:16.155897",
+                "last_peered": "2017-07-16 00:10:16.155897",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-16 00:10:16.155841",
+                "last_undegraded": "2017-07-16 00:10:16.155897",
+                "last_unstale": "2017-07-16 00:10:16.155897",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 19,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.37",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "27",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    1,
+                    0
+                ],
+                "up_primary": 4,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    1,
+                    3,
+                    4
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 06:08:46.445317",
+                "last_became_active": "2017-07-03 12:04:58.382168",
+                "last_became_peered": "2017-07-03 12:04:58.382168",
+                "last_change": "2017-07-15 06:08:46.445317",
+                "last_clean": "2017-07-15 06:08:46.445317",
+                "last_clean_scrub_stamp": "2017-07-15 06:08:46.445222",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-14 03:03:03.218657",
+                "last_epoch_clean": 20,
+                "last_fresh": "2017-07-15 06:08:46.445317",
+                "last_fullsized": "2017-07-15 06:08:46.445317",
+                "last_peered": "2017-07-15 06:08:46.445317",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 06:08:46.445222",
+                "last_undegraded": "2017-07-15 06:08:46.445317",
+                "last_unstale": "2017-07-15 06:08:46.445317",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 18,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.36",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "53",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    3,
+                    4
+                ],
+                "up_primary": 1,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    1,
+                    2,
+                    0
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-14 22:28:37.851363",
+                "last_became_active": "2017-07-03 12:04:45.868368",
+                "last_became_peered": "2017-07-03 12:04:45.868368",
+                "last_change": "2017-07-14 22:28:37.851363",
+                "last_clean": "2017-07-14 22:28:37.851363",
+                "last_clean_scrub_stamp": "2017-07-14 22:28:37.851213",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-13 22:19:47.308831",
+                "last_epoch_clean": 13,
+                "last_fresh": "2017-07-14 22:28:37.851363",
+                "last_fullsized": "2017-07-14 22:28:37.851363",
+                "last_peered": "2017-07-14 22:28:37.851363",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-14 22:28:37.851213",
+                "last_undegraded": "2017-07-14 22:28:37.851363",
+                "last_unstale": "2017-07-14 22:28:37.851363",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 11,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.35",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "33",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    2,
+                    0
+                ],
+                "up_primary": 1,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    3,
+                    2,
+                    1
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 01:07:02.197590",
+                "last_became_active": "2017-07-03 12:04:47.967403",
+                "last_became_peered": "2017-07-03 12:04:47.967403",
+                "last_change": "2017-07-16 01:07:02.197590",
+                "last_clean": "2017-07-16 01:07:02.197590",
+                "last_clean_scrub_stamp": "2017-07-16 01:07:02.197548",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-16 01:07:02.197548",
+                "last_epoch_clean": 15,
+                "last_fresh": "2017-07-16 01:07:02.197590",
+                "last_fullsized": "2017-07-16 01:07:02.197590",
+                "last_peered": "2017-07-16 01:07:02.197590",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-16 01:07:02.197548",
+                "last_undegraded": "2017-07-16 01:07:02.197590",
+                "last_unstale": "2017-07-16 01:07:02.197590",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 13,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.34",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "27",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    2,
+                    1
+                ],
+                "up_primary": 3,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    3,
+                    4,
+                    0
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 04:56:52.922580",
+                "last_became_active": "2017-07-03 12:04:58.495387",
+                "last_became_peered": "2017-07-03 12:04:58.495387",
+                "last_change": "2017-07-15 04:56:52.922580",
+                "last_clean": "2017-07-15 04:56:52.922580",
+                "last_clean_scrub_stamp": "2017-07-15 04:56:52.922523",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-09 23:54:33.633843",
+                "last_epoch_clean": 20,
+                "last_fresh": "2017-07-15 04:56:52.922580",
+                "last_fullsized": "2017-07-15 04:56:52.922580",
+                "last_peered": "2017-07-15 04:56:52.922580",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 04:56:52.922523",
+                "last_undegraded": "2017-07-15 04:56:52.922580",
+                "last_unstale": "2017-07-15 04:56:52.922580",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 18,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.33",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "34",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    4,
+                    0
+                ],
+                "up_primary": 3,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    3,
+                    4,
+                    2
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 20:50:47.998189",
+                "last_became_active": "2017-07-03 12:04:58.513347",
+                "last_became_peered": "2017-07-03 12:04:58.513347",
+                "last_change": "2017-07-15 20:50:47.998189",
+                "last_clean": "2017-07-15 20:50:47.998189",
+                "last_clean_scrub_stamp": "2017-07-15 20:50:47.998142",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-10 18:04:53.248810",
+                "last_epoch_clean": 20,
+                "last_fresh": "2017-07-15 20:50:47.998189",
+                "last_fullsized": "2017-07-15 20:50:47.998189",
+                "last_peered": "2017-07-15 20:50:47.998189",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 20:50:47.998142",
+                "last_undegraded": "2017-07-15 20:50:47.998189",
+                "last_unstale": "2017-07-15 20:50:47.998189",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 18,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.32",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "36",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    4,
+                    2
+                ],
+                "up_primary": 3,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    3,
+                    2,
+                    1
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-14 22:40:55.130030",
+                "last_became_active": "2017-07-03 12:04:47.965046",
+                "last_became_peered": "2017-07-03 12:04:47.965046",
+                "last_change": "2017-07-14 22:40:55.130030",
+                "last_clean": "2017-07-14 22:40:55.130030",
+                "last_clean_scrub_stamp": "2017-07-14 22:40:55.129987",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-13 17:51:47.192915",
+                "last_epoch_clean": 15,
+                "last_fresh": "2017-07-14 22:40:55.130030",
+                "last_fullsized": "2017-07-14 22:40:55.130030",
+                "last_peered": "2017-07-14 22:40:55.130030",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-14 22:40:55.129987",
+                "last_undegraded": "2017-07-14 22:40:55.130030",
+                "last_unstale": "2017-07-14 22:40:55.130030",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 13,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.31",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "25",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    2,
+                    1
+                ],
+                "up_primary": 3,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    2,
+                    3,
+                    0
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 23:20:44.182747",
+                "last_became_active": "2017-07-03 12:04:48.938241",
+                "last_became_peered": "2017-07-03 12:04:48.938241",
+                "last_change": "2017-07-15 23:20:44.182747",
+                "last_clean": "2017-07-15 23:20:44.182747",
+                "last_clean_scrub_stamp": "2017-07-15 23:20:44.182696",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-10 20:19:48.121296",
+                "last_epoch_clean": 16,
+                "last_fresh": "2017-07-15 23:20:44.182747",
+                "last_fullsized": "2017-07-15 23:20:44.182747",
+                "last_peered": "2017-07-15 23:20:44.182747",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 23:20:44.182696",
+                "last_undegraded": "2017-07-15 23:20:44.182747",
+                "last_unstale": "2017-07-15 23:20:44.182747",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 14,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.30",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "36",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    3,
+                    0
+                ],
+                "up_primary": 2,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    2,
+                    4,
+                    0
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 02:56:22.824100",
+                "last_became_active": "2017-07-03 12:04:58.429570",
+                "last_became_peered": "2017-07-03 12:04:58.429570",
+                "last_change": "2017-07-16 02:56:22.824100",
+                "last_clean": "2017-07-16 02:56:22.824100",
+                "last_clean_scrub_stamp": "2017-07-16 02:56:22.824052",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-14 19:25:11.806953",
+                "last_epoch_clean": 20,
+                "last_fresh": "2017-07-16 02:56:22.824100",
+                "last_fullsized": "2017-07-16 02:56:22.824100",
+                "last_peered": "2017-07-16 02:56:22.824100",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-16 02:56:22.824052",
+                "last_undegraded": "2017-07-16 02:56:22.824100",
+                "last_unstale": "2017-07-16 02:56:22.824100",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 18,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.2f",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "45",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    4,
+                    0
+                ],
+                "up_primary": 2,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    0,
+                    1,
+                    3
+                ],
+                "acting_primary": 0,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 04:12:12.331824",
+                "last_became_active": "2017-07-03 12:04:49.503788",
+                "last_became_peered": "2017-07-03 12:04:49.503788",
+                "last_change": "2017-07-16 04:12:12.331824",
+                "last_clean": "2017-07-16 04:12:12.331824",
+                "last_clean_scrub_stamp": "2017-07-16 04:12:12.331748",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-11 03:03:49.268161",
+                "last_epoch_clean": 16,
+                "last_fresh": "2017-07-16 04:12:12.331824",
+                "last_fullsized": "2017-07-16 04:12:12.331824",
+                "last_peered": "2017-07-16 04:12:12.331824",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-16 04:12:12.331748",
+                "last_undegraded": "2017-07-16 04:12:12.331824",
+                "last_unstale": "2017-07-16 04:12:12.331824",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 14,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.2e",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "49",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    0,
+                    1,
+                    3
+                ],
+                "up_primary": 0,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    3,
+                    0,
+                    1
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 29,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 20:38:26.850485",
+                "last_became_active": "2017-07-03 12:09:50.600046",
+                "last_became_peered": "2017-07-03 12:09:50.600046",
+                "last_change": "2017-07-15 20:38:26.850485",
+                "last_clean": "2017-07-15 20:38:26.850485",
+                "last_clean_scrub_stamp": "2017-07-15 20:38:26.850435",
+                "last_deep_scrub": "37'175",
+                "last_deep_scrub_stamp": "2017-07-11 23:23:10.405315",
+                "last_epoch_clean": 30,
+                "last_fresh": "2017-07-15 20:38:26.850485",
+                "last_fullsized": "2017-07-15 20:38:26.850485",
+                "last_peered": "2017-07-15 20:38:26.850485",
+                "last_scrub": "37'175",
+                "last_scrub_stamp": "2017-07-15 20:38:26.850435",
+                "last_undegraded": "2017-07-15 20:38:26.850485",
+                "last_unstale": "2017-07-15 20:38:26.850485",
+                "log_size": 175,
+                "log_start": "0'0",
+                "mapping_epoch": 29,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 175,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "5.10",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "1171",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 1500,
+                    "num_read_kb": 37388,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 216,
+                    "num_write_kb": 164556
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    0,
+                    1
+                ],
+                "up_primary": 3,
+                "version": "37'175"
+            },
+            {
+                "acting": [
+                    1,
+                    3,
+                    2
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 22,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 05:50:55.139629",
+                "last_became_active": "2017-07-03 12:09:42.129134",
+                "last_became_peered": "2017-07-03 12:09:42.129134",
+                "last_change": "2017-07-15 03:30:41.880650",
+                "last_clean": "2017-07-16 05:50:55.139629",
+                "last_clean_scrub_stamp": "2017-07-15 03:30:41.880589",
+                "last_deep_scrub": "37'1695",
+                "last_deep_scrub_stamp": "2017-07-12 12:32:14.051040",
+                "last_epoch_clean": 23,
+                "last_fresh": "2017-07-16 05:50:55.139629",
+                "last_fullsized": "2017-07-16 05:50:55.139629",
+                "last_peered": "2017-07-16 05:50:55.139629",
+                "last_scrub": "37'2118",
+                "last_scrub_stamp": "2017-07-15 03:30:41.880589",
+                "last_undegraded": "2017-07-16 05:50:55.139629",
+                "last_unstale": "2017-07-16 05:50:55.139629",
+                "log_size": 2295,
+                "log_start": "0'0",
+                "mapping_epoch": 22,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 2295,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "1.14",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "2298",
+                "stat_sum": {
+                    "num_bytes": 317507,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 69,
+                    "num_objects": 23,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 23,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 368,
+                    "num_read_kb": 276,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 2271,
+                    "num_write_kb": 2052
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    3,
+                    2
+                ],
+                "up_primary": 1,
+                "version": "37'2295"
+            },
+            {
+                "acting": [
+                    3,
+                    4,
+                    2
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 22:04:35.933341",
+                "last_became_active": "2017-07-03 12:04:58.512193",
+                "last_became_peered": "2017-07-03 12:04:58.512193",
+                "last_change": "2017-07-15 22:04:35.933341",
+                "last_clean": "2017-07-15 22:04:35.933341",
+                "last_clean_scrub_stamp": "2017-07-15 22:04:35.933286",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-15 22:04:35.933286",
+                "last_epoch_clean": 20,
+                "last_fresh": "2017-07-15 22:04:35.933341",
+                "last_fullsized": "2017-07-15 22:04:35.933341",
+                "last_peered": "2017-07-15 22:04:35.933341",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 22:04:35.933286",
+                "last_undegraded": "2017-07-15 22:04:35.933341",
+                "last_unstale": "2017-07-15 22:04:35.933341",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 18,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.15",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "36",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    4,
+                    2
+                ],
+                "up_primary": 3,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    2,
+                    4,
+                    1
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 24,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-14 20:09:10.346016",
+                "last_became_active": "2017-07-03 12:09:44.423378",
+                "last_became_peered": "2017-07-03 12:09:44.423378",
+                "last_change": "2017-07-14 20:09:10.346016",
+                "last_clean": "2017-07-14 20:09:10.346016",
+                "last_clean_scrub_stamp": "2017-07-14 20:09:10.345967",
+                "last_deep_scrub": "32'1",
+                "last_deep_scrub_stamp": "2017-07-14 20:09:10.345967",
+                "last_epoch_clean": 25,
+                "last_fresh": "2017-07-14 20:09:10.346016",
+                "last_fullsized": "2017-07-14 20:09:10.346016",
+                "last_peered": "2017-07-14 20:09:10.346016",
+                "last_scrub": "32'1",
+                "last_scrub_stamp": "2017-07-14 20:09:10.345967",
+                "last_undegraded": "2017-07-14 20:09:10.346016",
+                "last_unstale": "2017-07-14 20:09:10.346016",
+                "log_size": 1,
+                "log_start": "0'0",
+                "mapping_epoch": 24,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 1,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "2.17",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "26",
+                "stat_sum": {
+                    "num_bytes": 8388608,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 3,
+                    "num_objects": 1,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 1,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 2,
+                    "num_read_kb": 16384,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 2,
+                    "num_write_kb": 8192
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    4,
+                    1
+                ],
+                "up_primary": 2,
+                "version": "32'1"
+            },
+            {
+                "acting": [
+                    3,
+                    4,
+                    1
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 25,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 16:00:50.266347",
+                "last_became_active": "2017-07-03 12:09:45.489912",
+                "last_became_peered": "2017-07-03 12:09:45.489912",
+                "last_change": "2017-07-15 16:00:50.266347",
+                "last_clean": "2017-07-15 16:00:50.266347",
+                "last_clean_scrub_stamp": "2017-07-15 16:00:50.266305",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-13 03:32:56.521761",
+                "last_epoch_clean": 26,
+                "last_fresh": "2017-07-15 16:00:50.266347",
+                "last_fullsized": "2017-07-15 16:00:50.266347",
+                "last_peered": "2017-07-15 16:00:50.266347",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 16:00:50.266305",
+                "last_undegraded": "2017-07-15 16:00:50.266347",
+                "last_unstale": "2017-07-15 16:00:50.266347",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 25,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "3.16",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "26",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    4,
+                    1
+                ],
+                "up_primary": 3,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    2,
+                    3,
+                    4
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 27,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 20:24:16.034375",
+                "last_became_active": "2017-07-03 12:09:48.435444",
+                "last_became_peered": "2017-07-03 12:09:48.435444",
+                "last_change": "2017-07-15 20:24:16.034375",
+                "last_clean": "2017-07-15 20:24:16.034375",
+                "last_clean_scrub_stamp": "2017-07-15 20:24:16.034327",
+                "last_deep_scrub": "37'18634",
+                "last_deep_scrub_stamp": "2017-07-11 08:07:58.508645",
+                "last_epoch_clean": 28,
+                "last_fresh": "2017-07-15 20:24:16.034375",
+                "last_fullsized": "2017-07-15 20:24:16.034375",
+                "last_peered": "2017-07-15 20:24:16.034375",
+                "last_scrub": "37'18634",
+                "last_scrub_stamp": "2017-07-15 20:24:16.034327",
+                "last_undegraded": "2017-07-15 20:24:16.034375",
+                "last_unstale": "2017-07-15 20:24:16.034375",
+                "log_size": 3034,
+                "log_start": "37'15600",
+                "mapping_epoch": 27,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3034,
+                "ondisk_log_start": "37'15600",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "4.11",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "32064",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 32776,
+                    "num_read_kb": 49152,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 18726,
+                    "num_write_kb": 397312
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    3,
+                    4
+                ],
+                "up_primary": 2,
+                "version": "37'18634"
+            },
+            {
+                "acting": [
+                    2,
+                    0,
+                    4
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 29,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 07:00:38.263434",
+                "last_became_active": "2017-07-03 12:09:50.560967",
+                "last_became_peered": "2017-07-03 12:09:50.560967",
+                "last_change": "2017-07-15 07:00:38.263434",
+                "last_clean": "2017-07-15 07:00:38.263434",
+                "last_clean_scrub_stamp": "2017-07-15 07:00:38.263385",
+                "last_deep_scrub": "37'589",
+                "last_deep_scrub_stamp": "2017-07-12 14:13:17.197718",
+                "last_epoch_clean": 30,
+                "last_fresh": "2017-07-15 07:00:38.263434",
+                "last_fullsized": "2017-07-15 07:00:38.263434",
+                "last_peered": "2017-07-15 07:00:38.263434",
+                "last_scrub": "37'589",
+                "last_scrub_stamp": "2017-07-15 07:00:38.263385",
+                "last_undegraded": "2017-07-15 07:00:38.263434",
+                "last_unstale": "2017-07-15 07:00:38.263434",
+                "log_size": 589,
+                "log_start": "0'0",
+                "mapping_epoch": 29,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 589,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "5.11",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "532",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 3980,
+                    "num_read_kb": 57670,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 894,
+                    "num_write_kb": 240860
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    0,
+                    4
+                ],
+                "up_primary": 2,
+                "version": "37'589"
+            },
+            {
+                "acting": [
+                    4,
+                    3,
+                    1
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 22,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 05:50:55.170089",
+                "last_became_active": "2017-07-03 12:09:42.159688",
+                "last_became_peered": "2017-07-03 12:09:42.159688",
+                "last_change": "2017-07-15 14:30:35.724771",
+                "last_clean": "2017-07-16 05:50:55.170089",
+                "last_clean_scrub_stamp": "2017-07-15 14:30:35.724719",
+                "last_deep_scrub": "37'2333",
+                "last_deep_scrub_stamp": "2017-07-13 04:49:54.316346",
+                "last_epoch_clean": 23,
+                "last_fresh": "2017-07-16 05:50:55.170089",
+                "last_fullsized": "2017-07-16 05:50:55.170089",
+                "last_peered": "2017-07-16 05:50:55.170089",
+                "last_scrub": "37'2732",
+                "last_scrub_stamp": "2017-07-15 14:30:35.724719",
+                "last_undegraded": "2017-07-16 05:50:55.170089",
+                "last_unstale": "2017-07-16 05:50:55.170089",
+                "log_size": 2840,
+                "log_start": "0'0",
+                "mapping_epoch": 22,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 2840,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "1.15",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "2834",
+                "stat_sum": {
+                    "num_bytes": 672619,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 108,
+                    "num_objects": 36,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 36,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 302,
+                    "num_read_kb": 151,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 2803,
+                    "num_write_kb": 2654
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    3,
+                    1
+                ],
+                "up_primary": 4,
+                "version": "37'2840"
+            },
+            {
+                "acting": [
+                    4,
+                    3,
+                    2
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 22:35:22.997022",
+                "last_became_active": "2017-07-03 12:04:58.353174",
+                "last_became_peered": "2017-07-03 12:04:58.353174",
+                "last_change": "2017-07-15 22:35:22.997022",
+                "last_clean": "2017-07-15 22:35:22.997022",
+                "last_clean_scrub_stamp": "2017-07-15 22:35:22.996954",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-15 22:35:22.996954",
+                "last_epoch_clean": 20,
+                "last_fresh": "2017-07-15 22:35:22.997022",
+                "last_fullsized": "2017-07-15 22:35:22.997022",
+                "last_peered": "2017-07-15 22:35:22.997022",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 22:35:22.996954",
+                "last_undegraded": "2017-07-15 22:35:22.997022",
+                "last_unstale": "2017-07-15 22:35:22.997022",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 18,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.14",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "27",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    3,
+                    2
+                ],
+                "up_primary": 4,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    3,
+                    4,
+                    0
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 24,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 13:22:13.347282",
+                "last_became_active": "2017-07-03 12:09:44.489904",
+                "last_became_peered": "2017-07-03 12:09:44.489904",
+                "last_change": "2017-07-15 13:22:13.347282",
+                "last_clean": "2017-07-15 13:22:13.347282",
+                "last_clean_scrub_stamp": "2017-07-15 13:22:13.347247",
+                "last_deep_scrub": "32'1",
+                "last_deep_scrub_stamp": "2017-07-15 13:22:13.347247",
+                "last_epoch_clean": 25,
+                "last_fresh": "2017-07-15 13:22:13.347282",
+                "last_fullsized": "2017-07-15 13:22:13.347282",
+                "last_peered": "2017-07-15 13:22:13.347282",
+                "last_scrub": "32'1",
+                "last_scrub_stamp": "2017-07-15 13:22:13.347247",
+                "last_undegraded": "2017-07-15 13:22:13.347282",
+                "last_unstale": "2017-07-15 13:22:13.347282",
+                "log_size": 1,
+                "log_start": "0'0",
+                "mapping_epoch": 24,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 1,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "2.16",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "26",
+                "stat_sum": {
+                    "num_bytes": 8388608,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 3,
+                    "num_objects": 1,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 1,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 2,
+                    "num_read_kb": 16384,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 2,
+                    "num_write_kb": 8192
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    4,
+                    0
+                ],
+                "up_primary": 3,
+                "version": "32'1"
+            },
+            {
+                "acting": [
+                    4,
+                    2,
+                    0
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 25,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 19:20:29.481276",
+                "last_became_active": "2017-07-03 12:09:45.387341",
+                "last_became_peered": "2017-07-03 12:09:45.387341",
+                "last_change": "2017-07-15 19:20:29.481276",
+                "last_clean": "2017-07-15 19:20:29.481276",
+                "last_clean_scrub_stamp": "2017-07-15 19:20:29.481244",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-11 00:43:46.035369",
+                "last_epoch_clean": 26,
+                "last_fresh": "2017-07-15 19:20:29.481276",
+                "last_fullsized": "2017-07-15 19:20:29.481276",
+                "last_peered": "2017-07-15 19:20:29.481276",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 19:20:29.481244",
+                "last_undegraded": "2017-07-15 19:20:29.481276",
+                "last_unstale": "2017-07-15 19:20:29.481276",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 25,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "3.17",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "26",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    2,
+                    0
+                ],
+                "up_primary": 4,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    1,
+                    2,
+                    0
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 27,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 22:19:17.220476",
+                "last_became_active": "2017-07-03 12:09:48.396793",
+                "last_became_peered": "2017-07-03 12:09:48.396793",
+                "last_change": "2017-07-15 22:19:17.220476",
+                "last_clean": "2017-07-15 22:19:17.220476",
+                "last_clean_scrub_stamp": "2017-07-15 22:19:17.220362",
+                "last_deep_scrub": "37'37374",
+                "last_deep_scrub_stamp": "2017-07-15 22:19:17.220362",
+                "last_epoch_clean": 28,
+                "last_fresh": "2017-07-15 22:19:17.220476",
+                "last_fullsized": "2017-07-15 22:19:17.220476",
+                "last_peered": "2017-07-15 22:19:17.220476",
+                "last_scrub": "37'37374",
+                "last_scrub_stamp": "2017-07-15 22:19:17.220362",
+                "last_undegraded": "2017-07-15 22:19:17.220476",
+                "last_unstale": "2017-07-15 22:19:17.220476",
+                "log_size": 3074,
+                "log_start": "37'34300",
+                "mapping_epoch": 27,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3074,
+                "ondisk_log_start": "37'34300",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "4.10",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "32779",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 51795,
+                    "num_read_kb": 79927,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 37966,
+                    "num_write_kb": 435205
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    2,
+                    0
+                ],
+                "up_primary": 1,
+                "version": "37'37374"
+            },
+            {
+                "acting": [
+                    3,
+                    1,
+                    4
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 29,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 10:01:10.713434",
+                "last_became_active": "2017-07-03 12:09:50.606449",
+                "last_became_peered": "2017-07-03 12:09:50.606449",
+                "last_change": "2017-07-15 10:01:10.713434",
+                "last_clean": "2017-07-15 10:01:10.713434",
+                "last_clean_scrub_stamp": "2017-07-15 10:01:10.713389",
+                "last_deep_scrub": "37'619",
+                "last_deep_scrub_stamp": "2017-07-14 00:08:41.979858",
+                "last_epoch_clean": 30,
+                "last_fresh": "2017-07-15 10:01:10.713434",
+                "last_fullsized": "2017-07-15 10:01:10.713434",
+                "last_peered": "2017-07-15 10:01:10.713434",
+                "last_scrub": "37'619",
+                "last_scrub_stamp": "2017-07-15 10:01:10.713389",
+                "last_undegraded": "2017-07-15 10:01:10.713434",
+                "last_unstale": "2017-07-15 10:01:10.713434",
+                "log_size": 619,
+                "log_start": "0'0",
+                "mapping_epoch": 29,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 619,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "5.16",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "597",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 2734,
+                    "num_read_kb": 25322,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 910,
+                    "num_write_kb": 190896
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    1,
+                    4
+                ],
+                "up_primary": 3,
+                "version": "37'619"
+            },
+            {
+                "acting": [
+                    3,
+                    4,
+                    1
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 22,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 05:00:55.154618",
+                "last_became_active": "2017-07-03 12:09:42.277898",
+                "last_became_peered": "2017-07-03 12:09:42.277898",
+                "last_change": "2017-07-15 05:39:59.460556",
+                "last_clean": "2017-07-16 05:00:55.154618",
+                "last_clean_scrub_stamp": "2017-07-15 05:39:59.460515",
+                "last_deep_scrub": "37'746",
+                "last_deep_scrub_stamp": "2017-07-15 05:39:59.460515",
+                "last_epoch_clean": 23,
+                "last_fresh": "2017-07-16 05:00:55.154618",
+                "last_fullsized": "2017-07-16 05:00:55.154618",
+                "last_peered": "2017-07-16 05:00:55.154618",
+                "last_scrub": "37'746",
+                "last_scrub_stamp": "2017-07-15 05:39:59.460515",
+                "last_undegraded": "2017-07-16 05:00:55.154618",
+                "last_unstale": "2017-07-16 05:00:55.154618",
+                "log_size": 758,
+                "log_start": "0'0",
+                "mapping_epoch": 22,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 758,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "1.12",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "756",
+                "stat_sum": {
+                    "num_bytes": 366053,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 66,
+                    "num_objects": 22,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 22,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 394,
+                    "num_read_kb": 358,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 734,
+                    "num_write_kb": 479
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    4,
+                    1
+                ],
+                "up_primary": 3,
+                "version": "37'758"
+            },
+            {
+                "acting": [
+                    3,
+                    4,
+                    0
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 17:38:09.543423",
+                "last_became_active": "2017-07-03 12:04:58.507477",
+                "last_became_peered": "2017-07-03 12:04:58.507477",
+                "last_change": "2017-07-15 17:38:09.543423",
+                "last_clean": "2017-07-15 17:38:09.543423",
+                "last_clean_scrub_stamp": "2017-07-15 17:38:09.543318",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-14 09:21:12.967494",
+                "last_epoch_clean": 20,
+                "last_fresh": "2017-07-15 17:38:09.543423",
+                "last_fullsized": "2017-07-15 17:38:09.543423",
+                "last_peered": "2017-07-15 17:38:09.543423",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 17:38:09.543318",
+                "last_undegraded": "2017-07-15 17:38:09.543423",
+                "last_unstale": "2017-07-15 17:38:09.543423",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 18,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.13",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "36",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    4,
+                    0
+                ],
+                "up_primary": 3,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    0,
+                    3,
+                    2
+                ],
+                "acting_primary": 0,
+                "blocked_by": [],
+                "created": 24,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 11:42:02.221207",
+                "last_became_active": "2017-07-03 12:09:45.031465",
+                "last_became_peered": "2017-07-03 12:09:45.031465",
+                "last_change": "2017-07-15 11:42:02.221207",
+                "last_clean": "2017-07-15 11:42:02.221207",
+                "last_clean_scrub_stamp": "2017-07-15 11:42:02.221126",
+                "last_deep_scrub": "32'5",
+                "last_deep_scrub_stamp": "2017-07-11 08:29:14.296203",
+                "last_epoch_clean": 25,
+                "last_fresh": "2017-07-15 11:42:02.221207",
+                "last_fullsized": "2017-07-15 11:42:02.221207",
+                "last_peered": "2017-07-15 11:42:02.221207",
+                "last_scrub": "32'5",
+                "last_scrub_stamp": "2017-07-15 11:42:02.221126",
+                "last_undegraded": "2017-07-15 11:42:02.221207",
+                "last_unstale": "2017-07-15 11:42:02.221207",
+                "log_size": 5,
+                "log_start": "0'0",
+                "mapping_epoch": 24,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 5,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "2.11",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "34",
+                "stat_sum": {
+                    "num_bytes": 35848192,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 15,
+                    "num_objects": 5,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 5,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 10,
+                    "num_read_kb": 70016,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 10,
+                    "num_write_kb": 35008
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    0,
+                    3,
+                    2
+                ],
+                "up_primary": 0,
+                "version": "32'5"
+            },
+            {
+                "acting": [
+                    3,
+                    4,
+                    0
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 25,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 19:47:35.163493",
+                "last_became_active": "2017-07-03 12:09:45.485656",
+                "last_became_peered": "2017-07-03 12:09:45.485656",
+                "last_change": "2017-07-15 19:47:35.163493",
+                "last_clean": "2017-07-15 19:47:35.163493",
+                "last_clean_scrub_stamp": "2017-07-15 19:47:35.163445",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-15 19:47:35.163445",
+                "last_epoch_clean": 26,
+                "last_fresh": "2017-07-15 19:47:35.163493",
+                "last_fullsized": "2017-07-15 19:47:35.163493",
+                "last_peered": "2017-07-15 19:47:35.163493",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 19:47:35.163445",
+                "last_undegraded": "2017-07-15 19:47:35.163493",
+                "last_unstale": "2017-07-15 19:47:35.163493",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 25,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "3.10",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "26",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    4,
+                    0
+                ],
+                "up_primary": 3,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    1,
+                    0,
+                    4
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 27,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 01:09:02.899179",
+                "last_became_active": "2017-07-03 12:09:48.395679",
+                "last_became_peered": "2017-07-03 12:09:48.395679",
+                "last_change": "2017-07-16 01:09:02.899179",
+                "last_clean": "2017-07-16 01:09:02.899179",
+                "last_clean_scrub_stamp": "2017-07-16 01:09:02.899068",
+                "last_deep_scrub": "37'27580",
+                "last_deep_scrub_stamp": "2017-07-10 23:16:36.337058",
+                "last_epoch_clean": 28,
+                "last_fresh": "2017-07-16 01:09:02.899179",
+                "last_fullsized": "2017-07-16 01:09:02.899179",
+                "last_peered": "2017-07-16 01:09:02.899179",
+                "last_scrub": "37'27580",
+                "last_scrub_stamp": "2017-07-16 01:09:02.899068",
+                "last_undegraded": "2017-07-16 01:09:02.899179",
+                "last_unstale": "2017-07-16 01:09:02.899179",
+                "log_size": 3080,
+                "log_start": "37'24500",
+                "mapping_epoch": 27,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3080,
+                "ondisk_log_start": "37'24500",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "4.17",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "15893",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 46617,
+                    "num_read_kb": 67597,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 28182,
+                    "num_write_kb": 386053
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    0,
+                    4
+                ],
+                "up_primary": 1,
+                "version": "37'27580"
+            },
+            {
+                "acting": [
+                    2,
+                    4,
+                    3
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 29,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 00:14:10.297668",
+                "last_became_active": "2017-07-03 12:09:50.567738",
+                "last_became_peered": "2017-07-03 12:09:50.567738",
+                "last_change": "2017-07-15 00:14:10.297668",
+                "last_clean": "2017-07-15 00:14:10.297668",
+                "last_clean_scrub_stamp": "2017-07-15 00:14:10.297582",
+                "last_deep_scrub": "37'142",
+                "last_deep_scrub_stamp": "2017-07-11 13:27:42.271851",
+                "last_epoch_clean": 30,
+                "last_fresh": "2017-07-15 00:14:10.297668",
+                "last_fullsized": "2017-07-15 00:14:10.297668",
+                "last_peered": "2017-07-15 00:14:10.297668",
+                "last_scrub": "37'142",
+                "last_scrub_stamp": "2017-07-15 00:14:10.297582",
+                "last_undegraded": "2017-07-15 00:14:10.297668",
+                "last_unstale": "2017-07-15 00:14:10.297668",
+                "log_size": 142,
+                "log_start": "0'0",
+                "mapping_epoch": 29,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 142,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "5.17",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "1131",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 1650,
+                    "num_read_kb": 40988,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 181,
+                    "num_write_kb": 146448
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    4,
+                    3
+                ],
+                "up_primary": 2,
+                "version": "37'142"
+            },
+            {
+                "acting": [
+                    1,
+                    2,
+                    0
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 22,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 05:50:55.175969",
+                "last_became_active": "2017-07-03 12:09:42.129404",
+                "last_became_peered": "2017-07-03 12:09:42.129404",
+                "last_change": "2017-07-15 22:44:26.465626",
+                "last_clean": "2017-07-16 05:50:55.175969",
+                "last_clean_scrub_stamp": "2017-07-15 22:44:26.465580",
+                "last_deep_scrub": "37'9100",
+                "last_deep_scrub_stamp": "2017-07-14 15:45:33.912379",
+                "last_epoch_clean": 23,
+                "last_fresh": "2017-07-16 05:50:55.175969",
+                "last_fullsized": "2017-07-16 05:50:55.175969",
+                "last_peered": "2017-07-16 05:50:55.175969",
+                "last_scrub": "37'9864",
+                "last_scrub_stamp": "2017-07-15 22:44:26.465580",
+                "last_undegraded": "2017-07-16 05:50:55.175969",
+                "last_unstale": "2017-07-16 05:50:55.175969",
+                "log_size": 3038,
+                "log_start": "37'7000",
+                "mapping_epoch": 22,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3038,
+                "ondisk_log_start": "37'7000",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "1.13",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "13451",
+                "stat_sum": {
+                    "num_bytes": 630066,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 108,
+                    "num_objects": 36,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 36,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 1,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 29187,
+                    "num_read_kb": 29581,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 10001,
+                    "num_write_kb": 545
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    2,
+                    0
+                ],
+                "up_primary": 1,
+                "version": "37'10038"
+            },
+            {
+                "acting": [
+                    3,
+                    4,
+                    2
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 10:54:03.379650",
+                "last_became_active": "2017-07-03 12:04:59.464374",
+                "last_became_peered": "2017-07-03 12:04:59.464374",
+                "last_change": "2017-07-15 10:54:03.379650",
+                "last_clean": "2017-07-15 10:54:03.379650",
+                "last_clean_scrub_stamp": "2017-07-15 10:54:03.379611",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-15 10:54:03.379611",
+                "last_epoch_clean": 21,
+                "last_fresh": "2017-07-15 10:54:03.379650",
+                "last_fullsized": "2017-07-15 10:54:03.379650",
+                "last_peered": "2017-07-15 10:54:03.379650",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 10:54:03.379611",
+                "last_undegraded": "2017-07-15 10:54:03.379650",
+                "last_unstale": "2017-07-15 10:54:03.379650",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 19,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.12",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "34",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    4,
+                    2
+                ],
+                "up_primary": 3,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    4,
+                    1,
+                    0
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 24,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 14:49:18.959394",
+                "last_became_active": "2017-07-03 12:09:44.383277",
+                "last_became_peered": "2017-07-03 12:09:44.383277",
+                "last_change": "2017-07-15 14:49:18.959394",
+                "last_clean": "2017-07-15 14:49:18.959394",
+                "last_clean_scrub_stamp": "2017-07-15 14:49:18.959359",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-15 14:49:18.959359",
+                "last_epoch_clean": 25,
+                "last_fresh": "2017-07-15 14:49:18.959394",
+                "last_fullsized": "2017-07-15 14:49:18.959394",
+                "last_peered": "2017-07-15 14:49:18.959394",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 14:49:18.959359",
+                "last_undegraded": "2017-07-15 14:49:18.959394",
+                "last_unstale": "2017-07-15 14:49:18.959394",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 24,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "2.10",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "26",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    1,
+                    0
+                ],
+                "up_primary": 4,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    3,
+                    2,
+                    1
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 25,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 00:43:41.903152",
+                "last_became_active": "2017-07-03 12:09:45.481870",
+                "last_became_peered": "2017-07-03 12:09:45.481870",
+                "last_change": "2017-07-16 00:43:41.903152",
+                "last_clean": "2017-07-16 00:43:41.903152",
+                "last_clean_scrub_stamp": "2017-07-16 00:43:41.903109",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-14 13:42:59.313434",
+                "last_epoch_clean": 26,
+                "last_fresh": "2017-07-16 00:43:41.903152",
+                "last_fullsized": "2017-07-16 00:43:41.903152",
+                "last_peered": "2017-07-16 00:43:41.903152",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-16 00:43:41.903109",
+                "last_undegraded": "2017-07-16 00:43:41.903152",
+                "last_unstale": "2017-07-16 00:43:41.903152",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 25,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "3.11",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "26",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    2,
+                    1
+                ],
+                "up_primary": 3,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    0,
+                    1,
+                    4
+                ],
+                "acting_primary": 0,
+                "blocked_by": [],
+                "created": 27,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 22:32:08.847246",
+                "last_became_active": "2017-07-03 12:09:49.054677",
+                "last_became_peered": "2017-07-03 12:09:49.054677",
+                "last_change": "2017-07-15 22:32:08.847246",
+                "last_clean": "2017-07-15 22:32:08.847246",
+                "last_clean_scrub_stamp": "2017-07-15 22:32:08.847150",
+                "last_deep_scrub": "37'36039",
+                "last_deep_scrub_stamp": "2017-07-15 22:32:08.847150",
+                "last_epoch_clean": 28,
+                "last_fresh": "2017-07-15 22:32:08.847246",
+                "last_fullsized": "2017-07-15 22:32:08.847246",
+                "last_peered": "2017-07-15 22:32:08.847246",
+                "last_scrub": "37'36039",
+                "last_scrub_stamp": "2017-07-15 22:32:08.847150",
+                "last_undegraded": "2017-07-15 22:32:08.847246",
+                "last_unstale": "2017-07-15 22:32:08.847246",
+                "log_size": 3039,
+                "log_start": "37'33000",
+                "mapping_epoch": 27,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3039,
+                "ondisk_log_start": "37'33000",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "4.16",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "34417",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 51731,
+                    "num_read_kb": 71693,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 36631,
+                    "num_write_kb": 431109
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    0,
+                    1,
+                    4
+                ],
+                "up_primary": 0,
+                "version": "37'36039"
+            },
+            {
+                "acting": [
+                    0,
+                    3,
+                    4
+                ],
+                "acting_primary": 0,
+                "blocked_by": [],
+                "created": 29,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 01:55:13.921899",
+                "last_became_active": "2017-07-03 12:09:51.182847",
+                "last_became_peered": "2017-07-03 12:09:51.182847",
+                "last_change": "2017-07-16 01:55:13.921899",
+                "last_clean": "2017-07-16 01:55:13.921899",
+                "last_clean_scrub_stamp": "2017-07-16 01:55:13.921818",
+                "last_deep_scrub": "37'359",
+                "last_deep_scrub_stamp": "2017-07-11 03:58:20.835410",
+                "last_epoch_clean": 30,
+                "last_fresh": "2017-07-16 01:55:13.921899",
+                "last_fullsized": "2017-07-16 01:55:13.921899",
+                "last_peered": "2017-07-16 01:55:13.921899",
+                "last_scrub": "37'359",
+                "last_scrub_stamp": "2017-07-16 01:55:13.921818",
+                "last_undegraded": "2017-07-16 01:55:13.921899",
+                "last_unstale": "2017-07-16 01:55:13.921899",
+                "log_size": 359,
+                "log_start": "0'0",
+                "mapping_epoch": 29,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 359,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "5.14",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "336",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 674,
+                    "num_read_kb": 32441,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 403,
+                    "num_write_kb": 186264
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    0,
+                    3,
+                    4
+                ],
+                "up_primary": 0,
+                "version": "37'359"
+            },
+            {
+                "acting": [
+                    3,
+                    4,
+                    0
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 22,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 03:20:54.727308",
+                "last_became_active": "2017-07-03 12:09:42.271702",
+                "last_became_peered": "2017-07-03 12:09:42.271702",
+                "last_change": "2017-07-15 17:54:26.793207",
+                "last_clean": "2017-07-16 03:20:54.727308",
+                "last_clean_scrub_stamp": "2017-07-15 17:54:26.793142",
+                "last_deep_scrub": "37'663",
+                "last_deep_scrub_stamp": "2017-07-15 17:54:26.793142",
+                "last_epoch_clean": 23,
+                "last_fresh": "2017-07-16 03:20:54.727308",
+                "last_fullsized": "2017-07-16 03:20:54.727308",
+                "last_peered": "2017-07-16 03:20:54.727308",
+                "last_scrub": "37'663",
+                "last_scrub_stamp": "2017-07-15 17:54:26.793142",
+                "last_undegraded": "2017-07-16 03:20:54.727308",
+                "last_unstale": "2017-07-16 03:20:54.727308",
+                "log_size": 673,
+                "log_start": "0'0",
+                "mapping_epoch": 22,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 673,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "1.10",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "674",
+                "stat_sum": {
+                    "num_bytes": 372038,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 66,
+                    "num_objects": 22,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 22,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 286,
+                    "num_read_kb": 143,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 652,
+                    "num_write_kb": 510
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    4,
+                    0
+                ],
+                "up_primary": 3,
+                "version": "37'673"
+            },
+            {
+                "acting": [
+                    1,
+                    3,
+                    0
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-14 23:00:52.170346",
+                "last_became_active": "2017-07-03 12:04:47.825085",
+                "last_became_peered": "2017-07-03 12:04:47.825085",
+                "last_change": "2017-07-14 23:00:52.170346",
+                "last_clean": "2017-07-14 23:00:52.170346",
+                "last_clean_scrub_stamp": "2017-07-14 23:00:52.170295",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-13 16:24:15.781503",
+                "last_epoch_clean": 15,
+                "last_fresh": "2017-07-14 23:00:52.170346",
+                "last_fullsized": "2017-07-14 23:00:52.170346",
+                "last_peered": "2017-07-14 23:00:52.170346",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-14 23:00:52.170295",
+                "last_undegraded": "2017-07-14 23:00:52.170346",
+                "last_unstale": "2017-07-14 23:00:52.170346",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 13,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.11",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "39",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    3,
+                    0
+                ],
+                "up_primary": 1,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    2,
+                    3,
+                    1
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 24,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 19:24:59.346211",
+                "last_became_active": "2017-07-03 12:09:44.433547",
+                "last_became_peered": "2017-07-03 12:09:44.433547",
+                "last_change": "2017-07-15 19:24:59.346211",
+                "last_clean": "2017-07-15 19:24:59.346211",
+                "last_clean_scrub_stamp": "2017-07-15 19:24:59.346131",
+                "last_deep_scrub": "32'3",
+                "last_deep_scrub_stamp": "2017-07-15 19:24:59.346131",
+                "last_epoch_clean": 25,
+                "last_fresh": "2017-07-15 19:24:59.346211",
+                "last_fullsized": "2017-07-15 19:24:59.346211",
+                "last_peered": "2017-07-15 19:24:59.346211",
+                "last_scrub": "32'3",
+                "last_scrub_stamp": "2017-07-15 19:24:59.346131",
+                "last_undegraded": "2017-07-15 19:24:59.346211",
+                "last_unstale": "2017-07-15 19:24:59.346211",
+                "log_size": 3,
+                "log_start": "0'0",
+                "mapping_epoch": 24,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "2.13",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "32",
+                "stat_sum": {
+                    "num_bytes": 25165824,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 9,
+                    "num_objects": 3,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 3,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 6,
+                    "num_read_kb": 49152,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 6,
+                    "num_write_kb": 24576
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    3,
+                    1
+                ],
+                "up_primary": 2,
+                "version": "32'3"
+            },
+            {
+                "acting": [
+                    1,
+                    4,
+                    2
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 25,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 18:59:45.211863",
+                "last_became_active": "2017-07-03 12:09:45.375166",
+                "last_became_peered": "2017-07-03 12:09:45.375166",
+                "last_change": "2017-07-15 18:59:45.211863",
+                "last_clean": "2017-07-15 18:59:45.211863",
+                "last_clean_scrub_stamp": "2017-07-15 18:59:45.211758",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-10 17:17:20.761965",
+                "last_epoch_clean": 26,
+                "last_fresh": "2017-07-15 18:59:45.211863",
+                "last_fullsized": "2017-07-15 18:59:45.211863",
+                "last_peered": "2017-07-15 18:59:45.211863",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 18:59:45.211758",
+                "last_undegraded": "2017-07-15 18:59:45.211863",
+                "last_unstale": "2017-07-15 18:59:45.211863",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 25,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "3.12",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "26",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    4,
+                    2
+                ],
+                "up_primary": 1,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    2,
+                    0,
+                    1
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 27,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 12:54:58.538231",
+                "last_became_active": "2017-07-03 12:09:48.449579",
+                "last_became_peered": "2017-07-03 12:09:48.449579",
+                "last_change": "2017-07-15 12:54:58.538231",
+                "last_clean": "2017-07-15 12:54:58.538231",
+                "last_clean_scrub_stamp": "2017-07-15 12:54:58.538165",
+                "last_deep_scrub": "37'40009",
+                "last_deep_scrub_stamp": "2017-07-09 16:40:53.566818",
+                "last_epoch_clean": 28,
+                "last_fresh": "2017-07-15 12:54:58.538231",
+                "last_fullsized": "2017-07-15 12:54:58.538231",
+                "last_peered": "2017-07-15 12:54:58.538231",
+                "last_scrub": "37'40009",
+                "last_scrub_stamp": "2017-07-15 12:54:58.538165",
+                "last_undegraded": "2017-07-15 12:54:58.538231",
+                "last_unstale": "2017-07-15 12:54:58.538231",
+                "log_size": 3009,
+                "log_start": "37'37000",
+                "mapping_epoch": 27,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3009,
+                "ondisk_log_start": "37'37000",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "4.15",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "26737",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 47157,
+                    "num_read_kb": 78340,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 40102,
+                    "num_write_kb": 425984
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    0,
+                    1
+                ],
+                "up_primary": 2,
+                "version": "37'40009"
+            },
+            {
+                "acting": [
+                    0,
+                    1,
+                    2
+                ],
+                "acting_primary": 0,
+                "blocked_by": [],
+                "created": 29,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 05:09:15.897585",
+                "last_became_active": "2017-07-03 12:09:51.196925",
+                "last_became_peered": "2017-07-03 12:09:51.196925",
+                "last_change": "2017-07-16 05:09:15.897585",
+                "last_clean": "2017-07-16 05:09:15.897585",
+                "last_clean_scrub_stamp": "2017-07-16 05:09:15.897472",
+                "last_deep_scrub": "37'257",
+                "last_deep_scrub_stamp": "2017-07-14 20:05:46.687617",
+                "last_epoch_clean": 30,
+                "last_fresh": "2017-07-16 05:09:15.897585",
+                "last_fullsized": "2017-07-16 05:09:15.897585",
+                "last_peered": "2017-07-16 05:09:15.897585",
+                "last_scrub": "37'257",
+                "last_scrub_stamp": "2017-07-16 05:09:15.897472",
+                "last_undegraded": "2017-07-16 05:09:15.897585",
+                "last_unstale": "2017-07-16 05:09:15.897585",
+                "log_size": 257,
+                "log_start": "0'0",
+                "mapping_epoch": 29,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 257,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "5.15",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "274",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 448,
+                    "num_read_kb": 28516,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 294,
+                    "num_write_kb": 154860
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    0,
+                    1,
+                    2
+                ],
+                "up_primary": 0,
+                "version": "37'257"
+            },
+            {
+                "acting": [
+                    1,
+                    2,
+                    4
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 22,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 04:40:55.136759",
+                "last_became_active": "2017-07-03 12:09:42.133120",
+                "last_became_peered": "2017-07-03 12:09:42.133120",
+                "last_change": "2017-07-15 23:42:12.035916",
+                "last_clean": "2017-07-16 04:40:55.136759",
+                "last_clean_scrub_stamp": "2017-07-15 23:42:12.035832",
+                "last_deep_scrub": "37'974",
+                "last_deep_scrub_stamp": "2017-07-13 15:36:47.382749",
+                "last_epoch_clean": 23,
+                "last_fresh": "2017-07-16 04:40:55.136759",
+                "last_fullsized": "2017-07-16 04:40:55.136759",
+                "last_peered": "2017-07-16 04:40:55.136759",
+                "last_scrub": "37'1010",
+                "last_scrub_stamp": "2017-07-15 23:42:12.035832",
+                "last_undegraded": "2017-07-16 04:40:55.136759",
+                "last_unstale": "2017-07-16 04:40:55.136759",
+                "log_size": 1020,
+                "log_start": "0'0",
+                "mapping_epoch": 22,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 1020,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "1.11",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "1269",
+                "stat_sum": {
+                    "num_bytes": 416042,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 87,
+                    "num_objects": 29,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 29,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 758,
+                    "num_read_kb": 530,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 995,
+                    "num_write_kb": 730
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    2,
+                    4
+                ],
+                "up_primary": 1,
+                "version": "37'1020"
+            },
+            {
+                "acting": [
+                    4,
+                    0,
+                    2
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 21:43:30.338853",
+                "last_became_active": "2017-07-03 12:04:59.345761",
+                "last_became_peered": "2017-07-03 12:04:59.345761",
+                "last_change": "2017-07-15 21:43:30.338853",
+                "last_clean": "2017-07-15 21:43:30.338853",
+                "last_clean_scrub_stamp": "2017-07-15 21:43:30.338814",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-10 22:08:02.111389",
+                "last_epoch_clean": 21,
+                "last_fresh": "2017-07-15 21:43:30.338853",
+                "last_fullsized": "2017-07-15 21:43:30.338853",
+                "last_peered": "2017-07-15 21:43:30.338853",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 21:43:30.338814",
+                "last_undegraded": "2017-07-15 21:43:30.338853",
+                "last_unstale": "2017-07-15 21:43:30.338853",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 19,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.10",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "27",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    0,
+                    2
+                ],
+                "up_primary": 4,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    0,
+                    1,
+                    4
+                ],
+                "acting_primary": 0,
+                "blocked_by": [],
+                "created": 24,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 05:10:51.918206",
+                "last_became_active": "2017-07-03 12:09:45.016809",
+                "last_became_peered": "2017-07-03 12:09:45.016809",
+                "last_change": "2017-07-16 05:10:51.918206",
+                "last_clean": "2017-07-16 05:10:51.918206",
+                "last_clean_scrub_stamp": "2017-07-16 05:10:51.918135",
+                "last_deep_scrub": "32'1",
+                "last_deep_scrub_stamp": "2017-07-14 22:17:14.258040",
+                "last_epoch_clean": 25,
+                "last_fresh": "2017-07-16 05:10:51.918206",
+                "last_fullsized": "2017-07-16 05:10:51.918206",
+                "last_peered": "2017-07-16 05:10:51.918206",
+                "last_scrub": "32'1",
+                "last_scrub_stamp": "2017-07-16 05:10:51.918135",
+                "last_undegraded": "2017-07-16 05:10:51.918206",
+                "last_unstale": "2017-07-16 05:10:51.918206",
+                "log_size": 1,
+                "log_start": "0'0",
+                "mapping_epoch": 24,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 1,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "2.12",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "28",
+                "stat_sum": {
+                    "num_bytes": 8388608,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 3,
+                    "num_objects": 1,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 1,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 2,
+                    "num_read_kb": 16384,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 2,
+                    "num_write_kb": 8192
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    0,
+                    1,
+                    4
+                ],
+                "up_primary": 0,
+                "version": "32'1"
+            },
+            {
+                "acting": [
+                    4,
+                    3,
+                    2
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 25,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 02:02:08.215539",
+                "last_became_active": "2017-07-03 12:09:45.380546",
+                "last_became_peered": "2017-07-03 12:09:45.380546",
+                "last_change": "2017-07-15 02:02:08.215539",
+                "last_clean": "2017-07-15 02:02:08.215539",
+                "last_clean_scrub_stamp": "2017-07-15 02:02:08.215504",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-12 12:17:46.671401",
+                "last_epoch_clean": 26,
+                "last_fresh": "2017-07-15 02:02:08.215539",
+                "last_fullsized": "2017-07-15 02:02:08.215539",
+                "last_peered": "2017-07-15 02:02:08.215539",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 02:02:08.215504",
+                "last_undegraded": "2017-07-15 02:02:08.215539",
+                "last_unstale": "2017-07-15 02:02:08.215539",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 25,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "3.13",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "24",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    3,
+                    2
+                ],
+                "up_primary": 4,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    4,
+                    0,
+                    3
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 27,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 00:59:51.423577",
+                "last_became_active": "2017-07-03 12:09:48.413053",
+                "last_became_peered": "2017-07-03 12:09:48.413053",
+                "last_change": "2017-07-15 00:59:51.423577",
+                "last_clean": "2017-07-15 00:59:51.423577",
+                "last_clean_scrub_stamp": "2017-07-15 00:59:51.423527",
+                "last_deep_scrub": "37'19705",
+                "last_deep_scrub_stamp": "2017-07-15 00:59:51.423527",
+                "last_epoch_clean": 28,
+                "last_fresh": "2017-07-15 00:59:51.423577",
+                "last_fullsized": "2017-07-15 00:59:51.423577",
+                "last_peered": "2017-07-15 00:59:51.423577",
+                "last_scrub": "37'19705",
+                "last_scrub_stamp": "2017-07-15 00:59:51.423527",
+                "last_undegraded": "2017-07-15 00:59:51.423577",
+                "last_unstale": "2017-07-15 00:59:51.423577",
+                "log_size": 3005,
+                "log_start": "37'16700",
+                "mapping_epoch": 27,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3005,
+                "ondisk_log_start": "37'16700",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "4.14",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "39422",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 55814,
+                    "num_read_kb": 73728,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 19801,
+                    "num_write_kb": 413696
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    0,
+                    3
+                ],
+                "up_primary": 4,
+                "version": "37'19705"
+            },
+            {
+                "acting": [
+                    1,
+                    2,
+                    4
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 29,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 23:20:05.808828",
+                "last_became_active": "2017-07-03 12:09:50.528504",
+                "last_became_peered": "2017-07-03 12:09:50.528504",
+                "last_change": "2017-07-15 23:20:05.808828",
+                "last_clean": "2017-07-15 23:20:05.808828",
+                "last_clean_scrub_stamp": "2017-07-15 23:20:05.808671",
+                "last_deep_scrub": "37'142",
+                "last_deep_scrub_stamp": "2017-07-11 01:11:23.490264",
+                "last_epoch_clean": 30,
+                "last_fresh": "2017-07-15 23:20:05.808828",
+                "last_fullsized": "2017-07-15 23:20:05.808828",
+                "last_peered": "2017-07-15 23:20:05.808828",
+                "last_scrub": "37'142",
+                "last_scrub_stamp": "2017-07-15 23:20:05.808671",
+                "last_undegraded": "2017-07-15 23:20:05.808828",
+                "last_unstale": "2017-07-15 23:20:05.808828",
+                "log_size": 142,
+                "log_start": "0'0",
+                "mapping_epoch": 29,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 142,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "5.a",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "1169",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 1807,
+                    "num_read_kb": 33323,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 191,
+                    "num_write_kb": 202700
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    2,
+                    4
+                ],
+                "up_primary": 1,
+                "version": "37'142"
+            },
+            {
+                "acting": [
+                    0,
+                    3,
+                    1
+                ],
+                "acting_primary": 0,
+                "blocked_by": [],
+                "created": 22,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 05:50:55.154048",
+                "last_became_active": "2017-07-03 12:09:42.795721",
+                "last_became_peered": "2017-07-03 12:09:42.795721",
+                "last_change": "2017-07-15 14:50:25.147507",
+                "last_clean": "2017-07-16 05:50:55.154048",
+                "last_clean_scrub_stamp": "2017-07-15 14:50:25.147453",
+                "last_deep_scrub": "37'25383",
+                "last_deep_scrub_stamp": "2017-07-10 15:04:07.972318",
+                "last_epoch_clean": 23,
+                "last_fresh": "2017-07-16 05:50:55.154048",
+                "last_fullsized": "2017-07-16 05:50:55.154048",
+                "last_peered": "2017-07-16 05:50:55.154048",
+                "last_scrub": "37'43992",
+                "last_scrub_stamp": "2017-07-15 14:50:25.147453",
+                "last_undegraded": "2017-07-16 05:50:55.154048",
+                "last_unstale": "2017-07-16 05:50:55.154048",
+                "log_size": 3070,
+                "log_start": "37'43100",
+                "mapping_epoch": 22,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3070,
+                "ondisk_log_start": "37'43100",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "1.e",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "46158",
+                "stat_sum": {
+                    "num_bytes": 526574,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 99,
+                    "num_objects": 33,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 33,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 40563,
+                    "num_read_kb": 80720,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 46141,
+                    "num_write_kb": 5770
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    0,
+                    3,
+                    1
+                ],
+                "up_primary": 0,
+                "version": "37'46170"
+            },
+            {
+                "acting": [
+                    0,
+                    3,
+                    1
+                ],
+                "acting_primary": 0,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 13:18:23.181939",
+                "last_became_active": "2017-07-03 12:04:48.510184",
+                "last_became_peered": "2017-07-03 12:04:48.510184",
+                "last_change": "2017-07-15 13:18:23.181939",
+                "last_clean": "2017-07-15 13:18:23.181939",
+                "last_clean_scrub_stamp": "2017-07-15 13:18:23.181807",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-15 13:18:23.181807",
+                "last_epoch_clean": 15,
+                "last_fresh": "2017-07-15 13:18:23.181939",
+                "last_fullsized": "2017-07-15 13:18:23.181939",
+                "last_peered": "2017-07-15 13:18:23.181939",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 13:18:23.181807",
+                "last_undegraded": "2017-07-15 13:18:23.181939",
+                "last_unstale": "2017-07-15 13:18:23.181939",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 13,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.f",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "46",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    0,
+                    3,
+                    1
+                ],
+                "up_primary": 0,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    2,
+                    4,
+                    1
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 24,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 14:22:25.653221",
+                "last_became_active": "2017-07-03 12:09:44.413663",
+                "last_became_peered": "2017-07-03 12:09:44.413663",
+                "last_change": "2017-07-15 14:22:25.653221",
+                "last_clean": "2017-07-15 14:22:25.653221",
+                "last_clean_scrub_stamp": "2017-07-15 14:22:25.653166",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-10 20:17:41.100011",
+                "last_epoch_clean": 25,
+                "last_fresh": "2017-07-15 14:22:25.653221",
+                "last_fullsized": "2017-07-15 14:22:25.653221",
+                "last_peered": "2017-07-15 14:22:25.653221",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 14:22:25.653166",
+                "last_undegraded": "2017-07-15 14:22:25.653221",
+                "last_unstale": "2017-07-15 14:22:25.653221",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 24,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "2.d",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "26",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    4,
+                    1
+                ],
+                "up_primary": 2,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    3,
+                    1,
+                    4
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 25,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 20:51:34.009976",
+                "last_became_active": "2017-07-03 12:09:45.493449",
+                "last_became_peered": "2017-07-03 12:09:45.493449",
+                "last_change": "2017-07-15 20:51:34.009976",
+                "last_clean": "2017-07-15 20:51:34.009976",
+                "last_clean_scrub_stamp": "2017-07-15 20:51:34.009911",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-11 11:11:30.156056",
+                "last_epoch_clean": 26,
+                "last_fresh": "2017-07-15 20:51:34.009976",
+                "last_fullsized": "2017-07-15 20:51:34.009976",
+                "last_peered": "2017-07-15 20:51:34.009976",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 20:51:34.009911",
+                "last_undegraded": "2017-07-15 20:51:34.009976",
+                "last_unstale": "2017-07-15 20:51:34.009976",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 25,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "3.c",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "26",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    1,
+                    4
+                ],
+                "up_primary": 3,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    0,
+                    3,
+                    4
+                ],
+                "acting_primary": 0,
+                "blocked_by": [],
+                "created": 27,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 04:20:00.790887",
+                "last_became_active": "2017-07-03 12:09:49.051354",
+                "last_became_peered": "2017-07-03 12:09:49.051354",
+                "last_change": "2017-07-15 04:20:00.790887",
+                "last_clean": "2017-07-15 04:20:00.790887",
+                "last_clean_scrub_stamp": "2017-07-15 04:20:00.790782",
+                "last_deep_scrub": "37'32648",
+                "last_deep_scrub_stamp": "2017-07-09 14:55:27.974495",
+                "last_epoch_clean": 28,
+                "last_fresh": "2017-07-15 04:20:00.790887",
+                "last_fullsized": "2017-07-15 04:20:00.790887",
+                "last_peered": "2017-07-15 04:20:00.790887",
+                "last_scrub": "37'32648",
+                "last_scrub_stamp": "2017-07-15 04:20:00.790782",
+                "last_undegraded": "2017-07-15 04:20:00.790887",
+                "last_unstale": "2017-07-15 04:20:00.790887",
+                "log_size": 3048,
+                "log_start": "37'29600",
+                "mapping_epoch": 27,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3048,
+                "ondisk_log_start": "37'29600",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "4.b",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "21275",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 56345,
+                    "num_read_kb": 73731,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 32738,
+                    "num_write_kb": 466945
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    0,
+                    3,
+                    4
+                ],
+                "up_primary": 0,
+                "version": "37'32648"
+            },
+            {
+                "acting": [
+                    0,
+                    3,
+                    1
+                ],
+                "acting_primary": 0,
+                "blocked_by": [],
+                "created": 29,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 05:11:52.927954",
+                "last_became_active": "2017-07-03 12:09:51.182787",
+                "last_became_peered": "2017-07-03 12:09:51.182787",
+                "last_change": "2017-07-16 05:11:52.927954",
+                "last_clean": "2017-07-16 05:11:52.927954",
+                "last_clean_scrub_stamp": "2017-07-16 05:11:52.927908",
+                "last_deep_scrub": "37'150",
+                "last_deep_scrub_stamp": "2017-07-16 05:11:52.927908",
+                "last_epoch_clean": 30,
+                "last_fresh": "2017-07-16 05:11:52.927954",
+                "last_fullsized": "2017-07-16 05:11:52.927954",
+                "last_peered": "2017-07-16 05:11:52.927954",
+                "last_scrub": "37'150",
+                "last_scrub_stamp": "2017-07-16 05:11:52.927908",
+                "last_undegraded": "2017-07-16 05:11:52.927954",
+                "last_unstale": "2017-07-16 05:11:52.927954",
+                "log_size": 150,
+                "log_start": "0'0",
+                "mapping_epoch": 29,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 150,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "5.b",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "1937",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 2869,
+                    "num_read_kb": 39021,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 190,
+                    "num_write_kb": 180412
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    0,
+                    3,
+                    1
+                ],
+                "up_primary": 0,
+                "version": "37'150"
+            },
+            {
+                "acting": [
+                    3,
+                    2,
+                    1
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 22,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 05:50:54.993969",
+                "last_became_active": "2017-07-03 12:09:42.274263",
+                "last_became_peered": "2017-07-03 12:09:42.274263",
+                "last_change": "2017-07-15 06:49:27.323500",
+                "last_clean": "2017-07-16 05:50:54.993969",
+                "last_clean_scrub_stamp": "2017-07-15 06:49:27.323445",
+                "last_deep_scrub": "37'2631",
+                "last_deep_scrub_stamp": "2017-07-09 17:09:44.556850",
+                "last_epoch_clean": 23,
+                "last_fresh": "2017-07-16 05:50:54.993969",
+                "last_fullsized": "2017-07-16 05:50:54.993969",
+                "last_peered": "2017-07-16 05:50:54.993969",
+                "last_scrub": "37'4321",
+                "last_scrub_stamp": "2017-07-15 06:49:27.323445",
+                "last_undegraded": "2017-07-16 05:50:54.993969",
+                "last_unstale": "2017-07-16 05:50:54.993969",
+                "log_size": 3018,
+                "log_start": "37'1500",
+                "mapping_epoch": 22,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3018,
+                "ondisk_log_start": "37'1500",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "1.f",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "4498",
+                "stat_sum": {
+                    "num_bytes": 775976,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 120,
+                    "num_objects": 40,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 40,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 402,
+                    "num_read_kb": 362,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 4480,
+                    "num_write_kb": 4220
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    2,
+                    1
+                ],
+                "up_primary": 3,
+                "version": "37'4518"
+            },
+            {
+                "acting": [
+                    0,
+                    4,
+                    2
+                ],
+                "acting_primary": 0,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 00:38:10.556722",
+                "last_became_active": "2017-07-03 12:04:59.011217",
+                "last_became_peered": "2017-07-03 12:04:59.011217",
+                "last_change": "2017-07-15 00:38:10.556722",
+                "last_clean": "2017-07-15 00:38:10.556722",
+                "last_clean_scrub_stamp": "2017-07-15 00:38:10.556646",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-15 00:38:10.556646",
+                "last_epoch_clean": 20,
+                "last_fresh": "2017-07-15 00:38:10.556722",
+                "last_fullsized": "2017-07-15 00:38:10.556722",
+                "last_peered": "2017-07-15 00:38:10.556722",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 00:38:10.556646",
+                "last_undegraded": "2017-07-15 00:38:10.556722",
+                "last_unstale": "2017-07-15 00:38:10.556722",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 18,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.e",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "53",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    0,
+                    4,
+                    2
+                ],
+                "up_primary": 0,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    4,
+                    2,
+                    0
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 24,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 15:41:42.629560",
+                "last_became_active": "2017-07-03 12:09:44.404171",
+                "last_became_peered": "2017-07-03 12:09:44.404171",
+                "last_change": "2017-07-15 15:41:42.629560",
+                "last_clean": "2017-07-15 15:41:42.629560",
+                "last_clean_scrub_stamp": "2017-07-15 15:41:42.629517",
+                "last_deep_scrub": "32'3",
+                "last_deep_scrub_stamp": "2017-07-10 19:16:53.814884",
+                "last_epoch_clean": 25,
+                "last_fresh": "2017-07-15 15:41:42.629560",
+                "last_fullsized": "2017-07-15 15:41:42.629560",
+                "last_peered": "2017-07-15 15:41:42.629560",
+                "last_scrub": "32'3",
+                "last_scrub_stamp": "2017-07-15 15:41:42.629517",
+                "last_undegraded": "2017-07-15 15:41:42.629560",
+                "last_unstale": "2017-07-15 15:41:42.629560",
+                "log_size": 3,
+                "log_start": "0'0",
+                "mapping_epoch": 24,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "2.c",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "32",
+                "stat_sum": {
+                    "num_bytes": 25165824,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 9,
+                    "num_objects": 3,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 3,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 6,
+                    "num_read_kb": 49152,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 6,
+                    "num_write_kb": 24576
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    2,
+                    0
+                ],
+                "up_primary": 4,
+                "version": "32'3"
+            },
+            {
+                "acting": [
+                    3,
+                    4,
+                    1
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 25,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 05:40:02.442911",
+                "last_became_active": "2017-07-03 12:09:45.499018",
+                "last_became_peered": "2017-07-03 12:09:45.499018",
+                "last_change": "2017-07-15 05:40:02.442911",
+                "last_clean": "2017-07-15 05:40:02.442911",
+                "last_clean_scrub_stamp": "2017-07-15 05:40:02.442861",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-15 05:40:02.442861",
+                "last_epoch_clean": 26,
+                "last_fresh": "2017-07-15 05:40:02.442911",
+                "last_fullsized": "2017-07-15 05:40:02.442911",
+                "last_peered": "2017-07-15 05:40:02.442911",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 05:40:02.442861",
+                "last_undegraded": "2017-07-15 05:40:02.442911",
+                "last_unstale": "2017-07-15 05:40:02.442911",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 25,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "3.d",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "24",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    4,
+                    1
+                ],
+                "up_primary": 3,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    3,
+                    1,
+                    4
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 27,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 02:16:55.084499",
+                "last_became_active": "2017-07-03 12:09:48.521845",
+                "last_became_peered": "2017-07-03 12:09:48.521845",
+                "last_change": "2017-07-16 02:16:55.084499",
+                "last_clean": "2017-07-16 02:16:55.084499",
+                "last_clean_scrub_stamp": "2017-07-16 02:16:55.084440",
+                "last_deep_scrub": "37'27659",
+                "last_deep_scrub_stamp": "2017-07-16 02:16:55.084440",
+                "last_epoch_clean": 28,
+                "last_fresh": "2017-07-16 02:16:55.084499",
+                "last_fullsized": "2017-07-16 02:16:55.084499",
+                "last_peered": "2017-07-16 02:16:55.084499",
+                "last_scrub": "37'27659",
+                "last_scrub_stamp": "2017-07-16 02:16:55.084440",
+                "last_undegraded": "2017-07-16 02:16:55.084499",
+                "last_unstale": "2017-07-16 02:16:55.084499",
+                "log_size": 3059,
+                "log_start": "37'24600",
+                "mapping_epoch": 27,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3059,
+                "ondisk_log_start": "37'24600",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "4.a",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "42064",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 52297,
+                    "num_read_kb": 77869,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 27753,
+                    "num_write_kb": 421889
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    1,
+                    4
+                ],
+                "up_primary": 3,
+                "version": "37'27659"
+            },
+            {
+                "acting": [
+                    2,
+                    0,
+                    4
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 29,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 20:15:45.925275",
+                "last_became_active": "2017-07-03 12:09:50.556061",
+                "last_became_peered": "2017-07-03 12:09:50.556061",
+                "last_change": "2017-07-15 20:15:45.925275",
+                "last_clean": "2017-07-15 20:15:45.925275",
+                "last_clean_scrub_stamp": "2017-07-15 20:15:45.925242",
+                "last_deep_scrub": "37'688",
+                "last_deep_scrub_stamp": "2017-07-10 01:03:21.607690",
+                "last_epoch_clean": 30,
+                "last_fresh": "2017-07-15 20:15:45.925275",
+                "last_fullsized": "2017-07-15 20:15:45.925275",
+                "last_peered": "2017-07-15 20:15:45.925275",
+                "last_scrub": "37'688",
+                "last_scrub_stamp": "2017-07-15 20:15:45.925242",
+                "last_undegraded": "2017-07-15 20:15:45.925275",
+                "last_unstale": "2017-07-15 20:15:45.925275",
+                "log_size": 688,
+                "log_start": "0'0",
+                "mapping_epoch": 29,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 688,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "5.8",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "578",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 2883,
+                    "num_read_kb": 41070,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 985,
+                    "num_write_kb": 212423
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    0,
+                    4
+                ],
+                "up_primary": 2,
+                "version": "37'688"
+            },
+            {
+                "acting": [
+                    2,
+                    1,
+                    3
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 22,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 05:50:54.968222",
+                "last_became_active": "2017-07-03 12:09:42.180137",
+                "last_became_peered": "2017-07-03 12:09:42.180137",
+                "last_change": "2017-07-15 20:41:12.241199",
+                "last_clean": "2017-07-16 05:50:54.968222",
+                "last_clean_scrub_stamp": "2017-07-15 20:41:12.241147",
+                "last_deep_scrub": "37'4941",
+                "last_deep_scrub_stamp": "2017-07-14 09:54:48.972670",
+                "last_epoch_clean": 23,
+                "last_fresh": "2017-07-16 05:50:54.968222",
+                "last_fullsized": "2017-07-16 05:50:54.968222",
+                "last_peered": "2017-07-16 05:50:54.968222",
+                "last_scrub": "37'5557",
+                "last_scrub_stamp": "2017-07-15 20:41:12.241147",
+                "last_undegraded": "2017-07-16 05:50:54.968222",
+                "last_unstale": "2017-07-16 05:50:54.968222",
+                "log_size": 3015,
+                "log_start": "37'2700",
+                "mapping_epoch": 22,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3015,
+                "ondisk_log_start": "37'2700",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "1.c",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "5721",
+                "stat_sum": {
+                    "num_bytes": 485736,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 75,
+                    "num_objects": 25,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 25,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 305,
+                    "num_read_kb": 243,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 5695,
+                    "num_write_kb": 5510
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    1,
+                    3
+                ],
+                "up_primary": 2,
+                "version": "37'5715"
+            },
+            {
+                "acting": [
+                    2,
+                    3,
+                    0
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 20:36:33.174278",
+                "last_became_active": "2017-07-03 12:04:47.883293",
+                "last_became_peered": "2017-07-03 12:04:47.883293",
+                "last_change": "2017-07-15 20:36:33.174278",
+                "last_clean": "2017-07-15 20:36:33.174278",
+                "last_clean_scrub_stamp": "2017-07-15 20:36:33.174250",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-10 14:53:43.241177",
+                "last_epoch_clean": 15,
+                "last_fresh": "2017-07-15 20:36:33.174278",
+                "last_fullsized": "2017-07-15 20:36:33.174278",
+                "last_peered": "2017-07-15 20:36:33.174278",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 20:36:33.174250",
+                "last_undegraded": "2017-07-15 20:36:33.174278",
+                "last_unstale": "2017-07-15 20:36:33.174278",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 13,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.d",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "36",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    3,
+                    0
+                ],
+                "up_primary": 2,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    4,
+                    2,
+                    3
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 24,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 21:33:51.184217",
+                "last_became_active": "2017-07-03 12:09:44.403526",
+                "last_became_peered": "2017-07-03 12:09:44.403526",
+                "last_change": "2017-07-15 21:33:51.184217",
+                "last_clean": "2017-07-15 21:33:51.184217",
+                "last_clean_scrub_stamp": "2017-07-15 21:33:51.184168",
+                "last_deep_scrub": "32'1",
+                "last_deep_scrub_stamp": "2017-07-14 21:26:02.673228",
+                "last_epoch_clean": 25,
+                "last_fresh": "2017-07-15 21:33:51.184217",
+                "last_fullsized": "2017-07-15 21:33:51.184217",
+                "last_peered": "2017-07-15 21:33:51.184217",
+                "last_scrub": "32'1",
+                "last_scrub_stamp": "2017-07-15 21:33:51.184168",
+                "last_undegraded": "2017-07-15 21:33:51.184217",
+                "last_unstale": "2017-07-15 21:33:51.184217",
+                "log_size": 1,
+                "log_start": "0'0",
+                "mapping_epoch": 24,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 1,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "2.f",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "28",
+                "stat_sum": {
+                    "num_bytes": 8388608,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 3,
+                    "num_objects": 1,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 1,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 2,
+                    "num_read_kb": 16384,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 2,
+                    "num_write_kb": 8192
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    2,
+                    3
+                ],
+                "up_primary": 4,
+                "version": "32'1"
+            },
+            {
+                "acting": [
+                    2,
+                    4,
+                    0
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 25,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 01:18:40.048118",
+                "last_became_active": "2017-07-03 12:09:45.441522",
+                "last_became_peered": "2017-07-03 12:09:45.441522",
+                "last_change": "2017-07-15 01:18:40.048118",
+                "last_clean": "2017-07-15 01:18:40.048118",
+                "last_clean_scrub_stamp": "2017-07-15 01:18:40.048074",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-11 06:37:39.460598",
+                "last_epoch_clean": 26,
+                "last_fresh": "2017-07-15 01:18:40.048118",
+                "last_fullsized": "2017-07-15 01:18:40.048118",
+                "last_peered": "2017-07-15 01:18:40.048118",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 01:18:40.048074",
+                "last_undegraded": "2017-07-15 01:18:40.048118",
+                "last_unstale": "2017-07-15 01:18:40.048118",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 25,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "3.e",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "24",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    4,
+                    0
+                ],
+                "up_primary": 2,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    4,
+                    0,
+                    1
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 27,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 03:56:48.076678",
+                "last_became_active": "2017-07-03 12:09:48.428447",
+                "last_became_peered": "2017-07-03 12:09:48.428447",
+                "last_change": "2017-07-16 03:56:48.076678",
+                "last_clean": "2017-07-16 03:56:48.076678",
+                "last_clean_scrub_stamp": "2017-07-16 03:56:48.076626",
+                "last_deep_scrub": "37'35023",
+                "last_deep_scrub_stamp": "2017-07-14 22:09:14.224468",
+                "last_epoch_clean": 28,
+                "last_fresh": "2017-07-16 03:56:48.076678",
+                "last_fullsized": "2017-07-16 03:56:48.076678",
+                "last_peered": "2017-07-16 03:56:48.076678",
+                "last_scrub": "37'35023",
+                "last_scrub_stamp": "2017-07-16 03:56:48.076626",
+                "last_undegraded": "2017-07-16 03:56:48.076678",
+                "last_unstale": "2017-07-16 03:56:48.076678",
+                "log_size": 3023,
+                "log_start": "37'32000",
+                "mapping_epoch": 27,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3023,
+                "ondisk_log_start": "37'32000",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "4.9",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "33793",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 55342,
+                    "num_read_kb": 86536,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 35113,
+                    "num_write_kb": 405504
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    0,
+                    1
+                ],
+                "up_primary": 4,
+                "version": "37'35023"
+            },
+            {
+                "acting": [
+                    4,
+                    0,
+                    3
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 29,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-14 21:26:01.652703",
+                "last_became_active": "2017-07-03 12:09:50.537551",
+                "last_became_peered": "2017-07-03 12:09:50.537551",
+                "last_change": "2017-07-14 21:26:01.652703",
+                "last_clean": "2017-07-14 21:26:01.652703",
+                "last_clean_scrub_stamp": "2017-07-14 21:26:01.652643",
+                "last_deep_scrub": "37'580",
+                "last_deep_scrub_stamp": "2017-07-11 05:20:13.552350",
+                "last_epoch_clean": 30,
+                "last_fresh": "2017-07-14 21:26:01.652703",
+                "last_fullsized": "2017-07-14 21:26:01.652703",
+                "last_peered": "2017-07-14 21:26:01.652703",
+                "last_scrub": "37'580",
+                "last_scrub_stamp": "2017-07-14 21:26:01.652643",
+                "last_undegraded": "2017-07-14 21:26:01.652703",
+                "last_unstale": "2017-07-14 21:26:01.652703",
+                "log_size": 580,
+                "log_start": "0'0",
+                "mapping_epoch": 29,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 580,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "5.9",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "650",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 904,
+                    "num_read_kb": 36680,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 625,
+                    "num_write_kb": 187096
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    0,
+                    3
+                ],
+                "up_primary": 4,
+                "version": "37'580"
+            },
+            {
+                "acting": [
+                    3,
+                    2,
+                    1
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 22,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 05:50:55.005601",
+                "last_became_active": "2017-07-03 12:09:42.281479",
+                "last_became_peered": "2017-07-03 12:09:42.281479",
+                "last_change": "2017-07-15 13:35:38.504009",
+                "last_clean": "2017-07-16 05:50:55.005601",
+                "last_clean_scrub_stamp": "2017-07-15 13:35:38.503944",
+                "last_deep_scrub": "37'3542",
+                "last_deep_scrub_stamp": "2017-07-10 17:18:50.775822",
+                "last_epoch_clean": 23,
+                "last_fresh": "2017-07-16 05:50:55.005601",
+                "last_fullsized": "2017-07-16 05:50:55.005601",
+                "last_peered": "2017-07-16 05:50:55.005601",
+                "last_scrub": "37'5631",
+                "last_scrub_stamp": "2017-07-15 13:35:38.503944",
+                "last_undegraded": "2017-07-16 05:50:55.005601",
+                "last_unstale": "2017-07-16 05:50:55.005601",
+                "log_size": 3015,
+                "log_start": "37'3000",
+                "mapping_epoch": 22,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3015,
+                "ondisk_log_start": "37'3000",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "1.d",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "6008",
+                "stat_sum": {
+                    "num_bytes": 618696,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 117,
+                    "num_objects": 39,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 39,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 397,
+                    "num_read_kb": 342,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 5984,
+                    "num_write_kb": 5733
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    2,
+                    1
+                ],
+                "up_primary": 3,
+                "version": "37'6015"
+            },
+            {
+                "acting": [
+                    1,
+                    4,
+                    0
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 15:39:17.183961",
+                "last_became_active": "2017-07-03 12:04:58.353515",
+                "last_became_peered": "2017-07-03 12:04:58.353515",
+                "last_change": "2017-07-15 15:39:17.183961",
+                "last_clean": "2017-07-15 15:39:17.183961",
+                "last_clean_scrub_stamp": "2017-07-15 15:39:17.183860",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-11 04:02:52.210299",
+                "last_epoch_clean": 20,
+                "last_fresh": "2017-07-15 15:39:17.183961",
+                "last_fullsized": "2017-07-15 15:39:17.183961",
+                "last_peered": "2017-07-15 15:39:17.183961",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 15:39:17.183860",
+                "last_undegraded": "2017-07-15 15:39:17.183961",
+                "last_unstale": "2017-07-15 15:39:17.183961",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 18,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.c",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "46",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    4,
+                    0
+                ],
+                "up_primary": 1,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    1,
+                    4,
+                    2
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 24,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 01:20:35.007017",
+                "last_became_active": "2017-07-03 12:09:44.375346",
+                "last_became_peered": "2017-07-03 12:09:44.375346",
+                "last_change": "2017-07-16 01:20:35.007017",
+                "last_clean": "2017-07-16 01:20:35.007017",
+                "last_clean_scrub_stamp": "2017-07-16 01:20:35.006913",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-13 11:33:44.873914",
+                "last_epoch_clean": 25,
+                "last_fresh": "2017-07-16 01:20:35.007017",
+                "last_fullsized": "2017-07-16 01:20:35.007017",
+                "last_peered": "2017-07-16 01:20:35.007017",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-16 01:20:35.006913",
+                "last_undegraded": "2017-07-16 01:20:35.007017",
+                "last_unstale": "2017-07-16 01:20:35.007017",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 24,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "2.e",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "26",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    4,
+                    2
+                ],
+                "up_primary": 1,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    2,
+                    0,
+                    4
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 25,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 05:31:48.692838",
+                "last_became_active": "2017-07-03 12:09:45.408932",
+                "last_became_peered": "2017-07-03 12:09:45.408932",
+                "last_change": "2017-07-16 05:31:48.692838",
+                "last_clean": "2017-07-16 05:31:48.692838",
+                "last_clean_scrub_stamp": "2017-07-16 05:31:48.692785",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-11 08:05:46.481229",
+                "last_epoch_clean": 26,
+                "last_fresh": "2017-07-16 05:31:48.692838",
+                "last_fullsized": "2017-07-16 05:31:48.692838",
+                "last_peered": "2017-07-16 05:31:48.692838",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-16 05:31:48.692785",
+                "last_undegraded": "2017-07-16 05:31:48.692838",
+                "last_unstale": "2017-07-16 05:31:48.692838",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 25,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "3.f",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "26",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    0,
+                    4
+                ],
+                "up_primary": 2,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    4,
+                    3,
+                    2
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 27,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 19:22:36.499791",
+                "last_became_active": "2017-07-03 12:09:48.412040",
+                "last_became_peered": "2017-07-03 12:09:48.412040",
+                "last_change": "2017-07-15 19:22:36.499791",
+                "last_clean": "2017-07-15 19:22:36.499791",
+                "last_clean_scrub_stamp": "2017-07-15 19:22:36.499754",
+                "last_deep_scrub": "37'33260",
+                "last_deep_scrub_stamp": "2017-07-11 13:59:29.038659",
+                "last_epoch_clean": 28,
+                "last_fresh": "2017-07-15 19:22:36.499791",
+                "last_fullsized": "2017-07-15 19:22:36.499791",
+                "last_peered": "2017-07-15 19:22:36.499791",
+                "last_scrub": "37'33260",
+                "last_scrub_stamp": "2017-07-15 19:22:36.499754",
+                "last_undegraded": "2017-07-15 19:22:36.499791",
+                "last_unstale": "2017-07-15 19:22:36.499791",
+                "log_size": 3060,
+                "log_start": "37'30200",
+                "mapping_epoch": 27,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3060,
+                "ondisk_log_start": "37'30200",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "4.8",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "20747",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 59961,
+                    "num_read_kb": 84501,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 33865,
+                    "num_write_kb": 410629
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    3,
+                    2
+                ],
+                "up_primary": 4,
+                "version": "37'33260"
+            },
+            {
+                "acting": [
+                    3,
+                    2,
+                    1
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 29,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 21:08:40.214353",
+                "last_became_active": "2017-07-03 12:09:50.642914",
+                "last_became_peered": "2017-07-03 12:09:50.642914",
+                "last_change": "2017-07-15 21:08:40.214353",
+                "last_clean": "2017-07-15 21:08:40.214353",
+                "last_clean_scrub_stamp": "2017-07-15 21:08:40.214206",
+                "last_deep_scrub": "37'526",
+                "last_deep_scrub_stamp": "2017-07-11 02:05:26.249392",
+                "last_epoch_clean": 30,
+                "last_fresh": "2017-07-15 21:08:40.214353",
+                "last_fullsized": "2017-07-15 21:08:40.214353",
+                "last_peered": "2017-07-15 21:08:40.214353",
+                "last_scrub": "37'526",
+                "last_scrub_stamp": "2017-07-15 21:08:40.214206",
+                "last_undegraded": "2017-07-15 21:08:40.214353",
+                "last_unstale": "2017-07-15 21:08:40.214353",
+                "log_size": 526,
+                "log_start": "0'0",
+                "mapping_epoch": 29,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 526,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "5.e",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "583",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 1892,
+                    "num_read_kb": 29312,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 811,
+                    "num_write_kb": 179592
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    2,
+                    1
+                ],
+                "up_primary": 3,
+                "version": "37'526"
+            },
+            {
+                "acting": [
+                    4,
+                    3,
+                    0
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 22,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 00:44:01.597039",
+                "last_became_active": "2017-07-03 12:09:42.147732",
+                "last_became_peered": "2017-07-03 12:09:42.147732",
+                "last_change": "2017-07-16 00:44:01.597039",
+                "last_clean": "2017-07-16 00:44:01.597039",
+                "last_clean_scrub_stamp": "2017-07-16 00:44:01.597000",
+                "last_deep_scrub": "37'621",
+                "last_deep_scrub_stamp": "2017-07-13 12:54:04.151289",
+                "last_epoch_clean": 23,
+                "last_fresh": "2017-07-16 00:44:01.597039",
+                "last_fullsized": "2017-07-16 00:44:01.597039",
+                "last_peered": "2017-07-16 00:44:01.597039",
+                "last_scrub": "37'671",
+                "last_scrub_stamp": "2017-07-16 00:44:01.597000",
+                "last_undegraded": "2017-07-16 00:44:01.597039",
+                "last_unstale": "2017-07-16 00:44:01.597039",
+                "log_size": 671,
+                "log_start": "0'0",
+                "mapping_epoch": 22,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 671,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "1.a",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "661",
+                "stat_sum": {
+                    "num_bytes": 706707,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 96,
+                    "num_objects": 32,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 32,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 322,
+                    "num_read_kb": 161,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 639,
+                    "num_write_kb": 478
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    3,
+                    0
+                ],
+                "up_primary": 4,
+                "version": "37'671"
+            },
+            {
+                "acting": [
+                    0,
+                    1,
+                    4
+                ],
+                "acting_primary": 0,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 05:17:12.357088",
+                "last_became_active": "2017-07-03 12:05:00.021888",
+                "last_became_peered": "2017-07-03 12:05:00.021888",
+                "last_change": "2017-07-15 05:17:12.357088",
+                "last_clean": "2017-07-15 05:17:12.357088",
+                "last_clean_scrub_stamp": "2017-07-15 05:17:12.357009",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-15 05:17:12.357009",
+                "last_epoch_clean": 21,
+                "last_fresh": "2017-07-15 05:17:12.357088",
+                "last_fullsized": "2017-07-15 05:17:12.357088",
+                "last_peered": "2017-07-15 05:17:12.357088",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 05:17:12.357009",
+                "last_undegraded": "2017-07-15 05:17:12.357088",
+                "last_unstale": "2017-07-15 05:17:12.357088",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 19,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.b",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "58",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    0,
+                    1,
+                    4
+                ],
+                "up_primary": 0,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    1,
+                    2,
+                    3
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 24,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 01:32:47.693396",
+                "last_became_active": "2017-07-03 12:09:44.390892",
+                "last_became_peered": "2017-07-03 12:09:44.390892",
+                "last_change": "2017-07-15 01:32:47.693396",
+                "last_clean": "2017-07-15 01:32:47.693396",
+                "last_clean_scrub_stamp": "2017-07-15 01:32:47.693267",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-15 01:32:47.693267",
+                "last_epoch_clean": 25,
+                "last_fresh": "2017-07-15 01:32:47.693396",
+                "last_fullsized": "2017-07-15 01:32:47.693396",
+                "last_peered": "2017-07-15 01:32:47.693396",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 01:32:47.693267",
+                "last_undegraded": "2017-07-15 01:32:47.693396",
+                "last_unstale": "2017-07-15 01:32:47.693396",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 24,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "2.9",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "24",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    2,
+                    3
+                ],
+                "up_primary": 1,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    2,
+                    1,
+                    4
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 25,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 05:53:28.408147",
+                "last_became_active": "2017-07-03 12:09:45.408886",
+                "last_became_peered": "2017-07-03 12:09:45.408886",
+                "last_change": "2017-07-15 05:53:28.408147",
+                "last_clean": "2017-07-15 05:53:28.408147",
+                "last_clean_scrub_stamp": "2017-07-15 05:53:28.408117",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-14 02:07:27.203221",
+                "last_epoch_clean": 26,
+                "last_fresh": "2017-07-15 05:53:28.408147",
+                "last_fullsized": "2017-07-15 05:53:28.408147",
+                "last_peered": "2017-07-15 05:53:28.408147",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 05:53:28.408117",
+                "last_undegraded": "2017-07-15 05:53:28.408147",
+                "last_unstale": "2017-07-15 05:53:28.408147",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 25,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "3.8",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "26",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    1,
+                    4
+                ],
+                "up_primary": 2,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    1,
+                    2,
+                    0
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 27,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 13:17:07.729332",
+                "last_became_active": "2017-07-03 12:09:48.399817",
+                "last_became_peered": "2017-07-03 12:09:48.399817",
+                "last_change": "2017-07-15 13:17:07.729332",
+                "last_clean": "2017-07-15 13:17:07.729332",
+                "last_clean_scrub_stamp": "2017-07-15 13:17:07.729222",
+                "last_deep_scrub": "37'32349",
+                "last_deep_scrub_stamp": "2017-07-11 15:45:40.321103",
+                "last_epoch_clean": 28,
+                "last_fresh": "2017-07-15 13:17:07.729332",
+                "last_fullsized": "2017-07-15 13:17:07.729332",
+                "last_peered": "2017-07-15 13:17:07.729332",
+                "last_scrub": "37'32349",
+                "last_scrub_stamp": "2017-07-15 13:17:07.729222",
+                "last_undegraded": "2017-07-15 13:17:07.729332",
+                "last_unstale": "2017-07-15 13:17:07.729332",
+                "log_size": 3048,
+                "log_start": "37'29301",
+                "mapping_epoch": 27,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3048,
+                "ondisk_log_start": "37'29301",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "4.f",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "33282",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 53312,
+                    "num_read_kb": 81962,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 32447,
+                    "num_write_kb": 442368
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    2,
+                    0
+                ],
+                "up_primary": 1,
+                "version": "37'32349"
+            },
+            {
+                "acting": [
+                    3,
+                    4,
+                    2
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 29,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 20:51:57.014693",
+                "last_became_active": "2017-07-03 12:09:50.651052",
+                "last_became_peered": "2017-07-03 12:09:50.651052",
+                "last_change": "2017-07-15 20:51:57.014693",
+                "last_clean": "2017-07-15 20:51:57.014693",
+                "last_clean_scrub_stamp": "2017-07-15 20:51:57.014656",
+                "last_deep_scrub": "37'442",
+                "last_deep_scrub_stamp": "2017-07-15 20:51:57.014656",
+                "last_epoch_clean": 30,
+                "last_fresh": "2017-07-15 20:51:57.014693",
+                "last_fullsized": "2017-07-15 20:51:57.014693",
+                "last_peered": "2017-07-15 20:51:57.014693",
+                "last_scrub": "37'442",
+                "last_scrub_stamp": "2017-07-15 20:51:57.014656",
+                "last_undegraded": "2017-07-15 20:51:57.014693",
+                "last_unstale": "2017-07-15 20:51:57.014693",
+                "log_size": 442,
+                "log_start": "0'0",
+                "mapping_epoch": 29,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 442,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "5.f",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "469",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 800,
+                    "num_read_kb": 27240,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 484,
+                    "num_write_kb": 173104
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    4,
+                    2
+                ],
+                "up_primary": 3,
+                "version": "37'442"
+            },
+            {
+                "acting": [
+                    0,
+                    1,
+                    2
+                ],
+                "acting_primary": 0,
+                "blocked_by": [],
+                "created": 22,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 03:40:55.184242",
+                "last_became_active": "2017-07-03 12:09:42.802466",
+                "last_became_peered": "2017-07-03 12:09:42.802466",
+                "last_change": "2017-07-16 02:07:39.060768",
+                "last_clean": "2017-07-16 03:40:55.184242",
+                "last_clean_scrub_stamp": "2017-07-16 02:07:39.060722",
+                "last_deep_scrub": "37'2391",
+                "last_deep_scrub_stamp": "2017-07-13 21:19:00.927803",
+                "last_epoch_clean": 23,
+                "last_fresh": "2017-07-16 03:40:55.184242",
+                "last_fullsized": "2017-07-16 03:40:55.184242",
+                "last_peered": "2017-07-16 03:40:55.184242",
+                "last_scrub": "37'2674",
+                "last_scrub_stamp": "2017-07-16 02:07:39.060722",
+                "last_undegraded": "2017-07-16 03:40:55.184242",
+                "last_unstale": "2017-07-16 03:40:55.184242",
+                "log_size": 2676,
+                "log_start": "0'0",
+                "mapping_epoch": 22,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 2676,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "1.b",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "2674",
+                "stat_sum": {
+                    "num_bytes": 464783,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 93,
+                    "num_objects": 31,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 31,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 556,
+                    "num_read_kb": 531,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 2648,
+                    "num_write_kb": 2278
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    0,
+                    1,
+                    2
+                ],
+                "up_primary": 0,
+                "version": "37'2676"
+            },
+            {
+                "acting": [
+                    2,
+                    3,
+                    4
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 06:01:24.508106",
+                "last_became_active": "2017-07-03 12:04:59.401197",
+                "last_became_peered": "2017-07-03 12:04:59.401197",
+                "last_change": "2017-07-15 06:01:24.508106",
+                "last_clean": "2017-07-15 06:01:24.508106",
+                "last_clean_scrub_stamp": "2017-07-15 06:01:24.508061",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-13 18:11:08.389202",
+                "last_epoch_clean": 21,
+                "last_fresh": "2017-07-15 06:01:24.508106",
+                "last_fullsized": "2017-07-15 06:01:24.508106",
+                "last_peered": "2017-07-15 06:01:24.508106",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 06:01:24.508061",
+                "last_undegraded": "2017-07-15 06:01:24.508106",
+                "last_unstale": "2017-07-15 06:01:24.508106",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 19,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.a",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "43",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    3,
+                    4
+                ],
+                "up_primary": 2,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    0,
+                    4,
+                    1
+                ],
+                "acting_primary": 0,
+                "blocked_by": [],
+                "created": 24,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 04:20:56.797926",
+                "last_became_active": "2017-07-03 12:09:45.021936",
+                "last_became_peered": "2017-07-03 12:09:45.021936",
+                "last_change": "2017-07-15 04:20:56.797926",
+                "last_clean": "2017-07-15 04:20:56.797926",
+                "last_clean_scrub_stamp": "2017-07-15 04:20:56.797866",
+                "last_deep_scrub": "33'75",
+                "last_deep_scrub_stamp": "2017-07-11 03:52:07.746274",
+                "last_epoch_clean": 25,
+                "last_fresh": "2017-07-15 04:20:56.797926",
+                "last_fullsized": "2017-07-15 04:20:56.797926",
+                "last_peered": "2017-07-15 04:20:56.797926",
+                "last_scrub": "33'75",
+                "last_scrub_stamp": "2017-07-15 04:20:56.797866",
+                "last_undegraded": "2017-07-15 04:20:56.797926",
+                "last_unstale": "2017-07-15 04:20:56.797926",
+                "log_size": 75,
+                "log_start": "0'0",
+                "mapping_epoch": 24,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 75,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "2.8",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "100",
+                "stat_sum": {
+                    "num_bytes": 8388651,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 6,
+                    "num_objects": 2,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 2,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 291,
+                    "num_read_kb": 16599,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 111,
+                    "num_write_kb": 8299
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    0,
+                    4,
+                    1
+                ],
+                "up_primary": 0,
+                "version": "33'75"
+            },
+            {
+                "acting": [
+                    3,
+                    4,
+                    0
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 25,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 16:45:44.843198",
+                "last_became_active": "2017-07-03 12:09:45.478197",
+                "last_became_peered": "2017-07-03 12:09:45.478197",
+                "last_change": "2017-07-15 16:45:44.843198",
+                "last_clean": "2017-07-15 16:45:44.843198",
+                "last_clean_scrub_stamp": "2017-07-15 16:45:44.843156",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-15 16:45:44.843156",
+                "last_epoch_clean": 26,
+                "last_fresh": "2017-07-15 16:45:44.843198",
+                "last_fullsized": "2017-07-15 16:45:44.843198",
+                "last_peered": "2017-07-15 16:45:44.843198",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 16:45:44.843156",
+                "last_undegraded": "2017-07-15 16:45:44.843198",
+                "last_unstale": "2017-07-15 16:45:44.843198",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 25,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "3.9",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "26",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    4,
+                    0
+                ],
+                "up_primary": 3,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    3,
+                    4,
+                    2
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 27,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 17:50:21.682694",
+                "last_became_active": "2017-07-03 12:09:48.521930",
+                "last_became_peered": "2017-07-03 12:09:48.521930",
+                "last_change": "2017-07-15 17:50:21.682694",
+                "last_clean": "2017-07-15 17:50:21.682694",
+                "last_clean_scrub_stamp": "2017-07-15 17:50:21.682642",
+                "last_deep_scrub": "37'41955",
+                "last_deep_scrub_stamp": "2017-07-15 17:50:21.682642",
+                "last_epoch_clean": 28,
+                "last_fresh": "2017-07-15 17:50:21.682694",
+                "last_fullsized": "2017-07-15 17:50:21.682694",
+                "last_peered": "2017-07-15 17:50:21.682694",
+                "last_scrub": "37'41955",
+                "last_scrub_stamp": "2017-07-15 17:50:21.682642",
+                "last_undegraded": "2017-07-15 17:50:21.682694",
+                "last_unstale": "2017-07-15 17:50:21.682694",
+                "log_size": 3055,
+                "log_start": "37'38900",
+                "mapping_epoch": 27,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3055,
+                "ondisk_log_start": "37'38900",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "4.e",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "35671",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 73747,
+                    "num_read_kb": 90115,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 42030,
+                    "num_write_kb": 444265
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    4,
+                    2
+                ],
+                "up_primary": 3,
+                "version": "37'41955"
+            },
+            {
+                "acting": [
+                    3,
+                    2,
+                    1
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 22,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 05:50:55.158194",
+                "last_became_active": "2017-07-03 12:09:42.270732",
+                "last_became_peered": "2017-07-03 12:09:42.270732",
+                "last_change": "2017-07-15 16:13:36.471546",
+                "last_clean": "2017-07-16 05:50:55.158194",
+                "last_clean_scrub_stamp": "2017-07-15 16:13:36.471496",
+                "last_deep_scrub": "37'9679",
+                "last_deep_scrub_stamp": "2017-07-15 16:13:36.471496",
+                "last_epoch_clean": 23,
+                "last_fresh": "2017-07-16 05:50:55.158194",
+                "last_fullsized": "2017-07-16 05:50:55.158194",
+                "last_peered": "2017-07-16 05:50:55.158194",
+                "last_scrub": "37'9679",
+                "last_scrub_stamp": "2017-07-15 16:13:36.471496",
+                "last_undegraded": "2017-07-16 05:50:55.158194",
+                "last_unstale": "2017-07-16 05:50:55.158194",
+                "log_size": 3031,
+                "log_start": "37'6900",
+                "mapping_epoch": 22,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3031,
+                "ondisk_log_start": "37'6900",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "1.1",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "10058",
+                "stat_sum": {
+                    "num_bytes": 669574,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 108,
+                    "num_objects": 36,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 36,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 7764,
+                    "num_read_kb": 9814,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 9899,
+                    "num_write_kb": 5789
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    2,
+                    1
+                ],
+                "up_primary": 3,
+                "version": "37'9931"
+            },
+            {
+                "acting": [
+                    4,
+                    2,
+                    3
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 13:40:57.033756",
+                "last_became_active": "2017-07-03 12:04:58.352458",
+                "last_became_peered": "2017-07-03 12:04:58.352458",
+                "last_change": "2017-07-15 13:40:57.033756",
+                "last_clean": "2017-07-15 13:40:57.033756",
+                "last_clean_scrub_stamp": "2017-07-15 13:40:57.033704",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-15 13:40:57.033704",
+                "last_epoch_clean": 20,
+                "last_fresh": "2017-07-15 13:40:57.033756",
+                "last_fullsized": "2017-07-15 13:40:57.033756",
+                "last_peered": "2017-07-15 13:40:57.033756",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 13:40:57.033704",
+                "last_undegraded": "2017-07-15 13:40:57.033756",
+                "last_unstale": "2017-07-15 13:40:57.033756",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 18,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.0",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "27",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    2,
+                    3
+                ],
+                "up_primary": 4,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    3,
+                    4,
+                    2
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 24,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 06:02:09.704355",
+                "last_became_active": "2017-07-03 12:09:44.506860",
+                "last_became_peered": "2017-07-03 12:09:44.506860",
+                "last_change": "2017-07-15 06:02:09.704355",
+                "last_clean": "2017-07-15 06:02:09.704355",
+                "last_clean_scrub_stamp": "2017-07-15 06:02:09.704285",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-13 21:01:59.560460",
+                "last_epoch_clean": 25,
+                "last_fresh": "2017-07-15 06:02:09.704355",
+                "last_fullsized": "2017-07-15 06:02:09.704355",
+                "last_peered": "2017-07-15 06:02:09.704355",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 06:02:09.704285",
+                "last_undegraded": "2017-07-15 06:02:09.704355",
+                "last_unstale": "2017-07-15 06:02:09.704355",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 24,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "2.2",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "24",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    4,
+                    2
+                ],
+                "up_primary": 3,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    2,
+                    4,
+                    1
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 25,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 19:05:49.044047",
+                "last_became_active": "2017-07-03 12:09:45.441331",
+                "last_became_peered": "2017-07-03 12:09:45.441331",
+                "last_change": "2017-07-15 19:05:49.044047",
+                "last_clean": "2017-07-15 19:05:49.044047",
+                "last_clean_scrub_stamp": "2017-07-15 19:05:49.044012",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-14 07:44:57.397321",
+                "last_epoch_clean": 26,
+                "last_fresh": "2017-07-15 19:05:49.044047",
+                "last_fullsized": "2017-07-15 19:05:49.044047",
+                "last_peered": "2017-07-15 19:05:49.044047",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 19:05:49.044012",
+                "last_undegraded": "2017-07-15 19:05:49.044047",
+                "last_unstale": "2017-07-15 19:05:49.044047",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 25,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "3.3",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "24",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    4,
+                    1
+                ],
+                "up_primary": 2,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    1,
+                    2,
+                    3
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 27,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 06:19:09.548253",
+                "last_became_active": "2017-07-03 12:09:48.397038",
+                "last_became_peered": "2017-07-03 12:09:48.397038",
+                "last_change": "2017-07-15 06:19:09.548253",
+                "last_clean": "2017-07-15 06:19:09.548253",
+                "last_clean_scrub_stamp": "2017-07-15 06:19:09.548112",
+                "last_deep_scrub": "37'37789",
+                "last_deep_scrub_stamp": "2017-07-15 06:19:09.548112",
+                "last_epoch_clean": 28,
+                "last_fresh": "2017-07-15 06:19:09.548253",
+                "last_fullsized": "2017-07-15 06:19:09.548253",
+                "last_peered": "2017-07-15 06:19:09.548253",
+                "last_scrub": "37'37789",
+                "last_scrub_stamp": "2017-07-15 06:19:09.548112",
+                "last_undegraded": "2017-07-15 06:19:09.548253",
+                "last_unstale": "2017-07-15 06:19:09.548253",
+                "log_size": 3089,
+                "log_start": "37'34700",
+                "mapping_epoch": 27,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3089,
+                "ondisk_log_start": "37'34700",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "4.4",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "38250",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 61507,
+                    "num_read_kb": 81965,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 37879,
+                    "num_write_kb": 413697
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    2,
+                    3
+                ],
+                "up_primary": 1,
+                "version": "37'37789"
+            },
+            {
+                "acting": [
+                    4,
+                    2,
+                    3
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 29,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 16:08:58.997695",
+                "last_became_active": "2017-07-03 12:09:50.564287",
+                "last_became_peered": "2017-07-03 12:09:50.564287",
+                "last_change": "2017-07-15 16:08:58.997695",
+                "last_clean": "2017-07-15 16:08:58.997695",
+                "last_clean_scrub_stamp": "2017-07-15 16:08:58.997628",
+                "last_deep_scrub": "37'531",
+                "last_deep_scrub_stamp": "2017-07-13 07:31:40.990622",
+                "last_epoch_clean": 30,
+                "last_fresh": "2017-07-15 16:08:58.997695",
+                "last_fullsized": "2017-07-15 16:08:58.997695",
+                "last_peered": "2017-07-15 16:08:58.997695",
+                "last_scrub": "37'531",
+                "last_scrub_stamp": "2017-07-15 16:08:58.997628",
+                "last_undegraded": "2017-07-15 16:08:58.997695",
+                "last_unstale": "2017-07-15 16:08:58.997695",
+                "log_size": 531,
+                "log_start": "0'0",
+                "mapping_epoch": 29,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 531,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "5.5",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "2273",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 2473,
+                    "num_read_kb": 42225,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 576,
+                    "num_write_kb": 204120
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    2,
+                    3
+                ],
+                "up_primary": 4,
+                "version": "37'531"
+            },
+            {
+                "acting": [
+                    3,
+                    0,
+                    2
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 22,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 05:50:54.513023",
+                "last_became_active": "2017-07-03 12:09:42.270396",
+                "last_became_peered": "2017-07-03 12:09:42.270396",
+                "last_change": "2017-07-15 03:32:47.907623",
+                "last_clean": "2017-07-16 05:50:54.513023",
+                "last_clean_scrub_stamp": "2017-07-15 03:32:47.907564",
+                "last_deep_scrub": "37'979",
+                "last_deep_scrub_stamp": "2017-07-13 16:01:59.900015",
+                "last_epoch_clean": 23,
+                "last_fresh": "2017-07-16 05:50:54.513023",
+                "last_fullsized": "2017-07-16 05:50:54.513023",
+                "last_peered": "2017-07-16 05:50:54.513023",
+                "last_scrub": "37'991",
+                "last_scrub_stamp": "2017-07-15 03:32:47.907564",
+                "last_undegraded": "2017-07-16 05:50:54.513023",
+                "last_unstale": "2017-07-16 05:50:54.513023",
+                "log_size": 1117,
+                "log_start": "0'0",
+                "mapping_epoch": 22,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 1117,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "1.0",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "1116",
+                "stat_sum": {
+                    "num_bytes": 497879,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 99,
+                    "num_objects": 33,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 33,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 498,
+                    "num_read_kb": 486,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 1089,
+                    "num_write_kb": 776
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    0,
+                    2
+                ],
+                "up_primary": 3,
+                "version": "37'1117"
+            },
+            {
+                "acting": [
+                    1,
+                    3,
+                    4
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 02:40:08.784910",
+                "last_became_active": "2017-07-03 12:04:59.353132",
+                "last_became_peered": "2017-07-03 12:04:59.353132",
+                "last_change": "2017-07-16 02:40:08.784910",
+                "last_clean": "2017-07-16 02:40:08.784910",
+                "last_clean_scrub_stamp": "2017-07-16 02:40:08.784773",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-10 20:42:25.801746",
+                "last_epoch_clean": 21,
+                "last_fresh": "2017-07-16 02:40:08.784910",
+                "last_fullsized": "2017-07-16 02:40:08.784910",
+                "last_peered": "2017-07-16 02:40:08.784910",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-16 02:40:08.784773",
+                "last_undegraded": "2017-07-16 02:40:08.784910",
+                "last_unstale": "2017-07-16 02:40:08.784910",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 19,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.1",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "53",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    3,
+                    4
+                ],
+                "up_primary": 1,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    3,
+                    2,
+                    4
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 24,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 16:45:56.892977",
+                "last_became_active": "2017-07-03 12:09:44.512458",
+                "last_became_peered": "2017-07-03 12:09:44.512458",
+                "last_change": "2017-07-15 16:45:56.892977",
+                "last_clean": "2017-07-15 16:45:56.892977",
+                "last_clean_scrub_stamp": "2017-07-15 16:45:56.892916",
+                "last_deep_scrub": "32'2",
+                "last_deep_scrub_stamp": "2017-07-15 16:45:56.892916",
+                "last_epoch_clean": 25,
+                "last_fresh": "2017-07-15 16:45:56.892977",
+                "last_fullsized": "2017-07-15 16:45:56.892977",
+                "last_peered": "2017-07-15 16:45:56.892977",
+                "last_scrub": "32'2",
+                "last_scrub_stamp": "2017-07-15 16:45:56.892916",
+                "last_undegraded": "2017-07-15 16:45:56.892977",
+                "last_unstale": "2017-07-15 16:45:56.892977",
+                "log_size": 2,
+                "log_start": "0'0",
+                "mapping_epoch": 24,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 2,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "2.3",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "30",
+                "stat_sum": {
+                    "num_bytes": 16777216,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 6,
+                    "num_objects": 2,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 2,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 4,
+                    "num_read_kb": 32768,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 4,
+                    "num_write_kb": 16384
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    2,
+                    4
+                ],
+                "up_primary": 3,
+                "version": "32'2"
+            },
+            {
+                "acting": [
+                    0,
+                    2,
+                    3
+                ],
+                "acting_primary": 0,
+                "blocked_by": [],
+                "created": 25,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 11:13:00.928916",
+                "last_became_active": "2017-07-03 12:09:46.028795",
+                "last_became_peered": "2017-07-03 12:09:46.028795",
+                "last_change": "2017-07-15 11:13:00.928916",
+                "last_clean": "2017-07-15 11:13:00.928916",
+                "last_clean_scrub_stamp": "2017-07-15 11:13:00.928869",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-12 20:03:30.323399",
+                "last_epoch_clean": 26,
+                "last_fresh": "2017-07-15 11:13:00.928916",
+                "last_fullsized": "2017-07-15 11:13:00.928916",
+                "last_peered": "2017-07-15 11:13:00.928916",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 11:13:00.928869",
+                "last_undegraded": "2017-07-15 11:13:00.928916",
+                "last_unstale": "2017-07-15 11:13:00.928916",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 25,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "3.2",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "24",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    0,
+                    2,
+                    3
+                ],
+                "up_primary": 0,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    4,
+                    3,
+                    0
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 27,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 08:32:23.200412",
+                "last_became_active": "2017-07-03 12:09:48.406551",
+                "last_became_peered": "2017-07-03 12:09:48.406551",
+                "last_change": "2017-07-15 08:32:23.200412",
+                "last_clean": "2017-07-15 08:32:23.200412",
+                "last_clean_scrub_stamp": "2017-07-15 08:32:23.200356",
+                "last_deep_scrub": "37'34681",
+                "last_deep_scrub_stamp": "2017-07-15 08:32:23.200356",
+                "last_epoch_clean": 28,
+                "last_fresh": "2017-07-15 08:32:23.200412",
+                "last_fullsized": "2017-07-15 08:32:23.200412",
+                "last_peered": "2017-07-15 08:32:23.200412",
+                "last_scrub": "37'34681",
+                "last_scrub_stamp": "2017-07-15 08:32:23.200356",
+                "last_undegraded": "2017-07-15 08:32:23.200412",
+                "last_unstale": "2017-07-15 08:32:23.200412",
+                "log_size": 3081,
+                "log_start": "37'31600",
+                "mapping_epoch": 27,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3081,
+                "ondisk_log_start": "37'31600",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "4.5",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "24382",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 43024,
+                    "num_read_kb": 61440,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 34781,
+                    "num_write_kb": 442368
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    3,
+                    0
+                ],
+                "up_primary": 4,
+                "version": "37'34681"
+            },
+            {
+                "acting": [
+                    4,
+                    1,
+                    2
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 29,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 17:00:02.656342",
+                "last_became_active": "2017-07-03 12:09:50.557177",
+                "last_became_peered": "2017-07-03 12:09:50.557177",
+                "last_change": "2017-07-15 17:00:02.656342",
+                "last_clean": "2017-07-15 17:00:02.656342",
+                "last_clean_scrub_stamp": "2017-07-15 17:00:02.656283",
+                "last_deep_scrub": "37'340",
+                "last_deep_scrub_stamp": "2017-07-10 17:26:33.636102",
+                "last_epoch_clean": 30,
+                "last_fresh": "2017-07-15 17:00:02.656342",
+                "last_fullsized": "2017-07-15 17:00:02.656342",
+                "last_peered": "2017-07-15 17:00:02.656342",
+                "last_scrub": "37'340",
+                "last_scrub_stamp": "2017-07-15 17:00:02.656283",
+                "last_undegraded": "2017-07-15 17:00:02.656342",
+                "last_unstale": "2017-07-15 17:00:02.656342",
+                "log_size": 340,
+                "log_start": "0'0",
+                "mapping_epoch": 29,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 340,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "5.4",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "1398",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 2534,
+                    "num_read_kb": 29145,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 626,
+                    "num_write_kb": 174572
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    1,
+                    2
+                ],
+                "up_primary": 4,
+                "version": "37'340"
+            },
+            {
+                "acting": [
+                    3,
+                    4,
+                    0
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 29,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 13:22:19.323826",
+                "last_became_active": "2017-07-03 12:09:50.615231",
+                "last_became_peered": "2017-07-03 12:09:50.615231",
+                "last_change": "2017-07-15 13:22:19.323826",
+                "last_clean": "2017-07-15 13:22:19.323826",
+                "last_clean_scrub_stamp": "2017-07-15 13:22:19.323761",
+                "last_deep_scrub": "37'281",
+                "last_deep_scrub_stamp": "2017-07-08 19:32:10.277067",
+                "last_epoch_clean": 30,
+                "last_fresh": "2017-07-15 13:22:19.323826",
+                "last_fullsized": "2017-07-15 13:22:19.323826",
+                "last_peered": "2017-07-15 13:22:19.323826",
+                "last_scrub": "37'281",
+                "last_scrub_stamp": "2017-07-15 13:22:19.323761",
+                "last_undegraded": "2017-07-15 13:22:19.323826",
+                "last_unstale": "2017-07-15 13:22:19.323826",
+                "log_size": 281,
+                "log_start": "0'0",
+                "mapping_epoch": 29,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 281,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "5.7",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "2038",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 3037,
+                    "num_read_kb": 42312,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 319,
+                    "num_write_kb": 173404
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    4,
+                    0
+                ],
+                "up_primary": 3,
+                "version": "37'281"
+            },
+            {
+                "acting": [
+                    4,
+                    2,
+                    0
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 22,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 05:50:55.097790",
+                "last_became_active": "2017-07-03 12:09:42.155533",
+                "last_became_peered": "2017-07-03 12:09:42.155533",
+                "last_change": "2017-07-15 05:05:54.604658",
+                "last_clean": "2017-07-16 05:50:55.097790",
+                "last_clean_scrub_stamp": "2017-07-15 05:05:54.604620",
+                "last_deep_scrub": "37'5726",
+                "last_deep_scrub_stamp": "2017-07-14 00:35:26.027276",
+                "last_epoch_clean": 23,
+                "last_fresh": "2017-07-16 05:50:55.097790",
+                "last_fullsized": "2017-07-16 05:50:55.097790",
+                "last_peered": "2017-07-16 05:50:55.097790",
+                "last_scrub": "37'6253",
+                "last_scrub_stamp": "2017-07-15 05:05:54.604620",
+                "last_undegraded": "2017-07-16 05:50:55.097790",
+                "last_unstale": "2017-07-16 05:50:55.097790",
+                "log_size": 3022,
+                "log_start": "37'3700",
+                "mapping_epoch": 22,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3022,
+                "ondisk_log_start": "37'3700",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "1.3",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "6693",
+                "stat_sum": {
+                    "num_bytes": 656138,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 114,
+                    "num_objects": 38,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 38,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 959,
+                    "num_read_kb": 1526,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 6690,
+                    "num_write_kb": 5855
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    2,
+                    0
+                ],
+                "up_primary": 4,
+                "version": "37'6722"
+            },
+            {
+                "acting": [
+                    1,
+                    4,
+                    2
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 09:02:22.197297",
+                "last_became_active": "2017-07-03 12:04:58.386101",
+                "last_became_peered": "2017-07-03 12:04:58.386101",
+                "last_change": "2017-07-15 09:02:22.197297",
+                "last_clean": "2017-07-15 09:02:22.197297",
+                "last_clean_scrub_stamp": "2017-07-15 09:02:22.197222",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-11 14:47:58.761262",
+                "last_epoch_clean": 20,
+                "last_fresh": "2017-07-15 09:02:22.197297",
+                "last_fullsized": "2017-07-15 09:02:22.197297",
+                "last_peered": "2017-07-15 09:02:22.197297",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 09:02:22.197222",
+                "last_undegraded": "2017-07-15 09:02:22.197297",
+                "last_unstale": "2017-07-15 09:02:22.197297",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 18,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.2",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "44",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    4,
+                    2
+                ],
+                "up_primary": 1,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    3,
+                    0,
+                    2
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 24,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 14:33:24.207891",
+                "last_became_active": "2017-07-03 12:09:44.491860",
+                "last_became_peered": "2017-07-03 12:09:44.491860",
+                "last_change": "2017-07-15 14:33:24.207891",
+                "last_clean": "2017-07-15 14:33:24.207891",
+                "last_clean_scrub_stamp": "2017-07-15 14:33:24.207811",
+                "last_deep_scrub": "32'2",
+                "last_deep_scrub_stamp": "2017-07-14 08:49:40.620274",
+                "last_epoch_clean": 25,
+                "last_fresh": "2017-07-15 14:33:24.207891",
+                "last_fullsized": "2017-07-15 14:33:24.207891",
+                "last_peered": "2017-07-15 14:33:24.207891",
+                "last_scrub": "32'2",
+                "last_scrub_stamp": "2017-07-15 14:33:24.207811",
+                "last_undegraded": "2017-07-15 14:33:24.207891",
+                "last_unstale": "2017-07-15 14:33:24.207891",
+                "log_size": 2,
+                "log_start": "0'0",
+                "mapping_epoch": 24,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 2,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "2.0",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "30",
+                "stat_sum": {
+                    "num_bytes": 16777216,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 6,
+                    "num_objects": 2,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 2,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 4,
+                    "num_read_kb": 32768,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 4,
+                    "num_write_kb": 16384
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    0,
+                    2
+                ],
+                "up_primary": 3,
+                "version": "32'2"
+            },
+            {
+                "acting": [
+                    4,
+                    0,
+                    2
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 25,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 04:04:28.184178",
+                "last_became_active": "2017-07-03 12:09:45.375428",
+                "last_became_peered": "2017-07-03 12:09:45.375428",
+                "last_change": "2017-07-16 04:04:28.184178",
+                "last_clean": "2017-07-16 04:04:28.184178",
+                "last_clean_scrub_stamp": "2017-07-16 04:04:28.184132",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-09 21:07:06.391453",
+                "last_epoch_clean": 26,
+                "last_fresh": "2017-07-16 04:04:28.184178",
+                "last_fullsized": "2017-07-16 04:04:28.184178",
+                "last_peered": "2017-07-16 04:04:28.184178",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-16 04:04:28.184132",
+                "last_undegraded": "2017-07-16 04:04:28.184178",
+                "last_unstale": "2017-07-16 04:04:28.184178",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 25,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "3.1",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "26",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    0,
+                    2
+                ],
+                "up_primary": 4,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    0,
+                    1,
+                    2
+                ],
+                "acting_primary": 0,
+                "blocked_by": [],
+                "created": 27,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 19:33:40.036500",
+                "last_became_active": "2017-07-03 12:09:49.061372",
+                "last_became_peered": "2017-07-03 12:09:49.061372",
+                "last_change": "2017-07-15 19:33:40.036500",
+                "last_clean": "2017-07-15 19:33:40.036500",
+                "last_clean_scrub_stamp": "2017-07-15 19:33:40.036430",
+                "last_deep_scrub": "37'37383",
+                "last_deep_scrub_stamp": "2017-07-10 20:17:04.111455",
+                "last_epoch_clean": 28,
+                "last_fresh": "2017-07-15 19:33:40.036500",
+                "last_fullsized": "2017-07-15 19:33:40.036500",
+                "last_peered": "2017-07-15 19:33:40.036500",
+                "last_scrub": "37'37383",
+                "last_scrub_stamp": "2017-07-15 19:33:40.036430",
+                "last_undegraded": "2017-07-15 19:33:40.036500",
+                "last_unstale": "2017-07-15 19:33:40.036500",
+                "log_size": 3083,
+                "log_start": "37'34300",
+                "mapping_epoch": 27,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3083,
+                "ondisk_log_start": "37'34300",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "4.6",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "26860",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 72699,
+                    "num_read_kb": 89570,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 37469,
+                    "num_write_kb": 389120
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    0,
+                    1,
+                    2
+                ],
+                "up_primary": 0,
+                "version": "37'37383"
+            },
+            {
+                "acting": [
+                    1,
+                    3,
+                    4
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 29,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 01:18:46.556030",
+                "last_became_active": "2017-07-03 12:09:50.516354",
+                "last_became_peered": "2017-07-03 12:09:50.516354",
+                "last_change": "2017-07-15 01:18:46.556030",
+                "last_clean": "2017-07-15 01:18:46.556030",
+                "last_clean_scrub_stamp": "2017-07-15 01:18:46.555948",
+                "last_deep_scrub": "37'204",
+                "last_deep_scrub_stamp": "2017-07-12 08:36:32.491433",
+                "last_epoch_clean": 30,
+                "last_fresh": "2017-07-15 01:18:46.556030",
+                "last_fullsized": "2017-07-15 01:18:46.556030",
+                "last_peered": "2017-07-15 01:18:46.556030",
+                "last_scrub": "37'204",
+                "last_scrub_stamp": "2017-07-15 01:18:46.555948",
+                "last_undegraded": "2017-07-15 01:18:46.556030",
+                "last_unstale": "2017-07-15 01:18:46.556030",
+                "log_size": 204,
+                "log_start": "0'0",
+                "mapping_epoch": 29,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 204,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "5.6",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "117",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 594,
+                    "num_read_kb": 28651,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 237,
+                    "num_write_kb": 137049
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    3,
+                    4
+                ],
+                "up_primary": 1,
+                "version": "37'204"
+            },
+            {
+                "acting": [
+                    3,
+                    1,
+                    2
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 22,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 23:20:54.696714",
+                "last_became_active": "2017-07-03 12:09:42.291657",
+                "last_became_peered": "2017-07-03 12:09:42.291657",
+                "last_change": "2017-07-15 14:04:16.857967",
+                "last_clean": "2017-07-15 23:20:54.696714",
+                "last_clean_scrub_stamp": "2017-07-15 14:04:16.857922",
+                "last_deep_scrub": "37'2520",
+                "last_deep_scrub_stamp": "2017-07-10 19:38:36.510083",
+                "last_epoch_clean": 23,
+                "last_fresh": "2017-07-15 23:20:54.696714",
+                "last_fullsized": "2017-07-15 23:20:54.696714",
+                "last_peered": "2017-07-15 23:20:54.696714",
+                "last_scrub": "37'3930",
+                "last_scrub_stamp": "2017-07-15 14:04:16.857922",
+                "last_undegraded": "2017-07-15 23:20:54.696714",
+                "last_unstale": "2017-07-15 23:20:54.696714",
+                "log_size": 3040,
+                "log_start": "37'900",
+                "mapping_epoch": 22,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3040,
+                "ondisk_log_start": "37'900",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "1.2",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "3941",
+                "stat_sum": {
+                    "num_bytes": 512164,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 84,
+                    "num_objects": 28,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 28,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 250,
+                    "num_read_kb": 125,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 3913,
+                    "num_write_kb": 3788
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    1,
+                    2
+                ],
+                "up_primary": 3,
+                "version": "37'3940"
+            },
+            {
+                "acting": [
+                    1,
+                    0,
+                    2
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 00:02:55.809119",
+                "last_became_active": "2017-07-03 12:04:45.838650",
+                "last_became_peered": "2017-07-03 12:04:45.838650",
+                "last_change": "2017-07-15 00:02:55.809119",
+                "last_clean": "2017-07-15 00:02:55.809119",
+                "last_clean_scrub_stamp": "2017-07-15 00:02:55.809042",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-10 18:59:00.784016",
+                "last_epoch_clean": 13,
+                "last_fresh": "2017-07-15 00:02:55.809119",
+                "last_fullsized": "2017-07-15 00:02:55.809119",
+                "last_peered": "2017-07-15 00:02:55.809119",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 00:02:55.809042",
+                "last_undegraded": "2017-07-15 00:02:55.809119",
+                "last_unstale": "2017-07-15 00:02:55.809119",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 11,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.3",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "33",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    0,
+                    2
+                ],
+                "up_primary": 1,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    0,
+                    1,
+                    4
+                ],
+                "acting_primary": 0,
+                "blocked_by": [],
+                "created": 24,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 04:55:29.767678",
+                "last_became_active": "2017-07-03 12:09:45.022238",
+                "last_became_peered": "2017-07-03 12:09:45.022238",
+                "last_change": "2017-07-16 04:55:29.767678",
+                "last_clean": "2017-07-16 04:55:29.767678",
+                "last_clean_scrub_stamp": "2017-07-16 04:55:29.767611",
+                "last_deep_scrub": "32'1",
+                "last_deep_scrub_stamp": "2017-07-12 12:35:32.229779",
+                "last_epoch_clean": 25,
+                "last_fresh": "2017-07-16 04:55:29.767678",
+                "last_fullsized": "2017-07-16 04:55:29.767678",
+                "last_peered": "2017-07-16 04:55:29.767678",
+                "last_scrub": "32'1",
+                "last_scrub_stamp": "2017-07-16 04:55:29.767611",
+                "last_undegraded": "2017-07-16 04:55:29.767678",
+                "last_unstale": "2017-07-16 04:55:29.767678",
+                "log_size": 1,
+                "log_start": "0'0",
+                "mapping_epoch": 24,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 1,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "2.1",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "28",
+                "stat_sum": {
+                    "num_bytes": 8388608,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 3,
+                    "num_objects": 1,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 1,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 2,
+                    "num_read_kb": 16384,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 2,
+                    "num_write_kb": 8192
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    0,
+                    1,
+                    4
+                ],
+                "up_primary": 0,
+                "version": "32'1"
+            },
+            {
+                "acting": [
+                    1,
+                    2,
+                    4
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 25,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 02:46:07.426865",
+                "last_became_active": "2017-07-03 12:09:45.375070",
+                "last_became_peered": "2017-07-03 12:09:45.375070",
+                "last_change": "2017-07-15 02:46:07.426865",
+                "last_clean": "2017-07-15 02:46:07.426865",
+                "last_clean_scrub_stamp": "2017-07-15 02:46:07.426749",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-15 02:46:07.426749",
+                "last_epoch_clean": 26,
+                "last_fresh": "2017-07-15 02:46:07.426865",
+                "last_fullsized": "2017-07-15 02:46:07.426865",
+                "last_peered": "2017-07-15 02:46:07.426865",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 02:46:07.426749",
+                "last_undegraded": "2017-07-15 02:46:07.426865",
+                "last_unstale": "2017-07-15 02:46:07.426865",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 25,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "3.0",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "24",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    2,
+                    4
+                ],
+                "up_primary": 1,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    1,
+                    4,
+                    2
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 27,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 22:38:17.399155",
+                "last_became_active": "2017-07-03 12:09:48.399758",
+                "last_became_peered": "2017-07-03 12:09:48.399758",
+                "last_change": "2017-07-15 22:38:17.399155",
+                "last_clean": "2017-07-15 22:38:17.399155",
+                "last_clean_scrub_stamp": "2017-07-15 22:38:17.399029",
+                "last_deep_scrub": "37'46917",
+                "last_deep_scrub_stamp": "2017-07-15 22:38:17.399029",
+                "last_epoch_clean": 28,
+                "last_fresh": "2017-07-15 22:38:17.399155",
+                "last_fullsized": "2017-07-15 22:38:17.399155",
+                "last_peered": "2017-07-15 22:38:17.399155",
+                "last_scrub": "37'46917",
+                "last_scrub_stamp": "2017-07-15 22:38:17.399029",
+                "last_undegraded": "2017-07-15 22:38:17.399155",
+                "last_unstale": "2017-07-15 22:38:17.399155",
+                "log_size": 3017,
+                "log_start": "37'43900",
+                "mapping_epoch": 27,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3017,
+                "ondisk_log_start": "37'43900",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "4.7",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "30894",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 53806,
+                    "num_read_kb": 86535,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 47004,
+                    "num_write_kb": 418687
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    4,
+                    2
+                ],
+                "up_primary": 1,
+                "version": "37'46917"
+            },
+            {
+                "acting": [
+                    3,
+                    2,
+                    1
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 22,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 05:50:54.947970",
+                "last_became_active": "2017-07-03 12:09:42.288279",
+                "last_became_peered": "2017-07-03 12:09:42.288279",
+                "last_change": "2017-07-15 20:05:30.426066",
+                "last_clean": "2017-07-16 05:50:54.947970",
+                "last_clean_scrub_stamp": "2017-07-15 20:05:30.426028",
+                "last_deep_scrub": "37'1600",
+                "last_deep_scrub_stamp": "2017-07-10 16:45:34.692515",
+                "last_epoch_clean": 23,
+                "last_fresh": "2017-07-16 05:50:54.947970",
+                "last_fullsized": "2017-07-16 05:50:54.947970",
+                "last_peered": "2017-07-16 05:50:54.947970",
+                "last_scrub": "37'2436",
+                "last_scrub_stamp": "2017-07-15 20:05:30.426028",
+                "last_undegraded": "2017-07-16 05:50:54.947970",
+                "last_unstale": "2017-07-16 05:50:54.947970",
+                "log_size": 2497,
+                "log_start": "0'0",
+                "mapping_epoch": 22,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 2497,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "1.5",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "2499",
+                "stat_sum": {
+                    "num_bytes": 544077,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 93,
+                    "num_objects": 31,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 31,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 334,
+                    "num_read_kb": 167,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 2470,
+                    "num_write_kb": 2337
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    2,
+                    1
+                ],
+                "up_primary": 3,
+                "version": "37'2497"
+            },
+            {
+                "acting": [
+                    1,
+                    2,
+                    0
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 23:07:56.682844",
+                "last_became_active": "2017-07-03 12:04:45.833655",
+                "last_became_peered": "2017-07-03 12:04:45.833655",
+                "last_change": "2017-07-15 23:07:56.682844",
+                "last_clean": "2017-07-15 23:07:56.682844",
+                "last_clean_scrub_stamp": "2017-07-15 23:07:56.682721",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-13 01:35:47.865863",
+                "last_epoch_clean": 13,
+                "last_fresh": "2017-07-15 23:07:56.682844",
+                "last_fullsized": "2017-07-15 23:07:56.682844",
+                "last_peered": "2017-07-15 23:07:56.682844",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 23:07:56.682721",
+                "last_undegraded": "2017-07-15 23:07:56.682844",
+                "last_unstale": "2017-07-15 23:07:56.682844",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 11,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.4",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "35",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    2,
+                    0
+                ],
+                "up_primary": 1,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    2,
+                    1,
+                    4
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 24,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 13:04:36.658413",
+                "last_became_active": "2017-07-03 12:09:44.418063",
+                "last_became_peered": "2017-07-03 12:09:44.418063",
+                "last_change": "2017-07-15 13:04:36.658413",
+                "last_clean": "2017-07-15 13:04:36.658413",
+                "last_clean_scrub_stamp": "2017-07-15 13:04:36.658361",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-09 13:08:10.071733",
+                "last_epoch_clean": 25,
+                "last_fresh": "2017-07-15 13:04:36.658413",
+                "last_fullsized": "2017-07-15 13:04:36.658413",
+                "last_peered": "2017-07-15 13:04:36.658413",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 13:04:36.658361",
+                "last_undegraded": "2017-07-15 13:04:36.658413",
+                "last_unstale": "2017-07-15 13:04:36.658413",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 24,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "2.6",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "26",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    1,
+                    4
+                ],
+                "up_primary": 2,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    4,
+                    1,
+                    0
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 25,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 02:40:07.101785",
+                "last_became_active": "2017-07-03 12:09:45.371690",
+                "last_became_peered": "2017-07-03 12:09:45.371690",
+                "last_change": "2017-07-16 02:40:07.101785",
+                "last_clean": "2017-07-16 02:40:07.101785",
+                "last_clean_scrub_stamp": "2017-07-16 02:40:07.101727",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-15 00:34:07.101232",
+                "last_epoch_clean": 26,
+                "last_fresh": "2017-07-16 02:40:07.101785",
+                "last_fullsized": "2017-07-16 02:40:07.101785",
+                "last_peered": "2017-07-16 02:40:07.101785",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-16 02:40:07.101727",
+                "last_undegraded": "2017-07-16 02:40:07.101785",
+                "last_unstale": "2017-07-16 02:40:07.101785",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 25,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "3.7",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "26",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    1,
+                    0
+                ],
+                "up_primary": 4,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    2,
+                    4,
+                    0
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 27,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 02:55:03.811132",
+                "last_became_active": "2017-07-03 12:09:48.451312",
+                "last_became_peered": "2017-07-03 12:09:48.451312",
+                "last_change": "2017-07-16 02:55:03.811132",
+                "last_clean": "2017-07-16 02:55:03.811132",
+                "last_clean_scrub_stamp": "2017-07-16 02:55:03.811089",
+                "last_deep_scrub": "37'28939",
+                "last_deep_scrub_stamp": "2017-07-14 23:21:25.663028",
+                "last_epoch_clean": 28,
+                "last_fresh": "2017-07-16 02:55:03.811132",
+                "last_fullsized": "2017-07-16 02:55:03.811132",
+                "last_peered": "2017-07-16 02:55:03.811132",
+                "last_scrub": "37'28939",
+                "last_scrub_stamp": "2017-07-16 02:55:03.811089",
+                "last_undegraded": "2017-07-16 02:55:03.811132",
+                "last_unstale": "2017-07-16 02:55:03.811132",
+                "log_size": 3039,
+                "log_start": "37'25900",
+                "mapping_epoch": 27,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3039,
+                "ondisk_log_start": "37'25900",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "4.0",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "30524",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 43577,
+                    "num_read_kb": 64021,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 29552,
+                    "num_write_kb": 436672
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    4,
+                    0
+                ],
+                "up_primary": 2,
+                "version": "37'28939"
+            },
+            {
+                "acting": [
+                    3,
+                    1,
+                    4
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 29,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 18:10:51.925845",
+                "last_became_active": "2017-07-03 12:09:50.622966",
+                "last_became_peered": "2017-07-03 12:09:50.622966",
+                "last_change": "2017-07-15 18:10:51.925845",
+                "last_clean": "2017-07-15 18:10:51.925845",
+                "last_clean_scrub_stamp": "2017-07-15 18:10:51.925811",
+                "last_deep_scrub": "37'253",
+                "last_deep_scrub_stamp": "2017-07-14 12:05:41.053393",
+                "last_epoch_clean": 30,
+                "last_fresh": "2017-07-15 18:10:51.925845",
+                "last_fullsized": "2017-07-15 18:10:51.925845",
+                "last_peered": "2017-07-15 18:10:51.925845",
+                "last_scrub": "37'253",
+                "last_scrub_stamp": "2017-07-15 18:10:51.925811",
+                "last_undegraded": "2017-07-15 18:10:51.925845",
+                "last_unstale": "2017-07-15 18:10:51.925845",
+                "log_size": 253,
+                "log_start": "0'0",
+                "mapping_epoch": 29,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 253,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "5.1",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "11066",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 923,
+                    "num_read_kb": 36382,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 290,
+                    "num_write_kb": 166182
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    1,
+                    4
+                ],
+                "up_primary": 3,
+                "version": "37'253"
+            },
+            {
+                "acting": [
+                    4,
+                    0,
+                    2
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 22,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 05:50:55.113808",
+                "last_became_active": "2017-07-03 12:09:42.152308",
+                "last_became_peered": "2017-07-03 12:09:42.152308",
+                "last_change": "2017-07-15 21:59:31.556891",
+                "last_clean": "2017-07-16 05:50:55.113808",
+                "last_clean_scrub_stamp": "2017-07-15 21:59:31.556848",
+                "last_deep_scrub": "37'2282",
+                "last_deep_scrub_stamp": "2017-07-13 08:57:40.118745",
+                "last_epoch_clean": 23,
+                "last_fresh": "2017-07-16 05:50:55.113808",
+                "last_fullsized": "2017-07-16 05:50:55.113808",
+                "last_peered": "2017-07-16 05:50:55.113808",
+                "last_scrub": "37'2680",
+                "last_scrub_stamp": "2017-07-15 21:59:31.556848",
+                "last_undegraded": "2017-07-16 05:50:55.113808",
+                "last_unstale": "2017-07-16 05:50:55.113808",
+                "log_size": 2730,
+                "log_start": "0'0",
+                "mapping_epoch": 22,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 2730,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "1.4",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "2725",
+                "stat_sum": {
+                    "num_bytes": 575476,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 90,
+                    "num_objects": 30,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 30,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 366,
+                    "num_read_kb": 344,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 2703,
+                    "num_write_kb": 2466
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    0,
+                    2
+                ],
+                "up_primary": 4,
+                "version": "37'2730"
+            },
+            {
+                "acting": [
+                    3,
+                    4,
+                    0
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 18:55:12.472207",
+                "last_became_active": "2017-07-03 12:04:59.464488",
+                "last_became_peered": "2017-07-03 12:04:59.464488",
+                "last_change": "2017-07-15 18:55:12.472207",
+                "last_clean": "2017-07-15 18:55:12.472207",
+                "last_clean_scrub_stamp": "2017-07-15 18:55:12.472163",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-09 01:30:36.746039",
+                "last_epoch_clean": 21,
+                "last_fresh": "2017-07-15 18:55:12.472207",
+                "last_fullsized": "2017-07-15 18:55:12.472207",
+                "last_peered": "2017-07-15 18:55:12.472207",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 18:55:12.472163",
+                "last_undegraded": "2017-07-15 18:55:12.472207",
+                "last_unstale": "2017-07-15 18:55:12.472207",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 19,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.5",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "36",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    4,
+                    0
+                ],
+                "up_primary": 3,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    3,
+                    0,
+                    2
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 24,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 04:52:33.028639",
+                "last_became_active": "2017-07-03 12:09:44.498524",
+                "last_became_peered": "2017-07-03 12:09:44.498524",
+                "last_change": "2017-07-16 04:52:33.028639",
+                "last_clean": "2017-07-16 04:52:33.028639",
+                "last_clean_scrub_stamp": "2017-07-16 04:52:33.028582",
+                "last_deep_scrub": "32'1",
+                "last_deep_scrub_stamp": "2017-07-16 04:52:33.028582",
+                "last_epoch_clean": 25,
+                "last_fresh": "2017-07-16 04:52:33.028639",
+                "last_fullsized": "2017-07-16 04:52:33.028639",
+                "last_peered": "2017-07-16 04:52:33.028639",
+                "last_scrub": "32'1",
+                "last_scrub_stamp": "2017-07-16 04:52:33.028582",
+                "last_undegraded": "2017-07-16 04:52:33.028639",
+                "last_unstale": "2017-07-16 04:52:33.028639",
+                "log_size": 1,
+                "log_start": "0'0",
+                "mapping_epoch": 24,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 1,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "2.7",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "28",
+                "stat_sum": {
+                    "num_bytes": 8388608,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 3,
+                    "num_objects": 1,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 1,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 2,
+                    "num_read_kb": 16384,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 2,
+                    "num_write_kb": 8192
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    0,
+                    2
+                ],
+                "up_primary": 3,
+                "version": "32'1"
+            },
+            {
+                "acting": [
+                    4,
+                    2,
+                    0
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 25,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 15:19:03.332769",
+                "last_became_active": "2017-07-03 12:09:45.389519",
+                "last_became_peered": "2017-07-03 12:09:45.389519",
+                "last_change": "2017-07-15 15:19:03.332769",
+                "last_clean": "2017-07-15 15:19:03.332769",
+                "last_clean_scrub_stamp": "2017-07-15 15:19:03.332722",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-09 05:06:24.401796",
+                "last_epoch_clean": 26,
+                "last_fresh": "2017-07-15 15:19:03.332769",
+                "last_fullsized": "2017-07-15 15:19:03.332769",
+                "last_peered": "2017-07-15 15:19:03.332769",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 15:19:03.332722",
+                "last_undegraded": "2017-07-15 15:19:03.332769",
+                "last_unstale": "2017-07-15 15:19:03.332769",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 25,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "3.6",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "24",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    2,
+                    0
+                ],
+                "up_primary": 4,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    2,
+                    3,
+                    4
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 27,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 06:46:34.063573",
+                "last_became_active": "2017-07-03 12:09:48.451282",
+                "last_became_peered": "2017-07-03 12:09:48.451282",
+                "last_change": "2017-07-15 06:46:34.063573",
+                "last_clean": "2017-07-15 06:46:34.063573",
+                "last_clean_scrub_stamp": "2017-07-15 06:46:34.063523",
+                "last_deep_scrub": "37'29844",
+                "last_deep_scrub_stamp": "2017-07-12 16:08:10.605271",
+                "last_epoch_clean": 28,
+                "last_fresh": "2017-07-15 06:46:34.063573",
+                "last_fullsized": "2017-07-15 06:46:34.063573",
+                "last_peered": "2017-07-15 06:46:34.063573",
+                "last_scrub": "37'29844",
+                "last_scrub_stamp": "2017-07-15 06:46:34.063523",
+                "last_undegraded": "2017-07-15 06:46:34.063573",
+                "last_unstale": "2017-07-15 06:46:34.063573",
+                "log_size": 3044,
+                "log_start": "37'26800",
+                "mapping_epoch": 27,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3044,
+                "ondisk_log_start": "37'26800",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "4.1",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "46272",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 51208,
+                    "num_read_kb": 73728,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 29948,
+                    "num_write_kb": 458752
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    3,
+                    4
+                ],
+                "up_primary": 2,
+                "version": "37'29844"
+            },
+            {
+                "acting": [
+                    4,
+                    0,
+                    3
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 29,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 12:06:49.834746",
+                "last_became_active": "2017-07-03 12:09:50.528744",
+                "last_became_peered": "2017-07-03 12:09:50.528744",
+                "last_change": "2017-07-15 12:06:49.834746",
+                "last_clean": "2017-07-15 12:06:49.834746",
+                "last_clean_scrub_stamp": "2017-07-15 12:06:49.834673",
+                "last_deep_scrub": "37'654",
+                "last_deep_scrub_stamp": "2017-07-12 17:02:40.233653",
+                "last_epoch_clean": 30,
+                "last_fresh": "2017-07-15 12:06:49.834746",
+                "last_fullsized": "2017-07-15 12:06:49.834746",
+                "last_peered": "2017-07-15 12:06:49.834746",
+                "last_scrub": "37'654",
+                "last_scrub_stamp": "2017-07-15 12:06:49.834673",
+                "last_undegraded": "2017-07-15 12:06:49.834746",
+                "last_unstale": "2017-07-15 12:06:49.834746",
+                "log_size": 654,
+                "log_start": "0'0",
+                "mapping_epoch": 29,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 654,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "5.0",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "499",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 1199,
+                    "num_read_kb": 42546,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 714,
+                    "num_write_kb": 272933
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    0,
+                    3
+                ],
+                "up_primary": 4,
+                "version": "37'654"
+            },
+            {
+                "acting": [
+                    3,
+                    1,
+                    4
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 22,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 05:50:55.151294",
+                "last_became_active": "2017-07-03 12:09:42.284827",
+                "last_became_peered": "2017-07-03 12:09:42.284827",
+                "last_change": "2017-07-15 00:14:47.366661",
+                "last_clean": "2017-07-16 05:50:55.151294",
+                "last_clean_scrub_stamp": "2017-07-15 00:14:47.366607",
+                "last_deep_scrub": "37'2609",
+                "last_deep_scrub_stamp": "2017-07-11 11:21:58.312244",
+                "last_epoch_clean": 23,
+                "last_fresh": "2017-07-16 05:50:55.151294",
+                "last_fullsized": "2017-07-16 05:50:55.151294",
+                "last_peered": "2017-07-16 05:50:55.151294",
+                "last_scrub": "37'3673",
+                "last_scrub_stamp": "2017-07-15 00:14:47.366607",
+                "last_undegraded": "2017-07-16 05:50:55.151294",
+                "last_unstale": "2017-07-16 05:50:55.151294",
+                "log_size": 3063,
+                "log_start": "37'1000",
+                "mapping_epoch": 22,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3063,
+                "ondisk_log_start": "37'1000",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "1.7",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "4052",
+                "stat_sum": {
+                    "num_bytes": 650139,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 108,
+                    "num_objects": 36,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 36,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 304,
+                    "num_read_kb": 202,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 4029,
+                    "num_write_kb": 3858
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    1,
+                    4
+                ],
+                "up_primary": 3,
+                "version": "37'4063"
+            },
+            {
+                "acting": [
+                    0,
+                    2,
+                    1
+                ],
+                "acting_primary": 0,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 01:23:00.610834",
+                "last_became_active": "2017-07-03 12:04:46.493670",
+                "last_became_peered": "2017-07-03 12:04:46.493670",
+                "last_change": "2017-07-16 01:23:00.610834",
+                "last_clean": "2017-07-16 01:23:00.610834",
+                "last_clean_scrub_stamp": "2017-07-16 01:23:00.610776",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-13 12:49:54.584672",
+                "last_epoch_clean": 13,
+                "last_fresh": "2017-07-16 01:23:00.610834",
+                "last_fullsized": "2017-07-16 01:23:00.610834",
+                "last_peered": "2017-07-16 01:23:00.610834",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-16 01:23:00.610776",
+                "last_undegraded": "2017-07-16 01:23:00.610834",
+                "last_unstale": "2017-07-16 01:23:00.610834",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 11,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.6",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "40",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    0,
+                    2,
+                    1
+                ],
+                "up_primary": 0,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    1,
+                    4,
+                    0
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 24,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 13:52:46.075136",
+                "last_became_active": "2017-07-03 12:09:44.357952",
+                "last_became_peered": "2017-07-03 12:09:44.357952",
+                "last_change": "2017-07-15 13:52:46.075136",
+                "last_clean": "2017-07-15 13:52:46.075136",
+                "last_clean_scrub_stamp": "2017-07-15 13:52:46.075041",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-14 13:05:38.218972",
+                "last_epoch_clean": 25,
+                "last_fresh": "2017-07-15 13:52:46.075136",
+                "last_fullsized": "2017-07-15 13:52:46.075136",
+                "last_peered": "2017-07-15 13:52:46.075136",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 13:52:46.075041",
+                "last_undegraded": "2017-07-15 13:52:46.075136",
+                "last_unstale": "2017-07-15 13:52:46.075136",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 24,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "2.4",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "26",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    4,
+                    0
+                ],
+                "up_primary": 1,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    4,
+                    1,
+                    2
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 25,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 19:37:27.711767",
+                "last_became_active": "2017-07-03 12:09:45.380526",
+                "last_became_peered": "2017-07-03 12:09:45.380526",
+                "last_change": "2017-07-15 19:37:27.711767",
+                "last_clean": "2017-07-15 19:37:27.711767",
+                "last_clean_scrub_stamp": "2017-07-15 19:37:27.711717",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-12 08:38:57.901720",
+                "last_epoch_clean": 26,
+                "last_fresh": "2017-07-15 19:37:27.711767",
+                "last_fullsized": "2017-07-15 19:37:27.711767",
+                "last_peered": "2017-07-15 19:37:27.711767",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 19:37:27.711717",
+                "last_undegraded": "2017-07-15 19:37:27.711767",
+                "last_unstale": "2017-07-15 19:37:27.711767",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 25,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "3.5",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "26",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    1,
+                    2
+                ],
+                "up_primary": 4,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    4,
+                    2,
+                    1
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 27,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 20:26:00.300302",
+                "last_became_active": "2017-07-03 12:09:48.412158",
+                "last_became_peered": "2017-07-03 12:09:48.412158",
+                "last_change": "2017-07-15 20:26:00.300302",
+                "last_clean": "2017-07-15 20:26:00.300302",
+                "last_clean_scrub_stamp": "2017-07-15 20:26:00.300252",
+                "last_deep_scrub": "37'22327",
+                "last_deep_scrub_stamp": "2017-07-15 20:26:00.300252",
+                "last_epoch_clean": 28,
+                "last_fresh": "2017-07-15 20:26:00.300302",
+                "last_fullsized": "2017-07-15 20:26:00.300302",
+                "last_peered": "2017-07-15 20:26:00.300302",
+                "last_scrub": "37'22327",
+                "last_scrub_stamp": "2017-07-15 20:26:00.300252",
+                "last_undegraded": "2017-07-15 20:26:00.300302",
+                "last_unstale": "2017-07-15 20:26:00.300302",
+                "log_size": 3027,
+                "log_start": "37'19300",
+                "mapping_epoch": 27,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3027,
+                "ondisk_log_start": "37'19300",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "4.2",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "11592",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 51272,
+                    "num_read_kb": 70759,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 22923,
+                    "num_write_kb": 357381
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    2,
+                    1
+                ],
+                "up_primary": 4,
+                "version": "37'22327"
+            },
+            {
+                "acting": [
+                    1,
+                    2,
+                    3
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 29,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 02:44:25.826239",
+                "last_became_active": "2017-07-03 12:09:50.528950",
+                "last_became_peered": "2017-07-03 12:09:50.528950",
+                "last_change": "2017-07-16 02:44:25.826239",
+                "last_clean": "2017-07-16 02:44:25.826239",
+                "last_clean_scrub_stamp": "2017-07-16 02:44:25.826168",
+                "last_deep_scrub": "37'400",
+                "last_deep_scrub_stamp": "2017-07-16 02:44:25.826168",
+                "last_epoch_clean": 30,
+                "last_fresh": "2017-07-16 02:44:25.826239",
+                "last_fullsized": "2017-07-16 02:44:25.826239",
+                "last_peered": "2017-07-16 02:44:25.826239",
+                "last_scrub": "37'400",
+                "last_scrub_stamp": "2017-07-16 02:44:25.826168",
+                "last_undegraded": "2017-07-16 02:44:25.826239",
+                "last_unstale": "2017-07-16 02:44:25.826239",
+                "log_size": 400,
+                "log_start": "0'0",
+                "mapping_epoch": 29,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 400,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "5.3",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "363",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 855,
+                    "num_read_kb": 30608,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 447,
+                    "num_write_kb": 188904
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    2,
+                    3
+                ],
+                "up_primary": 1,
+                "version": "37'400"
+            },
+            {
+                "acting": [
+                    2,
+                    4,
+                    1
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 22,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 05:50:54.872069",
+                "last_became_active": "2017-07-03 12:09:42.173213",
+                "last_became_peered": "2017-07-03 12:09:42.173213",
+                "last_change": "2017-07-16 03:55:24.527340",
+                "last_clean": "2017-07-16 05:50:54.872069",
+                "last_clean_scrub_stamp": "2017-07-16 03:55:24.527298",
+                "last_deep_scrub": "37'741",
+                "last_deep_scrub_stamp": "2017-07-11 04:20:20.866274",
+                "last_epoch_clean": 23,
+                "last_fresh": "2017-07-16 05:50:54.872069",
+                "last_fullsized": "2017-07-16 05:50:54.872069",
+                "last_peered": "2017-07-16 05:50:54.872069",
+                "last_scrub": "37'1135",
+                "last_scrub_stamp": "2017-07-16 03:55:24.527298",
+                "last_undegraded": "2017-07-16 05:50:54.872069",
+                "last_unstale": "2017-07-16 05:50:54.872069",
+                "log_size": 1173,
+                "log_start": "0'0",
+                "mapping_epoch": 22,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 1173,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "1.6",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "1175",
+                "stat_sum": {
+                    "num_bytes": 566291,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 105,
+                    "num_objects": 35,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 35,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 412,
+                    "num_read_kb": 367,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 1144,
+                    "num_write_kb": 883
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    4,
+                    1
+                ],
+                "up_primary": 2,
+                "version": "37'1173"
+            },
+            {
+                "acting": [
+                    3,
+                    2,
+                    0
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 18:11:44.934599",
+                "last_became_active": "2017-07-03 12:04:47.967248",
+                "last_became_peered": "2017-07-03 12:04:47.967248",
+                "last_change": "2017-07-15 18:11:44.934599",
+                "last_clean": "2017-07-15 18:11:44.934599",
+                "last_clean_scrub_stamp": "2017-07-15 18:11:44.934552",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-13 08:30:23.207149",
+                "last_epoch_clean": 15,
+                "last_fresh": "2017-07-15 18:11:44.934599",
+                "last_fullsized": "2017-07-15 18:11:44.934599",
+                "last_peered": "2017-07-15 18:11:44.934599",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 18:11:44.934552",
+                "last_undegraded": "2017-07-15 18:11:44.934599",
+                "last_unstale": "2017-07-15 18:11:44.934599",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 13,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.7",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "27",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    2,
+                    0
+                ],
+                "up_primary": 3,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    3,
+                    2,
+                    1
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 24,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 01:42:35.464459",
+                "last_became_active": "2017-07-03 12:09:44.504182",
+                "last_became_peered": "2017-07-03 12:09:44.504182",
+                "last_change": "2017-07-15 01:42:35.464459",
+                "last_clean": "2017-07-15 01:42:35.464459",
+                "last_clean_scrub_stamp": "2017-07-15 01:42:35.464404",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-11 03:32:36.318326",
+                "last_epoch_clean": 25,
+                "last_fresh": "2017-07-15 01:42:35.464459",
+                "last_fullsized": "2017-07-15 01:42:35.464459",
+                "last_peered": "2017-07-15 01:42:35.464459",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 01:42:35.464404",
+                "last_undegraded": "2017-07-15 01:42:35.464459",
+                "last_unstale": "2017-07-15 01:42:35.464459",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 24,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "2.5",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "24",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    2,
+                    1
+                ],
+                "up_primary": 3,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    1,
+                    4,
+                    2
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 25,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 11:46:55.814600",
+                "last_became_active": "2017-07-03 12:09:45.374698",
+                "last_became_peered": "2017-07-03 12:09:45.374698",
+                "last_change": "2017-07-15 11:46:55.814600",
+                "last_clean": "2017-07-15 11:46:55.814600",
+                "last_clean_scrub_stamp": "2017-07-15 11:46:55.814533",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-14 07:55:48.113351",
+                "last_epoch_clean": 26,
+                "last_fresh": "2017-07-15 11:46:55.814600",
+                "last_fullsized": "2017-07-15 11:46:55.814600",
+                "last_peered": "2017-07-15 11:46:55.814600",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 11:46:55.814533",
+                "last_undegraded": "2017-07-15 11:46:55.814600",
+                "last_unstale": "2017-07-15 11:46:55.814600",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 25,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "3.4",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "26",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    4,
+                    2
+                ],
+                "up_primary": 1,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    0,
+                    4,
+                    3
+                ],
+                "acting_primary": 0,
+                "blocked_by": [],
+                "created": 27,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 05:20:45.388762",
+                "last_became_active": "2017-07-03 12:09:49.060290",
+                "last_became_peered": "2017-07-03 12:09:49.060290",
+                "last_change": "2017-07-15 05:20:45.388762",
+                "last_clean": "2017-07-15 05:20:45.388762",
+                "last_clean_scrub_stamp": "2017-07-15 05:20:45.388708",
+                "last_deep_scrub": "37'31182",
+                "last_deep_scrub_stamp": "2017-07-11 09:45:53.363455",
+                "last_epoch_clean": 28,
+                "last_fresh": "2017-07-15 05:20:45.388762",
+                "last_fullsized": "2017-07-15 05:20:45.388762",
+                "last_peered": "2017-07-15 05:20:45.388762",
+                "last_scrub": "37'31182",
+                "last_scrub_stamp": "2017-07-15 05:20:45.388708",
+                "last_undegraded": "2017-07-15 05:20:45.388762",
+                "last_unstale": "2017-07-15 05:20:45.388762",
+                "log_size": 3082,
+                "log_start": "37'28100",
+                "mapping_epoch": 27,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3082,
+                "ondisk_log_start": "37'28100",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "4.3",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "28808",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 36918,
+                    "num_read_kb": 61960,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 31276,
+                    "num_write_kb": 413696
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    0,
+                    4,
+                    3
+                ],
+                "up_primary": 0,
+                "version": "37'31182"
+            },
+            {
+                "acting": [
+                    3,
+                    4,
+                    1
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 29,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 04:40:08.851637",
+                "last_became_active": "2017-07-03 12:09:50.606699",
+                "last_became_peered": "2017-07-03 12:09:50.606699",
+                "last_change": "2017-07-16 04:40:08.851637",
+                "last_clean": "2017-07-16 04:40:08.851637",
+                "last_clean_scrub_stamp": "2017-07-16 04:40:08.851591",
+                "last_deep_scrub": "37'315",
+                "last_deep_scrub_stamp": "2017-07-11 06:35:38.677472",
+                "last_epoch_clean": 30,
+                "last_fresh": "2017-07-16 04:40:08.851637",
+                "last_fullsized": "2017-07-16 04:40:08.851637",
+                "last_peered": "2017-07-16 04:40:08.851637",
+                "last_scrub": "37'315",
+                "last_scrub_stamp": "2017-07-16 04:40:08.851591",
+                "last_undegraded": "2017-07-16 04:40:08.851637",
+                "last_unstale": "2017-07-16 04:40:08.851637",
+                "log_size": 315,
+                "log_start": "0'0",
+                "mapping_epoch": 29,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 315,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "5.2",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "1217",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 1624,
+                    "num_read_kb": 34578,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 361,
+                    "num_write_kb": 202214
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    4,
+                    1
+                ],
+                "up_primary": 3,
+                "version": "37'315"
+            },
+            {
+                "acting": [
+                    2,
+                    3,
+                    0
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 29,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-14 23:47:26.973505",
+                "last_became_active": "2017-07-03 12:09:50.564661",
+                "last_became_peered": "2017-07-03 12:09:50.564661",
+                "last_change": "2017-07-14 23:47:26.973505",
+                "last_clean": "2017-07-14 23:47:26.973505",
+                "last_clean_scrub_stamp": "2017-07-14 23:47:26.973464",
+                "last_deep_scrub": "37'237",
+                "last_deep_scrub_stamp": "2017-07-13 13:03:45.684807",
+                "last_epoch_clean": 30,
+                "last_fresh": "2017-07-14 23:47:26.973505",
+                "last_fullsized": "2017-07-14 23:47:26.973505",
+                "last_peered": "2017-07-14 23:47:26.973505",
+                "last_scrub": "37'237",
+                "last_scrub_stamp": "2017-07-14 23:47:26.973464",
+                "last_undegraded": "2017-07-14 23:47:26.973505",
+                "last_unstale": "2017-07-14 23:47:26.973505",
+                "log_size": 237,
+                "log_start": "0'0",
+                "mapping_epoch": 29,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 237,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "5.d",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "986",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 1319,
+                    "num_read_kb": 26020,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 275,
+                    "num_write_kb": 168088
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    3,
+                    0
+                ],
+                "up_primary": 2,
+                "version": "37'237"
+            },
+            {
+                "acting": [
+                    2,
+                    1,
+                    4
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 22,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 05:50:55.031743",
+                "last_became_active": "2017-07-03 12:09:42.188292",
+                "last_became_peered": "2017-07-03 12:09:42.188292",
+                "last_change": "2017-07-15 16:26:26.168270",
+                "last_clean": "2017-07-16 05:50:55.031743",
+                "last_clean_scrub_stamp": "2017-07-15 16:26:26.168234",
+                "last_deep_scrub": "37'5450",
+                "last_deep_scrub_stamp": "2017-07-11 19:10:48.439986",
+                "last_epoch_clean": 23,
+                "last_fresh": "2017-07-16 05:50:55.031743",
+                "last_fullsized": "2017-07-16 05:50:55.031743",
+                "last_peered": "2017-07-16 05:50:55.031743",
+                "last_scrub": "37'7772",
+                "last_scrub_stamp": "2017-07-15 16:26:26.168234",
+                "last_undegraded": "2017-07-16 05:50:55.031743",
+                "last_unstale": "2017-07-16 05:50:55.031743",
+                "log_size": 3014,
+                "log_start": "37'5100",
+                "mapping_epoch": 22,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3014,
+                "ondisk_log_start": "37'5100",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "1.9",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "8091",
+                "stat_sum": {
+                    "num_bytes": 737462,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 105,
+                    "num_objects": 35,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 35,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 308,
+                    "num_read_kb": 154,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 8083,
+                    "num_write_kb": 7933
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    1,
+                    4
+                ],
+                "up_primary": 2,
+                "version": "37'8114"
+            },
+            {
+                "acting": [
+                    1,
+                    2,
+                    4
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 19:01:08.225311",
+                "last_became_active": "2017-07-03 12:04:58.377654",
+                "last_became_peered": "2017-07-03 12:04:58.377654",
+                "last_change": "2017-07-15 19:01:08.225311",
+                "last_clean": "2017-07-15 19:01:08.225311",
+                "last_clean_scrub_stamp": "2017-07-15 19:01:08.225234",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-11 02:36:57.350743",
+                "last_epoch_clean": 20,
+                "last_fresh": "2017-07-15 19:01:08.225311",
+                "last_fullsized": "2017-07-15 19:01:08.225311",
+                "last_peered": "2017-07-15 19:01:08.225311",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 19:01:08.225234",
+                "last_undegraded": "2017-07-15 19:01:08.225311",
+                "last_unstale": "2017-07-15 19:01:08.225311",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 18,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.8",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "53",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    2,
+                    4
+                ],
+                "up_primary": 1,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    2,
+                    1,
+                    0
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 24,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 18:05:09.323137",
+                "last_became_active": "2017-07-03 12:09:44.423319",
+                "last_became_peered": "2017-07-03 12:09:44.423319",
+                "last_change": "2017-07-15 18:05:09.323137",
+                "last_clean": "2017-07-15 18:05:09.323137",
+                "last_clean_scrub_stamp": "2017-07-15 18:05:09.323108",
+                "last_deep_scrub": "32'2",
+                "last_deep_scrub_stamp": "2017-07-12 23:13:40.542875",
+                "last_epoch_clean": 25,
+                "last_fresh": "2017-07-15 18:05:09.323137",
+                "last_fullsized": "2017-07-15 18:05:09.323137",
+                "last_peered": "2017-07-15 18:05:09.323137",
+                "last_scrub": "32'2",
+                "last_scrub_stamp": "2017-07-15 18:05:09.323108",
+                "last_undegraded": "2017-07-15 18:05:09.323137",
+                "last_unstale": "2017-07-15 18:05:09.323137",
+                "log_size": 2,
+                "log_start": "0'0",
+                "mapping_epoch": 24,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 2,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "2.a",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "30",
+                "stat_sum": {
+                    "num_bytes": 16777216,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 6,
+                    "num_objects": 2,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 2,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 4,
+                    "num_read_kb": 32768,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 4,
+                    "num_write_kb": 16384
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    1,
+                    0
+                ],
+                "up_primary": 2,
+                "version": "32'2"
+            },
+            {
+                "acting": [
+                    2,
+                    4,
+                    3
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 25,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 02:56:44.829565",
+                "last_became_active": "2017-07-03 12:09:45.441451",
+                "last_became_peered": "2017-07-03 12:09:45.441451",
+                "last_change": "2017-07-16 02:56:44.829565",
+                "last_clean": "2017-07-16 02:56:44.829565",
+                "last_clean_scrub_stamp": "2017-07-16 02:56:44.829531",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-14 22:11:03.802713",
+                "last_epoch_clean": 26,
+                "last_fresh": "2017-07-16 02:56:44.829565",
+                "last_fullsized": "2017-07-16 02:56:44.829565",
+                "last_peered": "2017-07-16 02:56:44.829565",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-16 02:56:44.829531",
+                "last_undegraded": "2017-07-16 02:56:44.829565",
+                "last_unstale": "2017-07-16 02:56:44.829565",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 25,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "3.b",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "26",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    4,
+                    3
+                ],
+                "up_primary": 2,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    4,
+                    0,
+                    3
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 27,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 02:36:48.058031",
+                "last_became_active": "2017-07-03 12:09:48.419035",
+                "last_became_peered": "2017-07-03 12:09:48.419035",
+                "last_change": "2017-07-16 02:36:48.058031",
+                "last_clean": "2017-07-16 02:36:48.058031",
+                "last_clean_scrub_stamp": "2017-07-16 02:36:48.057969",
+                "last_deep_scrub": "37'23688",
+                "last_deep_scrub_stamp": "2017-07-16 02:36:48.057969",
+                "last_epoch_clean": 28,
+                "last_fresh": "2017-07-16 02:36:48.058031",
+                "last_fullsized": "2017-07-16 02:36:48.058031",
+                "last_peered": "2017-07-16 02:36:48.058031",
+                "last_scrub": "37'23688",
+                "last_scrub_stamp": "2017-07-16 02:36:48.057969",
+                "last_undegraded": "2017-07-16 02:36:48.058031",
+                "last_unstale": "2017-07-16 02:36:48.058031",
+                "log_size": 3088,
+                "log_start": "37'20600",
+                "mapping_epoch": 27,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3088,
+                "ondisk_log_start": "37'20600",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "4.c",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "22587",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 59440,
+                    "num_read_kb": 81962,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 23784,
+                    "num_write_kb": 425984
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    0,
+                    3
+                ],
+                "up_primary": 4,
+                "version": "37'23688"
+            },
+            {
+                "acting": [
+                    1,
+                    0,
+                    3
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 29,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 08:22:07.793870",
+                "last_became_active": "2017-07-03 12:09:50.518217",
+                "last_became_peered": "2017-07-03 12:09:50.518217",
+                "last_change": "2017-07-15 08:22:07.793870",
+                "last_clean": "2017-07-15 08:22:07.793870",
+                "last_clean_scrub_stamp": "2017-07-15 08:22:07.793810",
+                "last_deep_scrub": "37'307",
+                "last_deep_scrub_stamp": "2017-07-15 08:22:07.793810",
+                "last_epoch_clean": 30,
+                "last_fresh": "2017-07-15 08:22:07.793870",
+                "last_fullsized": "2017-07-15 08:22:07.793870",
+                "last_peered": "2017-07-15 08:22:07.793870",
+                "last_scrub": "37'307",
+                "last_scrub_stamp": "2017-07-15 08:22:07.793810",
+                "last_undegraded": "2017-07-15 08:22:07.793870",
+                "last_unstale": "2017-07-15 08:22:07.793870",
+                "log_size": 307,
+                "log_start": "0'0",
+                "mapping_epoch": 29,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 307,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "5.c",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "296",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 835,
+                    "num_read_kb": 30337,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 353,
+                    "num_write_kb": 185296
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    0,
+                    3
+                ],
+                "up_primary": 1,
+                "version": "37'307"
+            },
+            {
+                "acting": [
+                    3,
+                    2,
+                    4
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 22,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 05:50:54.878471",
+                "last_became_active": "2017-07-03 12:09:42.255706",
+                "last_became_peered": "2017-07-03 12:09:42.255706",
+                "last_change": "2017-07-15 03:02:53.525018",
+                "last_clean": "2017-07-16 05:50:54.878471",
+                "last_clean_scrub_stamp": "2017-07-15 03:02:53.524967",
+                "last_deep_scrub": "37'856",
+                "last_deep_scrub_stamp": "2017-07-11 04:29:04.106686",
+                "last_epoch_clean": 23,
+                "last_fresh": "2017-07-16 05:50:54.878471",
+                "last_fullsized": "2017-07-16 05:50:54.878471",
+                "last_peered": "2017-07-16 05:50:54.878471",
+                "last_scrub": "37'942",
+                "last_scrub_stamp": "2017-07-15 03:02:53.524967",
+                "last_undegraded": "2017-07-16 05:50:54.878471",
+                "last_unstale": "2017-07-16 05:50:54.878471",
+                "log_size": 1172,
+                "log_start": "0'0",
+                "mapping_epoch": 22,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 1172,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "1.8",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "1174",
+                "stat_sum": {
+                    "num_bytes": 434969,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 84,
+                    "num_objects": 28,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 28,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 458,
+                    "num_read_kb": 390,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 1149,
+                    "num_write_kb": 893
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    2,
+                    4
+                ],
+                "up_primary": 3,
+                "version": "37'1172"
+            },
+            {
+                "acting": [
+                    3,
+                    1,
+                    0
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 03:03:16.645703",
+                "last_became_active": "2017-07-03 12:04:47.909016",
+                "last_became_peered": "2017-07-03 12:04:47.909016",
+                "last_change": "2017-07-16 03:03:16.645703",
+                "last_clean": "2017-07-16 03:03:16.645703",
+                "last_clean_scrub_stamp": "2017-07-16 03:03:16.645648",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-11 03:34:21.343857",
+                "last_epoch_clean": 15,
+                "last_fresh": "2017-07-16 03:03:16.645703",
+                "last_fullsized": "2017-07-16 03:03:16.645703",
+                "last_peered": "2017-07-16 03:03:16.645703",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-16 03:03:16.645648",
+                "last_undegraded": "2017-07-16 03:03:16.645703",
+                "last_unstale": "2017-07-16 03:03:16.645703",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 13,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.9",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "27",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    1,
+                    0
+                ],
+                "up_primary": 3,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    2,
+                    0,
+                    3
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 24,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 23:16:23.141137",
+                "last_became_active": "2017-07-03 12:09:44.436912",
+                "last_became_peered": "2017-07-03 12:09:44.436912",
+                "last_change": "2017-07-15 23:16:23.141137",
+                "last_clean": "2017-07-15 23:16:23.141137",
+                "last_clean_scrub_stamp": "2017-07-15 23:16:23.141106",
+                "last_deep_scrub": "32'1",
+                "last_deep_scrub_stamp": "2017-07-10 15:46:35.432386",
+                "last_epoch_clean": 25,
+                "last_fresh": "2017-07-15 23:16:23.141137",
+                "last_fullsized": "2017-07-15 23:16:23.141137",
+                "last_peered": "2017-07-15 23:16:23.141137",
+                "last_scrub": "32'1",
+                "last_scrub_stamp": "2017-07-15 23:16:23.141106",
+                "last_undegraded": "2017-07-15 23:16:23.141137",
+                "last_unstale": "2017-07-15 23:16:23.141137",
+                "log_size": 1,
+                "log_start": "0'0",
+                "mapping_epoch": 24,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 1,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "2.b",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "28",
+                "stat_sum": {
+                    "num_bytes": 8388608,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 3,
+                    "num_objects": 1,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 1,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 2,
+                    "num_read_kb": 16384,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 2,
+                    "num_write_kb": 8192
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    0,
+                    3
+                ],
+                "up_primary": 2,
+                "version": "32'1"
+            },
+            {
+                "acting": [
+                    3,
+                    0,
+                    4
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 25,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 15:16:57.741892",
+                "last_became_active": "2017-07-03 12:09:45.481927",
+                "last_became_peered": "2017-07-03 12:09:45.481927",
+                "last_change": "2017-07-15 15:16:57.741892",
+                "last_clean": "2017-07-15 15:16:57.741892",
+                "last_clean_scrub_stamp": "2017-07-15 15:16:57.741835",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-10 16:48:46.317807",
+                "last_epoch_clean": 26,
+                "last_fresh": "2017-07-15 15:16:57.741892",
+                "last_fullsized": "2017-07-15 15:16:57.741892",
+                "last_peered": "2017-07-15 15:16:57.741892",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 15:16:57.741835",
+                "last_undegraded": "2017-07-15 15:16:57.741892",
+                "last_unstale": "2017-07-15 15:16:57.741892",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 25,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "3.a",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "26",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    0,
+                    4
+                ],
+                "up_primary": 3,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    2,
+                    3,
+                    4
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 27,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 19:43:22.554252",
+                "last_became_active": "2017-07-03 12:09:48.454043",
+                "last_became_peered": "2017-07-03 12:09:48.454043",
+                "last_change": "2017-07-15 19:43:22.554252",
+                "last_clean": "2017-07-15 19:43:22.554252",
+                "last_clean_scrub_stamp": "2017-07-15 19:43:22.554201",
+                "last_deep_scrub": "37'36151",
+                "last_deep_scrub_stamp": "2017-07-10 17:46:35.263868",
+                "last_epoch_clean": 28,
+                "last_fresh": "2017-07-15 19:43:22.554252",
+                "last_fullsized": "2017-07-15 19:43:22.554252",
+                "last_peered": "2017-07-15 19:43:22.554252",
+                "last_scrub": "37'36151",
+                "last_scrub_stamp": "2017-07-15 19:43:22.554201",
+                "last_undegraded": "2017-07-15 19:43:22.554252",
+                "last_unstale": "2017-07-15 19:43:22.554252",
+                "log_size": 3051,
+                "log_start": "37'33100",
+                "mapping_epoch": 27,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3051,
+                "ondisk_log_start": "37'33100",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "4.d",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "33226",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 36969,
+                    "num_read_kb": 61521,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 36219,
+                    "num_write_kb": 397312
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    3,
+                    4
+                ],
+                "up_primary": 2,
+                "version": "37'36151"
+            },
+            {
+                "acting": [
+                    4,
+                    1,
+                    2
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 29,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 15:45:26.694433",
+                "last_became_active": "2017-07-03 12:09:50.560989",
+                "last_became_peered": "2017-07-03 12:09:50.560989",
+                "last_change": "2017-07-15 15:45:26.694433",
+                "last_clean": "2017-07-15 15:45:26.694433",
+                "last_clean_scrub_stamp": "2017-07-15 15:45:26.694397",
+                "last_deep_scrub": "37'677",
+                "last_deep_scrub_stamp": "2017-07-10 22:45:55.546385",
+                "last_epoch_clean": 30,
+                "last_fresh": "2017-07-15 15:45:26.694433",
+                "last_fullsized": "2017-07-15 15:45:26.694433",
+                "last_peered": "2017-07-15 15:45:26.694433",
+                "last_scrub": "37'677",
+                "last_scrub_stamp": "2017-07-15 15:45:26.694397",
+                "last_undegraded": "2017-07-15 15:45:26.694433",
+                "last_unstale": "2017-07-15 15:45:26.694433",
+                "log_size": 677,
+                "log_start": "0'0",
+                "mapping_epoch": 29,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 677,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "5.13",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "630",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 843,
+                    "num_read_kb": 56076,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 737,
+                    "num_write_kb": 246676
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    1,
+                    2
+                ],
+                "up_primary": 4,
+                "version": "37'677"
+            },
+            {
+                "acting": [
+                    2,
+                    4,
+                    1
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 22,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 05:50:54.479574",
+                "last_became_active": "2017-07-03 12:09:42.172309",
+                "last_became_peered": "2017-07-03 12:09:42.172309",
+                "last_change": "2017-07-15 23:14:01.121738",
+                "last_clean": "2017-07-16 05:50:54.479574",
+                "last_clean_scrub_stamp": "2017-07-15 23:14:01.121704",
+                "last_deep_scrub": "37'2146",
+                "last_deep_scrub_stamp": "2017-07-09 13:14:18.204260",
+                "last_epoch_clean": 23,
+                "last_fresh": "2017-07-16 05:50:54.479574",
+                "last_fullsized": "2017-07-16 05:50:54.479574",
+                "last_peered": "2017-07-16 05:50:54.479574",
+                "last_scrub": "37'3173",
+                "last_scrub_stamp": "2017-07-15 23:14:01.121704",
+                "last_undegraded": "2017-07-16 05:50:54.479574",
+                "last_unstale": "2017-07-16 05:50:54.479574",
+                "log_size": 3015,
+                "log_start": "37'200",
+                "mapping_epoch": 22,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3015,
+                "ondisk_log_start": "37'200",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "1.17",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "3174",
+                "stat_sum": {
+                    "num_bytes": 597777,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 105,
+                    "num_objects": 35,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 35,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 925,
+                    "num_read_kb": 1414,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 3178,
+                    "num_write_kb": 2395
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    4,
+                    1
+                ],
+                "up_primary": 2,
+                "version": "37'3215"
+            },
+            {
+                "acting": [
+                    3,
+                    4,
+                    0
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 16:04:47.305900",
+                "last_became_active": "2017-07-03 12:04:58.503175",
+                "last_became_peered": "2017-07-03 12:04:58.503175",
+                "last_change": "2017-07-15 16:04:47.305900",
+                "last_clean": "2017-07-15 16:04:47.305900",
+                "last_clean_scrub_stamp": "2017-07-15 16:04:47.305859",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-13 11:18:25.323394",
+                "last_epoch_clean": 20,
+                "last_fresh": "2017-07-15 16:04:47.305900",
+                "last_fullsized": "2017-07-15 16:04:47.305900",
+                "last_peered": "2017-07-15 16:04:47.305900",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 16:04:47.305859",
+                "last_undegraded": "2017-07-15 16:04:47.305900",
+                "last_unstale": "2017-07-15 16:04:47.305900",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 18,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.16",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "36",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    4,
+                    0
+                ],
+                "up_primary": 3,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    3,
+                    2,
+                    4
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 24,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 02:04:42.950956",
+                "last_became_active": "2017-07-03 12:09:44.515125",
+                "last_became_peered": "2017-07-03 12:09:44.515125",
+                "last_change": "2017-07-16 02:04:42.950956",
+                "last_clean": "2017-07-16 02:04:42.950956",
+                "last_clean_scrub_stamp": "2017-07-16 02:04:42.950925",
+                "last_deep_scrub": "32'2",
+                "last_deep_scrub_stamp": "2017-07-16 02:04:42.950925",
+                "last_epoch_clean": 25,
+                "last_fresh": "2017-07-16 02:04:42.950956",
+                "last_fullsized": "2017-07-16 02:04:42.950956",
+                "last_peered": "2017-07-16 02:04:42.950956",
+                "last_scrub": "32'2",
+                "last_scrub_stamp": "2017-07-16 02:04:42.950925",
+                "last_undegraded": "2017-07-16 02:04:42.950956",
+                "last_unstale": "2017-07-16 02:04:42.950956",
+                "log_size": 2,
+                "log_start": "0'0",
+                "mapping_epoch": 24,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 2,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "2.14",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "32",
+                "stat_sum": {
+                    "num_bytes": 16,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 3,
+                    "num_objects": 1,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 1,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 17,
+                    "num_read_kb": 5,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 1,
+                    "num_write_kb": 1
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    2,
+                    4
+                ],
+                "up_primary": 3,
+                "version": "32'2"
+            },
+            {
+                "acting": [
+                    2,
+                    4,
+                    3
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 25,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 05:42:45.816853",
+                "last_became_active": "2017-07-03 12:09:45.431118",
+                "last_became_peered": "2017-07-03 12:09:45.431118",
+                "last_change": "2017-07-16 05:42:45.816853",
+                "last_clean": "2017-07-16 05:42:45.816853",
+                "last_clean_scrub_stamp": "2017-07-16 05:42:45.816784",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-13 14:43:38.865881",
+                "last_epoch_clean": 26,
+                "last_fresh": "2017-07-16 05:42:45.816853",
+                "last_fullsized": "2017-07-16 05:42:45.816853",
+                "last_peered": "2017-07-16 05:42:45.816853",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-16 05:42:45.816784",
+                "last_undegraded": "2017-07-16 05:42:45.816853",
+                "last_unstale": "2017-07-16 05:42:45.816853",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 25,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "3.15",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "26",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    4,
+                    3
+                ],
+                "up_primary": 2,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    4,
+                    0,
+                    1
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 27,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 04:54:15.799518",
+                "last_became_active": "2017-07-03 12:09:48.401893",
+                "last_became_peered": "2017-07-03 12:09:48.401893",
+                "last_change": "2017-07-16 04:54:15.799518",
+                "last_clean": "2017-07-16 04:54:15.799518",
+                "last_clean_scrub_stamp": "2017-07-16 04:54:15.799476",
+                "last_deep_scrub": "37'30794",
+                "last_deep_scrub_stamp": "2017-07-14 17:12:36.402287",
+                "last_epoch_clean": 28,
+                "last_fresh": "2017-07-16 04:54:15.799518",
+                "last_fullsized": "2017-07-16 04:54:15.799518",
+                "last_peered": "2017-07-16 04:54:15.799518",
+                "last_scrub": "37'30794",
+                "last_scrub_stamp": "2017-07-16 04:54:15.799476",
+                "last_undegraded": "2017-07-16 04:54:15.799518",
+                "last_unstale": "2017-07-16 04:54:15.799518",
+                "log_size": 3094,
+                "log_start": "37'27700",
+                "mapping_epoch": 27,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3094,
+                "ondisk_log_start": "37'27700",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "4.12",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "33593",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 65646,
+                    "num_read_kb": 84078,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 30903,
+                    "num_write_kb": 479232
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    0,
+                    1
+                ],
+                "up_primary": 4,
+                "version": "37'30794"
+            },
+            {
+                "acting": [
+                    2,
+                    3,
+                    0
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 29,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 01:05:08.898540",
+                "last_became_active": "2017-07-03 12:09:50.570565",
+                "last_became_peered": "2017-07-03 12:09:50.570565",
+                "last_change": "2017-07-15 01:05:08.898540",
+                "last_clean": "2017-07-15 01:05:08.898540",
+                "last_clean_scrub_stamp": "2017-07-15 01:05:08.898487",
+                "last_deep_scrub": "37'93",
+                "last_deep_scrub_stamp": "2017-07-12 08:44:00.068033",
+                "last_epoch_clean": 30,
+                "last_fresh": "2017-07-15 01:05:08.898540",
+                "last_fullsized": "2017-07-15 01:05:08.898540",
+                "last_peered": "2017-07-15 01:05:08.898540",
+                "last_scrub": "37'93",
+                "last_scrub_stamp": "2017-07-15 01:05:08.898487",
+                "last_undegraded": "2017-07-15 01:05:08.898540",
+                "last_unstale": "2017-07-15 01:05:08.898540",
+                "log_size": 93,
+                "log_start": "0'0",
+                "mapping_epoch": 29,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 93,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "5.12",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "106",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 553,
+                    "num_read_kb": 28510,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 126,
+                    "num_write_kb": 138610
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    3,
+                    0
+                ],
+                "up_primary": 2,
+                "version": "37'93"
+            },
+            {
+                "acting": [
+                    1,
+                    0,
+                    4
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 22,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 05:50:54.670204",
+                "last_became_active": "2017-07-03 12:09:42.128540",
+                "last_became_peered": "2017-07-03 12:09:42.128540",
+                "last_change": "2017-07-16 01:22:50.045475",
+                "last_clean": "2017-07-16 05:50:54.670204",
+                "last_clean_scrub_stamp": "2017-07-16 01:22:50.045419",
+                "last_deep_scrub": "37'6006",
+                "last_deep_scrub_stamp": "2017-07-13 12:30:20.496238",
+                "last_epoch_clean": 23,
+                "last_fresh": "2017-07-16 05:50:54.670204",
+                "last_fullsized": "2017-07-16 05:50:54.670204",
+                "last_peered": "2017-07-16 05:50:54.670204",
+                "last_scrub": "37'7372",
+                "last_scrub_stamp": "2017-07-16 01:22:50.045419",
+                "last_undegraded": "2017-07-16 05:50:54.670204",
+                "last_unstale": "2017-07-16 05:50:54.670204",
+                "log_size": 3032,
+                "log_start": "37'4400",
+                "mapping_epoch": 22,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3032,
+                "ondisk_log_start": "37'4400",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "1.16",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "7432",
+                "stat_sum": {
+                    "num_bytes": 566303,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 90,
+                    "num_objects": 30,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 30,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 392,
+                    "num_read_kb": 288,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 7405,
+                    "num_write_kb": 7172
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    0,
+                    4
+                ],
+                "up_primary": 1,
+                "version": "37'7432"
+            },
+            {
+                "acting": [
+                    4,
+                    3,
+                    1
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 02:20:15.857210",
+                "last_became_active": "2017-07-03 12:04:58.353848",
+                "last_became_peered": "2017-07-03 12:04:58.353848",
+                "last_change": "2017-07-16 02:20:15.857210",
+                "last_clean": "2017-07-16 02:20:15.857210",
+                "last_clean_scrub_stamp": "2017-07-16 02:20:15.857157",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-16 02:20:15.857157",
+                "last_epoch_clean": 20,
+                "last_fresh": "2017-07-16 02:20:15.857210",
+                "last_fullsized": "2017-07-16 02:20:15.857210",
+                "last_peered": "2017-07-16 02:20:15.857210",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-16 02:20:15.857157",
+                "last_undegraded": "2017-07-16 02:20:15.857210",
+                "last_unstale": "2017-07-16 02:20:15.857210",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 18,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.17",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "27",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    3,
+                    1
+                ],
+                "up_primary": 4,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    4,
+                    2,
+                    1
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 24,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 06:19:44.552316",
+                "last_became_active": "2017-07-03 12:09:44.410782",
+                "last_became_peered": "2017-07-03 12:09:44.410782",
+                "last_change": "2017-07-15 06:19:44.552316",
+                "last_clean": "2017-07-15 06:19:44.552316",
+                "last_clean_scrub_stamp": "2017-07-15 06:19:44.552282",
+                "last_deep_scrub": "32'1",
+                "last_deep_scrub_stamp": "2017-07-12 09:29:36.571892",
+                "last_epoch_clean": 25,
+                "last_fresh": "2017-07-15 06:19:44.552316",
+                "last_fullsized": "2017-07-15 06:19:44.552316",
+                "last_peered": "2017-07-15 06:19:44.552316",
+                "last_scrub": "32'1",
+                "last_scrub_stamp": "2017-07-15 06:19:44.552282",
+                "last_undegraded": "2017-07-15 06:19:44.552316",
+                "last_unstale": "2017-07-15 06:19:44.552316",
+                "log_size": 1,
+                "log_start": "0'0",
+                "mapping_epoch": 24,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 1,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "2.15",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "26",
+                "stat_sum": {
+                    "num_bytes": 8388608,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 3,
+                    "num_objects": 1,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 1,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 2,
+                    "num_read_kb": 16384,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 2,
+                    "num_write_kb": 8192
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    2,
+                    1
+                ],
+                "up_primary": 4,
+                "version": "32'1"
+            },
+            {
+                "acting": [
+                    3,
+                    0,
+                    4
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 25,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 12:33:47.715089",
+                "last_became_active": "2017-07-03 12:09:45.496262",
+                "last_became_peered": "2017-07-03 12:09:45.496262",
+                "last_change": "2017-07-15 12:33:47.715089",
+                "last_clean": "2017-07-15 12:33:47.715089",
+                "last_clean_scrub_stamp": "2017-07-15 12:33:47.715038",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-14 09:22:34.983119",
+                "last_epoch_clean": 26,
+                "last_fresh": "2017-07-15 12:33:47.715089",
+                "last_fullsized": "2017-07-15 12:33:47.715089",
+                "last_peered": "2017-07-15 12:33:47.715089",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 12:33:47.715038",
+                "last_undegraded": "2017-07-15 12:33:47.715089",
+                "last_unstale": "2017-07-15 12:33:47.715089",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 25,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "3.14",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "26",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    0,
+                    4
+                ],
+                "up_primary": 3,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    3,
+                    2,
+                    1
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 27,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 23:04:07.670742",
+                "last_became_active": "2017-07-03 12:09:48.511557",
+                "last_became_peered": "2017-07-03 12:09:48.511557",
+                "last_change": "2017-07-15 23:04:07.670742",
+                "last_clean": "2017-07-15 23:04:07.670742",
+                "last_clean_scrub_stamp": "2017-07-15 23:04:07.670682",
+                "last_deep_scrub": "37'33740",
+                "last_deep_scrub_stamp": "2017-07-11 01:47:53.039754",
+                "last_epoch_clean": 28,
+                "last_fresh": "2017-07-15 23:04:07.670742",
+                "last_fullsized": "2017-07-15 23:04:07.670742",
+                "last_peered": "2017-07-15 23:04:07.670742",
+                "last_scrub": "37'33740",
+                "last_scrub_stamp": "2017-07-15 23:04:07.670682",
+                "last_undegraded": "2017-07-15 23:04:07.670742",
+                "last_unstale": "2017-07-15 23:04:07.670742",
+                "log_size": 3040,
+                "log_start": "37'30700",
+                "mapping_epoch": 27,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3040,
+                "ondisk_log_start": "37'30700",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "4.13",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "41757",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 53296,
+                    "num_read_kb": 69674,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 33828,
+                    "num_write_kb": 397312
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    2,
+                    1
+                ],
+                "up_primary": 3,
+                "version": "37'33740"
+            },
+            {
+                "acting": [
+                    1,
+                    4,
+                    3
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 29,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 03:12:30.692234",
+                "last_became_active": "2017-07-03 12:09:50.516444",
+                "last_became_peered": "2017-07-03 12:09:50.516444",
+                "last_change": "2017-07-15 03:12:30.692234",
+                "last_clean": "2017-07-15 03:12:30.692234",
+                "last_clean_scrub_stamp": "2017-07-15 03:12:30.692184",
+                "last_deep_scrub": "37'458",
+                "last_deep_scrub_stamp": "2017-07-09 07:35:28.255270",
+                "last_epoch_clean": 30,
+                "last_fresh": "2017-07-15 03:12:30.692234",
+                "last_fullsized": "2017-07-15 03:12:30.692234",
+                "last_peered": "2017-07-15 03:12:30.692234",
+                "last_scrub": "37'458",
+                "last_scrub_stamp": "2017-07-15 03:12:30.692184",
+                "last_undegraded": "2017-07-15 03:12:30.692234",
+                "last_unstale": "2017-07-15 03:12:30.692234",
+                "log_size": 458,
+                "log_start": "0'0",
+                "mapping_epoch": 29,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 458,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "5.1d",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "460",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 285,
+                    "num_read_kb": 21300,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 501,
+                    "num_write_kb": 183716
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    4,
+                    3
+                ],
+                "up_primary": 1,
+                "version": "37'458"
+            },
+            {
+                "acting": [
+                    4,
+                    2,
+                    0
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 22,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 05:50:54.788106",
+                "last_became_active": "2017-07-03 12:09:42.149484",
+                "last_became_peered": "2017-07-03 12:09:42.149484",
+                "last_change": "2017-07-15 06:27:00.659202",
+                "last_clean": "2017-07-16 05:50:54.788106",
+                "last_clean_scrub_stamp": "2017-07-15 06:27:00.659136",
+                "last_deep_scrub": "37'5188",
+                "last_deep_scrub_stamp": "2017-07-11 16:36:29.105591",
+                "last_epoch_clean": 23,
+                "last_fresh": "2017-07-16 05:50:54.788106",
+                "last_fullsized": "2017-07-16 05:50:54.788106",
+                "last_peered": "2017-07-16 05:50:54.788106",
+                "last_scrub": "37'6795",
+                "last_scrub_stamp": "2017-07-15 06:27:00.659136",
+                "last_undegraded": "2017-07-16 05:50:54.788106",
+                "last_unstale": "2017-07-16 05:50:54.788106",
+                "log_size": 3042,
+                "log_start": "37'4100",
+                "mapping_epoch": 22,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3042,
+                "ondisk_log_start": "37'4100",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "1.19",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "10065",
+                "stat_sum": {
+                    "num_bytes": 496657,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 99,
+                    "num_objects": 33,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 33,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 5102,
+                    "num_read_kb": 4418,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 7118,
+                    "num_write_kb": 5705
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    2,
+                    0
+                ],
+                "up_primary": 4,
+                "version": "37'7142"
+            },
+            {
+                "acting": [
+                    2,
+                    0,
+                    3
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 02:12:04.295624",
+                "last_became_active": "2017-07-03 12:04:48.932036",
+                "last_became_peered": "2017-07-03 12:04:48.932036",
+                "last_change": "2017-07-16 02:12:04.295624",
+                "last_clean": "2017-07-16 02:12:04.295624",
+                "last_clean_scrub_stamp": "2017-07-16 02:12:04.295561",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-10 19:27:30.538968",
+                "last_epoch_clean": 16,
+                "last_fresh": "2017-07-16 02:12:04.295624",
+                "last_fullsized": "2017-07-16 02:12:04.295624",
+                "last_peered": "2017-07-16 02:12:04.295624",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-16 02:12:04.295561",
+                "last_undegraded": "2017-07-16 02:12:04.295624",
+                "last_unstale": "2017-07-16 02:12:04.295624",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 14,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.18",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "36",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    0,
+                    3
+                ],
+                "up_primary": 2,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    3,
+                    0,
+                    2
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 24,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 18:18:32.030192",
+                "last_became_active": "2017-07-03 12:09:44.509571",
+                "last_became_peered": "2017-07-03 12:09:44.509571",
+                "last_change": "2017-07-15 18:18:32.030192",
+                "last_clean": "2017-07-15 18:18:32.030192",
+                "last_clean_scrub_stamp": "2017-07-15 18:18:32.030131",
+                "last_deep_scrub": "32'1",
+                "last_deep_scrub_stamp": "2017-07-09 15:16:12.538983",
+                "last_epoch_clean": 25,
+                "last_fresh": "2017-07-15 18:18:32.030192",
+                "last_fullsized": "2017-07-15 18:18:32.030192",
+                "last_peered": "2017-07-15 18:18:32.030192",
+                "last_scrub": "32'1",
+                "last_scrub_stamp": "2017-07-15 18:18:32.030131",
+                "last_undegraded": "2017-07-15 18:18:32.030192",
+                "last_unstale": "2017-07-15 18:18:32.030192",
+                "log_size": 1,
+                "log_start": "0'0",
+                "mapping_epoch": 24,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 1,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "2.1a",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "28",
+                "stat_sum": {
+                    "num_bytes": 8388608,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 3,
+                    "num_objects": 1,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 1,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 2,
+                    "num_read_kb": 16384,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 2,
+                    "num_write_kb": 8192
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    0,
+                    2
+                ],
+                "up_primary": 3,
+                "version": "32'1"
+            },
+            {
+                "acting": [
+                    1,
+                    3,
+                    0
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 25,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 07:39:16.370319",
+                "last_became_active": "2017-07-03 12:09:45.357823",
+                "last_became_peered": "2017-07-03 12:09:45.357823",
+                "last_change": "2017-07-15 07:39:16.370319",
+                "last_clean": "2017-07-15 07:39:16.370319",
+                "last_clean_scrub_stamp": "2017-07-15 07:39:16.370212",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-09 16:38:35.796686",
+                "last_epoch_clean": 26,
+                "last_fresh": "2017-07-15 07:39:16.370319",
+                "last_fullsized": "2017-07-15 07:39:16.370319",
+                "last_peered": "2017-07-15 07:39:16.370319",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 07:39:16.370212",
+                "last_undegraded": "2017-07-15 07:39:16.370319",
+                "last_unstale": "2017-07-15 07:39:16.370319",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 25,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "3.1b",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "26",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    3,
+                    0
+                ],
+                "up_primary": 1,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    2,
+                    1,
+                    0
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 27,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 20:46:37.296790",
+                "last_became_active": "2017-07-03 12:09:48.446365",
+                "last_became_peered": "2017-07-03 12:09:48.446365",
+                "last_change": "2017-07-15 20:46:37.296790",
+                "last_clean": "2017-07-15 20:46:37.296790",
+                "last_clean_scrub_stamp": "2017-07-15 20:46:37.296751",
+                "last_deep_scrub": "37'31723",
+                "last_deep_scrub_stamp": "2017-07-12 00:33:07.115551",
+                "last_epoch_clean": 28,
+                "last_fresh": "2017-07-15 20:46:37.296790",
+                "last_fullsized": "2017-07-15 20:46:37.296790",
+                "last_peered": "2017-07-15 20:46:37.296790",
+                "last_scrub": "37'31723",
+                "last_scrub_stamp": "2017-07-15 20:46:37.296751",
+                "last_undegraded": "2017-07-15 20:46:37.296790",
+                "last_unstale": "2017-07-15 20:46:37.296790",
+                "log_size": 3023,
+                "log_start": "37'28700",
+                "mapping_epoch": 27,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3023,
+                "ondisk_log_start": "37'28700",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "4.1c",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "37340",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 3,
+                    "num_objects": 1,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 1,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 1,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 55324,
+                    "num_read_kb": 81944,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 31837,
+                    "num_write_kb": 475762
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    1,
+                    0
+                ],
+                "up_primary": 2,
+                "version": "37'31723"
+            },
+            {
+                "acting": [
+                    3,
+                    2,
+                    1
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 29,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 01:16:40.153052",
+                "last_became_active": "2017-07-03 12:09:50.637885",
+                "last_became_peered": "2017-07-03 12:09:50.637885",
+                "last_change": "2017-07-15 01:16:40.153052",
+                "last_clean": "2017-07-15 01:16:40.153052",
+                "last_clean_scrub_stamp": "2017-07-15 01:16:40.153001",
+                "last_deep_scrub": "37'349",
+                "last_deep_scrub_stamp": "2017-07-15 01:16:40.153001",
+                "last_epoch_clean": 30,
+                "last_fresh": "2017-07-15 01:16:40.153052",
+                "last_fullsized": "2017-07-15 01:16:40.153052",
+                "last_peered": "2017-07-15 01:16:40.153052",
+                "last_scrub": "37'349",
+                "last_scrub_stamp": "2017-07-15 01:16:40.153001",
+                "last_undegraded": "2017-07-15 01:16:40.153052",
+                "last_unstale": "2017-07-15 01:16:40.153052",
+                "log_size": 349,
+                "log_start": "0'0",
+                "mapping_epoch": 29,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 349,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "5.1c",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "1062",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 3,
+                    "num_objects": 1,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 1,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 1,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 2299,
+                    "num_read_kb": 22795,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 632,
+                    "num_write_kb": 131662
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    2,
+                    1
+                ],
+                "up_primary": 3,
+                "version": "37'349"
+            },
+            {
+                "acting": [
+                    3,
+                    0,
+                    4
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 22,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 05:50:54.778211",
+                "last_became_active": "2017-07-03 12:09:42.267247",
+                "last_became_peered": "2017-07-03 12:09:42.267247",
+                "last_change": "2017-07-15 02:21:11.957942",
+                "last_clean": "2017-07-16 05:50:54.778211",
+                "last_clean_scrub_stamp": "2017-07-15 02:21:11.957882",
+                "last_deep_scrub": "37'25827",
+                "last_deep_scrub_stamp": "2017-07-11 06:56:40.003016",
+                "last_epoch_clean": 23,
+                "last_fresh": "2017-07-16 05:50:54.778211",
+                "last_fullsized": "2017-07-16 05:50:54.778211",
+                "last_peered": "2017-07-16 05:50:54.778211",
+                "last_scrub": "37'38971",
+                "last_scrub_stamp": "2017-07-15 02:21:11.957882",
+                "last_undegraded": "2017-07-16 05:50:54.778211",
+                "last_unstale": "2017-07-16 05:50:54.778211",
+                "log_size": 3100,
+                "log_start": "37'39727",
+                "mapping_epoch": 22,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3100,
+                "ondisk_log_start": "37'39727",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "1.18",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "44328",
+                "stat_sum": {
+                    "num_bytes": 521173,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 87,
+                    "num_objects": 29,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 29,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 40605,
+                    "num_read_kb": 80849,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 42800,
+                    "num_write_kb": 2345
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    0,
+                    4
+                ],
+                "up_primary": 3,
+                "version": "37'42827"
+            },
+            {
+                "acting": [
+                    0,
+                    2,
+                    4
+                ],
+                "acting_primary": 0,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-14 21:28:35.586291",
+                "last_became_active": "2017-07-03 12:04:59.026480",
+                "last_became_peered": "2017-07-03 12:04:59.026480",
+                "last_change": "2017-07-14 21:28:35.586291",
+                "last_clean": "2017-07-14 21:28:35.586291",
+                "last_clean_scrub_stamp": "2017-07-14 21:28:35.586199",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-14 21:28:35.586199",
+                "last_epoch_clean": 20,
+                "last_fresh": "2017-07-14 21:28:35.586291",
+                "last_fullsized": "2017-07-14 21:28:35.586291",
+                "last_peered": "2017-07-14 21:28:35.586291",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-14 21:28:35.586199",
+                "last_undegraded": "2017-07-14 21:28:35.586291",
+                "last_unstale": "2017-07-14 21:28:35.586291",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 18,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.19",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "56",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    0,
+                    2,
+                    4
+                ],
+                "up_primary": 0,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    4,
+                    0,
+                    2
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 24,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 19:45:30.834501",
+                "last_became_active": "2017-07-03 12:09:44.394178",
+                "last_became_peered": "2017-07-03 12:09:44.394178",
+                "last_change": "2017-07-15 19:45:30.834501",
+                "last_clean": "2017-07-15 19:45:30.834501",
+                "last_clean_scrub_stamp": "2017-07-15 19:45:30.834467",
+                "last_deep_scrub": "32'1",
+                "last_deep_scrub_stamp": "2017-07-15 19:45:30.834467",
+                "last_epoch_clean": 25,
+                "last_fresh": "2017-07-15 19:45:30.834501",
+                "last_fullsized": "2017-07-15 19:45:30.834501",
+                "last_peered": "2017-07-15 19:45:30.834501",
+                "last_scrub": "32'1",
+                "last_scrub_stamp": "2017-07-15 19:45:30.834467",
+                "last_undegraded": "2017-07-15 19:45:30.834501",
+                "last_unstale": "2017-07-15 19:45:30.834501",
+                "log_size": 1,
+                "log_start": "0'0",
+                "mapping_epoch": 24,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 1,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "2.1b",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "28",
+                "stat_sum": {
+                    "num_bytes": 8388608,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 3,
+                    "num_objects": 1,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 1,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 2,
+                    "num_read_kb": 16384,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 2,
+                    "num_write_kb": 8192
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    0,
+                    2
+                ],
+                "up_primary": 4,
+                "version": "32'1"
+            },
+            {
+                "acting": [
+                    3,
+                    1,
+                    0
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 25,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 22:40:07.371395",
+                "last_became_active": "2017-07-03 12:09:45.494812",
+                "last_became_peered": "2017-07-03 12:09:45.494812",
+                "last_change": "2017-07-15 22:40:07.371395",
+                "last_clean": "2017-07-15 22:40:07.371395",
+                "last_clean_scrub_stamp": "2017-07-15 22:40:07.371362",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-14 11:03:18.258108",
+                "last_epoch_clean": 26,
+                "last_fresh": "2017-07-15 22:40:07.371395",
+                "last_fullsized": "2017-07-15 22:40:07.371395",
+                "last_peered": "2017-07-15 22:40:07.371395",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 22:40:07.371362",
+                "last_undegraded": "2017-07-15 22:40:07.371395",
+                "last_unstale": "2017-07-15 22:40:07.371395",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 25,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "3.1a",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "26",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    1,
+                    0
+                ],
+                "up_primary": 3,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    2,
+                    0,
+                    3
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 27,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 00:18:07.344405",
+                "last_became_active": "2017-07-03 12:09:48.439901",
+                "last_became_peered": "2017-07-03 12:09:48.439901",
+                "last_change": "2017-07-15 00:18:07.344405",
+                "last_clean": "2017-07-15 00:18:07.344405",
+                "last_clean_scrub_stamp": "2017-07-15 00:18:07.344353",
+                "last_deep_scrub": "37'45731",
+                "last_deep_scrub_stamp": "2017-07-15 00:18:07.344353",
+                "last_epoch_clean": 28,
+                "last_fresh": "2017-07-15 00:18:07.344405",
+                "last_fullsized": "2017-07-15 00:18:07.344405",
+                "last_peered": "2017-07-15 00:18:07.344405",
+                "last_scrub": "37'45731",
+                "last_scrub_stamp": "2017-07-15 00:18:07.344353",
+                "last_undegraded": "2017-07-15 00:18:07.344405",
+                "last_unstale": "2017-07-15 00:18:07.344405",
+                "log_size": 3031,
+                "log_start": "37'42700",
+                "mapping_epoch": 27,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3031,
+                "ondisk_log_start": "37'42700",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "4.1d",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "36423",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 70670,
+                    "num_read_kb": 98304,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 45821,
+                    "num_write_kb": 507904
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    0,
+                    3
+                ],
+                "up_primary": 2,
+                "version": "37'45731"
+            },
+            {
+                "acting": [
+                    3,
+                    4,
+                    2
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 29,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 15:51:51.153940",
+                "last_became_active": "2017-07-03 12:09:50.642054",
+                "last_became_peered": "2017-07-03 12:09:50.642054",
+                "last_change": "2017-07-15 15:51:51.153940",
+                "last_clean": "2017-07-15 15:51:51.153940",
+                "last_clean_scrub_stamp": "2017-07-15 15:51:51.153895",
+                "last_deep_scrub": "37'121",
+                "last_deep_scrub_stamp": "2017-07-11 17:42:53.026861",
+                "last_epoch_clean": 30,
+                "last_fresh": "2017-07-15 15:51:51.153940",
+                "last_fullsized": "2017-07-15 15:51:51.153940",
+                "last_peered": "2017-07-15 15:51:51.153940",
+                "last_scrub": "37'121",
+                "last_scrub_stamp": "2017-07-15 15:51:51.153895",
+                "last_undegraded": "2017-07-15 15:51:51.153940",
+                "last_unstale": "2017-07-15 15:51:51.153940",
+                "log_size": 121,
+                "log_start": "0'0",
+                "mapping_epoch": 29,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 121,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "5.1f",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "111",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 1596,
+                    "num_read_kb": 39716,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 165,
+                    "num_write_kb": 169388
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    4,
+                    2
+                ],
+                "up_primary": 3,
+                "version": "37'121"
+            },
+            {
+                "acting": [
+                    3,
+                    0,
+                    1
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 22,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 05:50:54.440149",
+                "last_became_active": "2017-07-03 12:09:42.266653",
+                "last_became_peered": "2017-07-03 12:09:42.266653",
+                "last_change": "2017-07-16 02:05:08.977672",
+                "last_clean": "2017-07-16 05:50:54.440149",
+                "last_clean_scrub_stamp": "2017-07-16 02:05:08.977609",
+                "last_deep_scrub": "37'1938",
+                "last_deep_scrub_stamp": "2017-07-15 01:50:31.584713",
+                "last_epoch_clean": 23,
+                "last_fresh": "2017-07-16 05:50:54.440149",
+                "last_fullsized": "2017-07-16 05:50:54.440149",
+                "last_peered": "2017-07-16 05:50:54.440149",
+                "last_scrub": "37'2039",
+                "last_scrub_stamp": "2017-07-16 02:05:08.977609",
+                "last_undegraded": "2017-07-16 05:50:54.440149",
+                "last_unstale": "2017-07-16 05:50:54.440149",
+                "log_size": 2064,
+                "log_start": "0'0",
+                "mapping_epoch": 22,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 2064,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "1.1b",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "2052",
+                "stat_sum": {
+                    "num_bytes": 593223,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 111,
+                    "num_objects": 37,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 37,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 969,
+                    "num_read_kb": 1436,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 2030,
+                    "num_write_kb": 1251
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    0,
+                    1
+                ],
+                "up_primary": 3,
+                "version": "37'2064"
+            },
+            {
+                "acting": [
+                    1,
+                    0,
+                    4
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 01:31:01.677009",
+                "last_became_active": "2017-07-03 12:04:58.370537",
+                "last_became_peered": "2017-07-03 12:04:58.370537",
+                "last_change": "2017-07-15 01:31:01.677009",
+                "last_clean": "2017-07-15 01:31:01.677009",
+                "last_clean_scrub_stamp": "2017-07-15 01:31:01.676903",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-15 01:31:01.676903",
+                "last_epoch_clean": 20,
+                "last_fresh": "2017-07-15 01:31:01.677009",
+                "last_fullsized": "2017-07-15 01:31:01.677009",
+                "last_peered": "2017-07-15 01:31:01.677009",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 01:31:01.676903",
+                "last_undegraded": "2017-07-15 01:31:01.677009",
+                "last_unstale": "2017-07-15 01:31:01.677009",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 18,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.1a",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "51",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    0,
+                    4
+                ],
+                "up_primary": 1,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    2,
+                    4,
+                    3
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 24,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 04:11:14.703277",
+                "last_became_active": "2017-07-03 12:09:44.426733",
+                "last_became_peered": "2017-07-03 12:09:44.426733",
+                "last_change": "2017-07-16 04:11:14.703277",
+                "last_clean": "2017-07-16 04:11:14.703277",
+                "last_clean_scrub_stamp": "2017-07-16 04:11:14.703241",
+                "last_deep_scrub": "32'1",
+                "last_deep_scrub_stamp": "2017-07-11 08:25:40.089516",
+                "last_epoch_clean": 25,
+                "last_fresh": "2017-07-16 04:11:14.703277",
+                "last_fullsized": "2017-07-16 04:11:14.703277",
+                "last_peered": "2017-07-16 04:11:14.703277",
+                "last_scrub": "32'1",
+                "last_scrub_stamp": "2017-07-16 04:11:14.703241",
+                "last_undegraded": "2017-07-16 04:11:14.703277",
+                "last_unstale": "2017-07-16 04:11:14.703277",
+                "log_size": 1,
+                "log_start": "0'0",
+                "mapping_epoch": 24,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 1,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "2.18",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "28",
+                "stat_sum": {
+                    "num_bytes": 8388608,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 3,
+                    "num_objects": 1,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 1,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 2,
+                    "num_read_kb": 16384,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 2,
+                    "num_write_kb": 8192
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    4,
+                    3
+                ],
+                "up_primary": 2,
+                "version": "32'1"
+            },
+            {
+                "acting": [
+                    1,
+                    0,
+                    3
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 25,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 08:10:44.679427",
+                "last_became_active": "2017-07-03 12:09:45.360826",
+                "last_became_peered": "2017-07-03 12:09:45.360826",
+                "last_change": "2017-07-15 08:10:44.679427",
+                "last_clean": "2017-07-15 08:10:44.679427",
+                "last_clean_scrub_stamp": "2017-07-15 08:10:44.679364",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-08 15:33:19.592864",
+                "last_epoch_clean": 26,
+                "last_fresh": "2017-07-15 08:10:44.679427",
+                "last_fullsized": "2017-07-15 08:10:44.679427",
+                "last_peered": "2017-07-15 08:10:44.679427",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 08:10:44.679364",
+                "last_undegraded": "2017-07-15 08:10:44.679427",
+                "last_unstale": "2017-07-15 08:10:44.679427",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 25,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "3.19",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "24",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    0,
+                    3
+                ],
+                "up_primary": 1,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    1,
+                    3,
+                    0
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 27,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 00:48:45.676049",
+                "last_became_active": "2017-07-03 12:09:48.397795",
+                "last_became_peered": "2017-07-03 12:09:48.397795",
+                "last_change": "2017-07-16 00:48:45.676049",
+                "last_clean": "2017-07-16 00:48:45.676049",
+                "last_clean_scrub_stamp": "2017-07-16 00:48:45.675939",
+                "last_deep_scrub": "37'19024",
+                "last_deep_scrub_stamp": "2017-07-16 00:48:45.675939",
+                "last_epoch_clean": 28,
+                "last_fresh": "2017-07-16 00:48:45.676049",
+                "last_fullsized": "2017-07-16 00:48:45.676049",
+                "last_peered": "2017-07-16 00:48:45.676049",
+                "last_scrub": "37'19024",
+                "last_scrub_stamp": "2017-07-16 00:48:45.675939",
+                "last_undegraded": "2017-07-16 00:48:45.676049",
+                "last_unstale": "2017-07-16 00:48:45.676049",
+                "log_size": 3024,
+                "log_start": "37'16000",
+                "mapping_epoch": 27,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3024,
+                "ondisk_log_start": "37'16000",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "4.1e",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "50260",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 51267,
+                    "num_read_kb": 70668,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 19094,
+                    "num_write_kb": 368640
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    3,
+                    0
+                ],
+                "up_primary": 1,
+                "version": "37'19024"
+            },
+            {
+                "acting": [
+                    1,
+                    4,
+                    0
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 29,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 03:28:23.266803",
+                "last_became_active": "2017-07-03 12:09:50.494779",
+                "last_became_peered": "2017-07-03 12:09:50.494779",
+                "last_change": "2017-07-16 03:28:23.266803",
+                "last_clean": "2017-07-16 03:28:23.266803",
+                "last_clean_scrub_stamp": "2017-07-16 03:28:23.266657",
+                "last_deep_scrub": "37'160",
+                "last_deep_scrub_stamp": "2017-07-14 21:21:40.165212",
+                "last_epoch_clean": 30,
+                "last_fresh": "2017-07-16 03:28:23.266803",
+                "last_fullsized": "2017-07-16 03:28:23.266803",
+                "last_peered": "2017-07-16 03:28:23.266803",
+                "last_scrub": "37'160",
+                "last_scrub_stamp": "2017-07-16 03:28:23.266657",
+                "last_undegraded": "2017-07-16 03:28:23.266803",
+                "last_unstale": "2017-07-16 03:28:23.266803",
+                "log_size": 160,
+                "log_start": "0'0",
+                "mapping_epoch": 29,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 160,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "5.1e",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "1181",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 1597,
+                    "num_read_kb": 46954,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 206,
+                    "num_write_kb": 193233
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    4,
+                    0
+                ],
+                "up_primary": 1,
+                "version": "37'160"
+            },
+            {
+                "acting": [
+                    4,
+                    3,
+                    0
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 22,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 05:50:54.898431",
+                "last_became_active": "2017-07-03 12:09:42.140093",
+                "last_became_peered": "2017-07-03 12:09:42.140093",
+                "last_change": "2017-07-14 21:27:23.693388",
+                "last_clean": "2017-07-16 05:50:54.898431",
+                "last_clean_scrub_stamp": "2017-07-14 21:27:23.693345",
+                "last_deep_scrub": "37'4057",
+                "last_deep_scrub_stamp": "2017-07-13 13:25:22.606578",
+                "last_epoch_clean": 23,
+                "last_fresh": "2017-07-16 05:50:54.898431",
+                "last_fullsized": "2017-07-16 05:50:54.898431",
+                "last_peered": "2017-07-16 05:50:54.898431",
+                "last_scrub": "37'4085",
+                "last_scrub_stamp": "2017-07-14 21:27:23.693345",
+                "last_undegraded": "2017-07-16 05:50:54.898431",
+                "last_unstale": "2017-07-16 05:50:54.898431",
+                "log_size": 3008,
+                "log_start": "37'1209",
+                "mapping_epoch": 22,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3008,
+                "ondisk_log_start": "37'1209",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "1.1a",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "4343",
+                "stat_sum": {
+                    "num_bytes": 493743,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 99,
+                    "num_objects": 33,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 33,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 3911,
+                    "num_read_kb": 7254,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 4190,
+                    "num_write_kb": 479
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    3,
+                    0
+                ],
+                "up_primary": 4,
+                "version": "37'4217"
+            },
+            {
+                "acting": [
+                    3,
+                    2,
+                    1
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-14 20:28:32.467972",
+                "last_became_active": "2017-07-03 12:04:47.968378",
+                "last_became_peered": "2017-07-03 12:04:47.968378",
+                "last_change": "2017-07-14 20:28:32.467972",
+                "last_clean": "2017-07-14 20:28:32.467972",
+                "last_clean_scrub_stamp": "2017-07-14 20:28:32.467942",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-12 15:21:22.414620",
+                "last_epoch_clean": 15,
+                "last_fresh": "2017-07-14 20:28:32.467972",
+                "last_fullsized": "2017-07-14 20:28:32.467972",
+                "last_peered": "2017-07-14 20:28:32.467972",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-14 20:28:32.467942",
+                "last_undegraded": "2017-07-14 20:28:32.467972",
+                "last_unstale": "2017-07-14 20:28:32.467972",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 13,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.1b",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "25",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    2,
+                    1
+                ],
+                "up_primary": 3,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    2,
+                    3,
+                    1
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 24,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 02:37:13.611112",
+                "last_became_active": "2017-07-03 12:09:44.441565",
+                "last_became_peered": "2017-07-03 12:09:44.441565",
+                "last_change": "2017-07-16 02:37:13.611112",
+                "last_clean": "2017-07-16 02:37:13.611112",
+                "last_clean_scrub_stamp": "2017-07-16 02:37:13.611071",
+                "last_deep_scrub": "33'3",
+                "last_deep_scrub_stamp": "2017-07-13 15:30:28.455575",
+                "last_epoch_clean": 25,
+                "last_fresh": "2017-07-16 02:37:13.611112",
+                "last_fullsized": "2017-07-16 02:37:13.611112",
+                "last_peered": "2017-07-16 02:37:13.611112",
+                "last_scrub": "33'3",
+                "last_scrub_stamp": "2017-07-16 02:37:13.611071",
+                "last_undegraded": "2017-07-16 02:37:13.611112",
+                "last_unstale": "2017-07-16 02:37:13.611112",
+                "log_size": 3,
+                "log_start": "0'0",
+                "mapping_epoch": 24,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "2.19",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "35",
+                "stat_sum": {
+                    "num_bytes": 16777259,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 9,
+                    "num_objects": 3,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 3,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 20,
+                    "num_read_kb": 32776,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 5,
+                    "num_write_kb": 16385
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    3,
+                    1
+                ],
+                "up_primary": 2,
+                "version": "33'3"
+            },
+            {
+                "acting": [
+                    1,
+                    0,
+                    4
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 25,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 12:28:59.250349",
+                "last_became_active": "2017-07-03 12:09:45.375964",
+                "last_became_peered": "2017-07-03 12:09:45.375964",
+                "last_change": "2017-07-15 12:28:59.250349",
+                "last_clean": "2017-07-15 12:28:59.250349",
+                "last_clean_scrub_stamp": "2017-07-15 12:28:59.250291",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-14 03:39:50.579576",
+                "last_epoch_clean": 26,
+                "last_fresh": "2017-07-15 12:28:59.250349",
+                "last_fullsized": "2017-07-15 12:28:59.250349",
+                "last_peered": "2017-07-15 12:28:59.250349",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 12:28:59.250291",
+                "last_undegraded": "2017-07-15 12:28:59.250349",
+                "last_unstale": "2017-07-15 12:28:59.250349",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 25,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "3.18",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "26",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    0,
+                    4
+                ],
+                "up_primary": 1,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    3,
+                    2,
+                    1
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 27,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 15:55:37.201310",
+                "last_became_active": "2017-07-03 12:09:48.507427",
+                "last_became_peered": "2017-07-03 12:09:48.507427",
+                "last_change": "2017-07-15 15:55:37.201310",
+                "last_clean": "2017-07-15 15:55:37.201310",
+                "last_clean_scrub_stamp": "2017-07-15 15:55:37.201254",
+                "last_deep_scrub": "37'59107",
+                "last_deep_scrub_stamp": "2017-07-15 15:55:37.201254",
+                "last_epoch_clean": 28,
+                "last_fresh": "2017-07-15 15:55:37.201310",
+                "last_fullsized": "2017-07-15 15:55:37.201310",
+                "last_peered": "2017-07-15 15:55:37.201310",
+                "last_scrub": "37'59107",
+                "last_scrub_stamp": "2017-07-15 15:55:37.201254",
+                "last_undegraded": "2017-07-15 15:55:37.201310",
+                "last_unstale": "2017-07-15 15:55:37.201310",
+                "log_size": 3007,
+                "log_start": "37'56100",
+                "mapping_epoch": 27,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3007,
+                "ondisk_log_start": "37'56100",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "4.1f",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "42999",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 78853,
+                    "num_read_kb": 109424,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 59185,
+                    "num_write_kb": 461178
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    2,
+                    1
+                ],
+                "up_primary": 3,
+                "version": "37'59107"
+            },
+            {
+                "acting": [
+                    4,
+                    0,
+                    1
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 29,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 23:01:37.306061",
+                "last_became_active": "2017-07-03 12:09:50.522143",
+                "last_became_peered": "2017-07-03 12:09:50.522143",
+                "last_change": "2017-07-15 23:01:37.306061",
+                "last_clean": "2017-07-15 23:01:37.306061",
+                "last_clean_scrub_stamp": "2017-07-15 23:01:37.306007",
+                "last_deep_scrub": "37'228",
+                "last_deep_scrub_stamp": "2017-07-13 07:17:40.815209",
+                "last_epoch_clean": 30,
+                "last_fresh": "2017-07-15 23:01:37.306061",
+                "last_fullsized": "2017-07-15 23:01:37.306061",
+                "last_peered": "2017-07-15 23:01:37.306061",
+                "last_scrub": "37'228",
+                "last_scrub_stamp": "2017-07-15 23:01:37.306007",
+                "last_undegraded": "2017-07-15 23:01:37.306061",
+                "last_unstale": "2017-07-15 23:01:37.306061",
+                "log_size": 228,
+                "log_start": "0'0",
+                "mapping_epoch": 29,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 228,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "5.19",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "231",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 1263,
+                    "num_read_kb": 23538,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 266,
+                    "num_write_kb": 148536
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    0,
+                    1
+                ],
+                "up_primary": 4,
+                "version": "37'228"
+            },
+            {
+                "acting": [
+                    2,
+                    4,
+                    0
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 22,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 05:50:54.861311",
+                "last_became_active": "2017-07-03 12:09:42.172373",
+                "last_became_peered": "2017-07-03 12:09:42.172373",
+                "last_change": "2017-07-15 21:45:34.099523",
+                "last_clean": "2017-07-16 05:50:54.861311",
+                "last_clean_scrub_stamp": "2017-07-15 21:45:34.099479",
+                "last_deep_scrub": "37'1038",
+                "last_deep_scrub_stamp": "2017-07-15 21:45:34.099479",
+                "last_epoch_clean": 23,
+                "last_fresh": "2017-07-16 05:50:54.861311",
+                "last_fullsized": "2017-07-16 05:50:54.861311",
+                "last_peered": "2017-07-16 05:50:54.861311",
+                "last_scrub": "37'1038",
+                "last_scrub_stamp": "2017-07-15 21:45:34.099479",
+                "last_undegraded": "2017-07-16 05:50:54.861311",
+                "last_unstale": "2017-07-16 05:50:54.861311",
+                "log_size": 1191,
+                "log_start": "0'0",
+                "mapping_epoch": 22,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 1191,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "1.1d",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "1186",
+                "stat_sum": {
+                    "num_bytes": 601360,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 111,
+                    "num_objects": 37,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 37,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 417,
+                    "num_read_kb": 296,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 1159,
+                    "num_write_kb": 945
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    4,
+                    0
+                ],
+                "up_primary": 2,
+                "version": "37'1191"
+            },
+            {
+                "acting": [
+                    1,
+                    2,
+                    3
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 07:33:09.313361",
+                "last_became_active": "2017-07-03 12:04:48.884272",
+                "last_became_peered": "2017-07-03 12:04:48.884272",
+                "last_change": "2017-07-15 07:33:09.313361",
+                "last_clean": "2017-07-15 07:33:09.313361",
+                "last_clean_scrub_stamp": "2017-07-15 07:33:09.313255",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-11 10:16:34.947833",
+                "last_epoch_clean": 16,
+                "last_fresh": "2017-07-15 07:33:09.313361",
+                "last_fullsized": "2017-07-15 07:33:09.313361",
+                "last_peered": "2017-07-15 07:33:09.313361",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 07:33:09.313255",
+                "last_undegraded": "2017-07-15 07:33:09.313361",
+                "last_unstale": "2017-07-15 07:33:09.313361",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 14,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.1c",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "42",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    2,
+                    3
+                ],
+                "up_primary": 1,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    1,
+                    2,
+                    0
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 24,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 00:28:49.065510",
+                "last_became_active": "2017-07-03 12:09:44.355610",
+                "last_became_peered": "2017-07-03 12:09:44.355610",
+                "last_change": "2017-07-15 00:28:49.065510",
+                "last_clean": "2017-07-15 00:28:49.065510",
+                "last_clean_scrub_stamp": "2017-07-15 00:28:49.065398",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-10 23:43:12.608491",
+                "last_epoch_clean": 25,
+                "last_fresh": "2017-07-15 00:28:49.065510",
+                "last_fullsized": "2017-07-15 00:28:49.065510",
+                "last_peered": "2017-07-15 00:28:49.065510",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 00:28:49.065398",
+                "last_undegraded": "2017-07-15 00:28:49.065510",
+                "last_unstale": "2017-07-15 00:28:49.065510",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 24,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "2.1e",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "24",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    2,
+                    0
+                ],
+                "up_primary": 1,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    4,
+                    2,
+                    1
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 25,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 08:42:51.326350",
+                "last_became_active": "2017-07-03 12:09:45.387458",
+                "last_became_peered": "2017-07-03 12:09:45.387458",
+                "last_change": "2017-07-15 08:42:51.326350",
+                "last_clean": "2017-07-15 08:42:51.326350",
+                "last_clean_scrub_stamp": "2017-07-15 08:42:51.326312",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-14 00:06:36.557926",
+                "last_epoch_clean": 26,
+                "last_fresh": "2017-07-15 08:42:51.326350",
+                "last_fullsized": "2017-07-15 08:42:51.326350",
+                "last_peered": "2017-07-15 08:42:51.326350",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 08:42:51.326312",
+                "last_undegraded": "2017-07-15 08:42:51.326350",
+                "last_unstale": "2017-07-15 08:42:51.326350",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 25,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "3.1f",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "26",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    2,
+                    1
+                ],
+                "up_primary": 4,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    3,
+                    2,
+                    4
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 27,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 23:06:43.706694",
+                "last_became_active": "2017-07-03 12:09:48.521591",
+                "last_became_peered": "2017-07-03 12:09:48.521591",
+                "last_change": "2017-07-15 23:06:43.706694",
+                "last_clean": "2017-07-15 23:06:43.706694",
+                "last_clean_scrub_stamp": "2017-07-15 23:06:43.706660",
+                "last_deep_scrub": "37'24285",
+                "last_deep_scrub_stamp": "2017-07-11 09:53:29.177464",
+                "last_epoch_clean": 28,
+                "last_fresh": "2017-07-15 23:06:43.706694",
+                "last_fullsized": "2017-07-15 23:06:43.706694",
+                "last_peered": "2017-07-15 23:06:43.706694",
+                "last_scrub": "37'24285",
+                "last_scrub_stamp": "2017-07-15 23:06:43.706660",
+                "last_undegraded": "2017-07-15 23:06:43.706694",
+                "last_unstale": "2017-07-15 23:06:43.706694",
+                "log_size": 3085,
+                "log_start": "37'21200",
+                "mapping_epoch": 27,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3085,
+                "ondisk_log_start": "37'21200",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "4.18",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "42448",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 59421,
+                    "num_read_kb": 78340,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 24374,
+                    "num_write_kb": 389120
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    2,
+                    4
+                ],
+                "up_primary": 3,
+                "version": "37'24285"
+            },
+            {
+                "acting": [
+                    4,
+                    3,
+                    1
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 29,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 17:19:50.899274",
+                "last_became_active": "2017-07-03 12:09:50.534912",
+                "last_became_peered": "2017-07-03 12:09:50.534912",
+                "last_change": "2017-07-15 17:19:50.899274",
+                "last_clean": "2017-07-15 17:19:50.899274",
+                "last_clean_scrub_stamp": "2017-07-15 17:19:50.899228",
+                "last_deep_scrub": "37'435",
+                "last_deep_scrub_stamp": "2017-07-14 06:14:41.114661",
+                "last_epoch_clean": 30,
+                "last_fresh": "2017-07-15 17:19:50.899274",
+                "last_fullsized": "2017-07-15 17:19:50.899274",
+                "last_peered": "2017-07-15 17:19:50.899274",
+                "last_scrub": "37'435",
+                "last_scrub_stamp": "2017-07-15 17:19:50.899228",
+                "last_undegraded": "2017-07-15 17:19:50.899274",
+                "last_unstale": "2017-07-15 17:19:50.899274",
+                "log_size": 435,
+                "log_start": "0'0",
+                "mapping_epoch": 29,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 435,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "5.18",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "231",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 945,
+                    "num_read_kb": 41070,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 494,
+                    "num_write_kb": 242546
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    3,
+                    1
+                ],
+                "up_primary": 4,
+                "version": "37'435"
+            },
+            {
+                "acting": [
+                    2,
+                    1,
+                    4
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 22,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 05:50:55.088483",
+                "last_became_active": "2017-07-03 12:09:42.176827",
+                "last_became_peered": "2017-07-03 12:09:42.176827",
+                "last_change": "2017-07-15 12:38:13.343922",
+                "last_clean": "2017-07-16 05:50:55.088483",
+                "last_clean_scrub_stamp": "2017-07-15 12:38:13.343871",
+                "last_deep_scrub": "37'8749",
+                "last_deep_scrub_stamp": "2017-07-13 07:18:11.581172",
+                "last_epoch_clean": 23,
+                "last_fresh": "2017-07-16 05:50:55.088483",
+                "last_fullsized": "2017-07-16 05:50:55.088483",
+                "last_peered": "2017-07-16 05:50:55.088483",
+                "last_scrub": "37'10707",
+                "last_scrub_stamp": "2017-07-15 12:38:13.343871",
+                "last_undegraded": "2017-07-16 05:50:55.088483",
+                "last_unstale": "2017-07-16 05:50:55.088483",
+                "log_size": 3048,
+                "log_start": "37'8100",
+                "mapping_epoch": 22,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3048,
+                "ondisk_log_start": "37'8100",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "1.1c",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "11131",
+                "stat_sum": {
+                    "num_bytes": 551890,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 108,
+                    "num_objects": 36,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 36,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 343,
+                    "num_read_kb": 223,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 11119,
+                    "num_write_kb": 10927
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    1,
+                    4
+                ],
+                "up_primary": 2,
+                "version": "37'11148"
+            },
+            {
+                "acting": [
+                    4,
+                    0,
+                    2
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 12:32:14.154061",
+                "last_became_active": "2017-07-03 12:04:58.338580",
+                "last_became_peered": "2017-07-03 12:04:58.338580",
+                "last_change": "2017-07-15 12:32:14.154061",
+                "last_clean": "2017-07-15 12:32:14.154061",
+                "last_clean_scrub_stamp": "2017-07-15 12:32:14.154012",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-10 17:44:46.870847",
+                "last_epoch_clean": 20,
+                "last_fresh": "2017-07-15 12:32:14.154061",
+                "last_fullsized": "2017-07-15 12:32:14.154061",
+                "last_peered": "2017-07-15 12:32:14.154061",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 12:32:14.154012",
+                "last_undegraded": "2017-07-15 12:32:14.154061",
+                "last_unstale": "2017-07-15 12:32:14.154061",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 18,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.1d",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "27",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    0,
+                    2
+                ],
+                "up_primary": 4,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    2,
+                    3,
+                    4
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 24,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 16:59:32.555214",
+                "last_became_active": "2017-07-03 12:09:44.430244",
+                "last_became_peered": "2017-07-03 12:09:44.430244",
+                "last_change": "2017-07-15 16:59:32.555214",
+                "last_clean": "2017-07-15 16:59:32.555214",
+                "last_clean_scrub_stamp": "2017-07-15 16:59:32.555156",
+                "last_deep_scrub": "32'2",
+                "last_deep_scrub_stamp": "2017-07-12 07:21:59.131251",
+                "last_epoch_clean": 25,
+                "last_fresh": "2017-07-15 16:59:32.555214",
+                "last_fullsized": "2017-07-15 16:59:32.555214",
+                "last_peered": "2017-07-15 16:59:32.555214",
+                "last_scrub": "32'2",
+                "last_scrub_stamp": "2017-07-15 16:59:32.555156",
+                "last_undegraded": "2017-07-15 16:59:32.555214",
+                "last_unstale": "2017-07-15 16:59:32.555214",
+                "log_size": 2,
+                "log_start": "0'0",
+                "mapping_epoch": 24,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 2,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "2.1f",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "32",
+                "stat_sum": {
+                    "num_bytes": 16777216,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 6,
+                    "num_objects": 2,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 2,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 4,
+                    "num_read_kb": 32768,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 4,
+                    "num_write_kb": 16384
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    3,
+                    4
+                ],
+                "up_primary": 2,
+                "version": "32'2"
+            },
+            {
+                "acting": [
+                    1,
+                    4,
+                    0
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 25,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 15:51:02.301621",
+                "last_became_active": "2017-07-03 12:09:45.357405",
+                "last_became_peered": "2017-07-03 12:09:45.357405",
+                "last_change": "2017-07-15 15:51:02.301621",
+                "last_clean": "2017-07-15 15:51:02.301621",
+                "last_clean_scrub_stamp": "2017-07-15 15:51:02.301524",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-13 07:26:50.405990",
+                "last_epoch_clean": 26,
+                "last_fresh": "2017-07-15 15:51:02.301621",
+                "last_fullsized": "2017-07-15 15:51:02.301621",
+                "last_peered": "2017-07-15 15:51:02.301621",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 15:51:02.301524",
+                "last_undegraded": "2017-07-15 15:51:02.301621",
+                "last_unstale": "2017-07-15 15:51:02.301621",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 25,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "3.1e",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "26",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    4,
+                    0
+                ],
+                "up_primary": 1,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    0,
+                    4,
+                    1
+                ],
+                "acting_primary": 0,
+                "blocked_by": [],
+                "created": 27,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 04:01:35.610111",
+                "last_became_active": "2017-07-03 12:09:49.060465",
+                "last_became_peered": "2017-07-03 12:09:49.060465",
+                "last_change": "2017-07-15 04:01:35.610111",
+                "last_clean": "2017-07-15 04:01:35.610111",
+                "last_clean_scrub_stamp": "2017-07-15 04:01:35.610049",
+                "last_deep_scrub": "37'26098",
+                "last_deep_scrub_stamp": "2017-07-15 04:01:35.610049",
+                "last_epoch_clean": 28,
+                "last_fresh": "2017-07-15 04:01:35.610111",
+                "last_fullsized": "2017-07-15 04:01:35.610111",
+                "last_peered": "2017-07-15 04:01:35.610111",
+                "last_scrub": "37'26098",
+                "last_scrub_stamp": "2017-07-15 04:01:35.610049",
+                "last_undegraded": "2017-07-15 04:01:35.610111",
+                "last_unstale": "2017-07-15 04:01:35.610111",
+                "log_size": 3098,
+                "log_start": "37'23000",
+                "mapping_epoch": 27,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3098,
+                "ondisk_log_start": "37'23000",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "4.19",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "26161",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 43008,
+                    "num_read_kb": 53248,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 26202,
+                    "num_write_kb": 446464
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    0,
+                    4,
+                    1
+                ],
+                "up_primary": 0,
+                "version": "37'26098"
+            },
+            {
+                "acting": [
+                    3,
+                    2,
+                    4
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 29,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 00:15:09.550612",
+                "last_became_active": "2017-07-03 12:09:50.646870",
+                "last_became_peered": "2017-07-03 12:09:50.646870",
+                "last_change": "2017-07-16 00:15:09.550612",
+                "last_clean": "2017-07-16 00:15:09.550612",
+                "last_clean_scrub_stamp": "2017-07-16 00:15:09.550561",
+                "last_deep_scrub": "37'154",
+                "last_deep_scrub_stamp": "2017-07-12 05:54:23.314039",
+                "last_epoch_clean": 30,
+                "last_fresh": "2017-07-16 00:15:09.550612",
+                "last_fullsized": "2017-07-16 00:15:09.550612",
+                "last_peered": "2017-07-16 00:15:09.550612",
+                "last_scrub": "37'154",
+                "last_scrub_stamp": "2017-07-16 00:15:09.550561",
+                "last_undegraded": "2017-07-16 00:15:09.550612",
+                "last_unstale": "2017-07-16 00:15:09.550612",
+                "log_size": 154,
+                "log_start": "0'0",
+                "mapping_epoch": 29,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 154,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "5.1b",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "3898",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 4989,
+                    "num_read_kb": 56896,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 205,
+                    "num_write_kb": 221812
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    2,
+                    4
+                ],
+                "up_primary": 3,
+                "version": "37'154"
+            },
+            {
+                "acting": [
+                    2,
+                    1,
+                    0
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 22,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 05:50:55.131399",
+                "last_became_active": "2017-07-03 12:09:42.192323",
+                "last_became_peered": "2017-07-03 12:09:42.192323",
+                "last_change": "2017-07-15 05:57:58.466016",
+                "last_clean": "2017-07-16 05:50:55.131399",
+                "last_clean_scrub_stamp": "2017-07-15 05:57:58.465989",
+                "last_deep_scrub": "37'2722",
+                "last_deep_scrub_stamp": "2017-07-12 12:39:19.109831",
+                "last_epoch_clean": 23,
+                "last_fresh": "2017-07-16 05:50:55.131399",
+                "last_fullsized": "2017-07-16 05:50:55.131399",
+                "last_peered": "2017-07-16 05:50:55.131399",
+                "last_scrub": "37'3148",
+                "last_scrub_stamp": "2017-07-15 05:57:58.465989",
+                "last_undegraded": "2017-07-16 05:50:55.131399",
+                "last_unstale": "2017-07-16 05:50:55.131399",
+                "log_size": 3006,
+                "log_start": "37'300",
+                "mapping_epoch": 22,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3006,
+                "ondisk_log_start": "37'300",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "1.1f",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "3279",
+                "stat_sum": {
+                    "num_bytes": 580834,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 93,
+                    "num_objects": 31,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 31,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 995,
+                    "num_read_kb": 1574,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 3277,
+                    "num_write_kb": 2412
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    1,
+                    0
+                ],
+                "up_primary": 2,
+                "version": "37'3306"
+            },
+            {
+                "acting": [
+                    1,
+                    4,
+                    2
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 17:22:12.229306",
+                "last_became_active": "2017-07-03 12:04:58.374057",
+                "last_became_peered": "2017-07-03 12:04:58.374057",
+                "last_change": "2017-07-15 17:22:12.229306",
+                "last_clean": "2017-07-15 17:22:12.229306",
+                "last_clean_scrub_stamp": "2017-07-15 17:22:12.229261",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-12 01:19:13.088295",
+                "last_epoch_clean": 20,
+                "last_fresh": "2017-07-15 17:22:12.229306",
+                "last_fullsized": "2017-07-15 17:22:12.229306",
+                "last_peered": "2017-07-15 17:22:12.229306",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 17:22:12.229261",
+                "last_undegraded": "2017-07-15 17:22:12.229306",
+                "last_unstale": "2017-07-15 17:22:12.229306",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 18,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.1e",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "44",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    4,
+                    2
+                ],
+                "up_primary": 1,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    0,
+                    3,
+                    4
+                ],
+                "acting_primary": 0,
+                "blocked_by": [],
+                "created": 24,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 00:04:58.820490",
+                "last_became_active": "2017-07-03 12:09:45.031377",
+                "last_became_peered": "2017-07-03 12:09:45.031377",
+                "last_change": "2017-07-16 00:04:58.820490",
+                "last_clean": "2017-07-16 00:04:58.820490",
+                "last_clean_scrub_stamp": "2017-07-16 00:04:58.820408",
+                "last_deep_scrub": "37'3",
+                "last_deep_scrub_stamp": "2017-07-13 18:18:56.065861",
+                "last_epoch_clean": 25,
+                "last_fresh": "2017-07-16 00:04:58.820490",
+                "last_fullsized": "2017-07-16 00:04:58.820490",
+                "last_peered": "2017-07-16 00:04:58.820490",
+                "last_scrub": "37'3",
+                "last_scrub_stamp": "2017-07-16 00:04:58.820408",
+                "last_undegraded": "2017-07-16 00:04:58.820490",
+                "last_unstale": "2017-07-16 00:04:58.820490",
+                "log_size": 3,
+                "log_start": "0'0",
+                "mapping_epoch": 24,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "2.1c",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "30",
+                "stat_sum": {
+                    "num_bytes": 8388608,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 6,
+                    "num_objects": 2,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 2,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 1,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 4,
+                    "num_read_kb": 16386,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 3,
+                    "num_write_kb": 8192
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    0,
+                    3,
+                    4
+                ],
+                "up_primary": 0,
+                "version": "37'3"
+            },
+            {
+                "acting": [
+                    3,
+                    4,
+                    2
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 25,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 03:51:46.228213",
+                "last_became_active": "2017-07-03 12:09:45.490587",
+                "last_became_peered": "2017-07-03 12:09:45.490587",
+                "last_change": "2017-07-16 03:51:46.228213",
+                "last_clean": "2017-07-16 03:51:46.228213",
+                "last_clean_scrub_stamp": "2017-07-16 03:51:46.228161",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-10 22:04:15.284490",
+                "last_epoch_clean": 26,
+                "last_fresh": "2017-07-16 03:51:46.228213",
+                "last_fullsized": "2017-07-16 03:51:46.228213",
+                "last_peered": "2017-07-16 03:51:46.228213",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-16 03:51:46.228161",
+                "last_undegraded": "2017-07-16 03:51:46.228213",
+                "last_unstale": "2017-07-16 03:51:46.228213",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 25,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "3.1d",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "26",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    4,
+                    2
+                ],
+                "up_primary": 3,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    3,
+                    2,
+                    1
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 27,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 12:33:38.713326",
+                "last_became_active": "2017-07-03 12:09:48.517391",
+                "last_became_peered": "2017-07-03 12:09:48.517391",
+                "last_change": "2017-07-15 12:33:38.713326",
+                "last_clean": "2017-07-15 12:33:38.713326",
+                "last_clean_scrub_stamp": "2017-07-15 12:33:38.713260",
+                "last_deep_scrub": "37'39797",
+                "last_deep_scrub_stamp": "2017-07-15 12:33:38.713260",
+                "last_epoch_clean": 28,
+                "last_fresh": "2017-07-15 12:33:38.713326",
+                "last_fullsized": "2017-07-15 12:33:38.713326",
+                "last_peered": "2017-07-15 12:33:38.713326",
+                "last_scrub": "37'39797",
+                "last_scrub_stamp": "2017-07-15 12:33:38.713260",
+                "last_undegraded": "2017-07-15 12:33:38.713326",
+                "last_unstale": "2017-07-15 12:33:38.713326",
+                "log_size": 3096,
+                "log_start": "37'36701",
+                "mapping_epoch": 27,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3096,
+                "ondisk_log_start": "37'36701",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "4.1a",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "28505",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 56454,
+                    "num_read_kb": 89198,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 39900,
+                    "num_write_kb": 458752
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    2,
+                    1
+                ],
+                "up_primary": 3,
+                "version": "37'39797"
+            },
+            {
+                "acting": [
+                    0,
+                    3,
+                    4
+                ],
+                "acting_primary": 0,
+                "blocked_by": [],
+                "created": 29,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-14 23:44:36.999460",
+                "last_became_active": "2017-07-03 12:09:51.180859",
+                "last_became_peered": "2017-07-03 12:09:51.180859",
+                "last_change": "2017-07-14 23:44:36.999460",
+                "last_clean": "2017-07-14 23:44:36.999460",
+                "last_clean_scrub_stamp": "2017-07-14 23:44:36.999408",
+                "last_deep_scrub": "37'97",
+                "last_deep_scrub_stamp": "2017-07-10 01:59:02.785928",
+                "last_epoch_clean": 30,
+                "last_fresh": "2017-07-14 23:44:36.999460",
+                "last_fullsized": "2017-07-14 23:44:36.999460",
+                "last_peered": "2017-07-14 23:44:36.999460",
+                "last_scrub": "37'97",
+                "last_scrub_stamp": "2017-07-14 23:44:36.999408",
+                "last_undegraded": "2017-07-14 23:44:36.999460",
+                "last_unstale": "2017-07-14 23:44:36.999460",
+                "log_size": 97,
+                "log_start": "0'0",
+                "mapping_epoch": 29,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 97,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "5.1a",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "296",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 771,
+                    "num_read_kb": 25804,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 142,
+                    "num_write_kb": 168860
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    0,
+                    3,
+                    4
+                ],
+                "up_primary": 0,
+                "version": "37'97"
+            },
+            {
+                "acting": [
+                    4,
+                    3,
+                    2
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 22,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 05:50:54.733400",
+                "last_became_active": "2017-07-03 12:09:42.158314",
+                "last_became_peered": "2017-07-03 12:09:42.158314",
+                "last_change": "2017-07-15 12:16:38.972300",
+                "last_clean": "2017-07-16 05:50:54.733400",
+                "last_clean_scrub_stamp": "2017-07-15 12:16:38.972264",
+                "last_deep_scrub": "37'3419",
+                "last_deep_scrub_stamp": "2017-07-14 00:47:18.145649",
+                "last_epoch_clean": 23,
+                "last_fresh": "2017-07-16 05:50:54.733400",
+                "last_fullsized": "2017-07-16 05:50:54.733400",
+                "last_peered": "2017-07-16 05:50:54.733400",
+                "last_scrub": "37'3867",
+                "last_scrub_stamp": "2017-07-15 12:16:38.972264",
+                "last_undegraded": "2017-07-16 05:50:54.733400",
+                "last_unstale": "2017-07-16 05:50:54.733400",
+                "log_size": 3087,
+                "log_start": "37'1000",
+                "mapping_epoch": 22,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3087,
+                "ondisk_log_start": "37'1000",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "1.1e",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "4100",
+                "stat_sum": {
+                    "num_bytes": 301668,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 78,
+                    "num_objects": 26,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 26,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 388,
+                    "num_read_kb": 286,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 4066,
+                    "num_write_kb": 3845
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    3,
+                    2
+                ],
+                "up_primary": 4,
+                "version": "37'4087"
+            },
+            {
+                "acting": [
+                    2,
+                    0,
+                    4
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 23:41:54.442567",
+                "last_became_active": "2017-07-03 12:04:58.424382",
+                "last_became_peered": "2017-07-03 12:04:58.424382",
+                "last_change": "2017-07-15 23:41:54.442567",
+                "last_clean": "2017-07-15 23:41:54.442567",
+                "last_clean_scrub_stamp": "2017-07-15 23:41:54.442539",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-13 12:21:34.193210",
+                "last_epoch_clean": 20,
+                "last_fresh": "2017-07-15 23:41:54.442567",
+                "last_fullsized": "2017-07-15 23:41:54.442567",
+                "last_peered": "2017-07-15 23:41:54.442567",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 23:41:54.442539",
+                "last_undegraded": "2017-07-15 23:41:54.442567",
+                "last_unstale": "2017-07-15 23:41:54.442567",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 18,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.1f",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "45",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    0,
+                    4
+                ],
+                "up_primary": 2,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    4,
+                    2,
+                    0
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 24,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 08:30:48.181803",
+                "last_became_active": "2017-07-03 12:09:44.390556",
+                "last_became_peered": "2017-07-03 12:09:44.390556",
+                "last_change": "2017-07-15 08:30:48.181803",
+                "last_clean": "2017-07-15 08:30:48.181803",
+                "last_clean_scrub_stamp": "2017-07-15 08:30:48.181767",
+                "last_deep_scrub": "37'52",
+                "last_deep_scrub_stamp": "2017-07-10 00:40:34.467609",
+                "last_epoch_clean": 25,
+                "last_fresh": "2017-07-15 08:30:48.181803",
+                "last_fullsized": "2017-07-15 08:30:48.181803",
+                "last_peered": "2017-07-15 08:30:48.181803",
+                "last_scrub": "37'52",
+                "last_scrub_stamp": "2017-07-15 08:30:48.181767",
+                "last_undegraded": "2017-07-15 08:30:48.181803",
+                "last_unstale": "2017-07-15 08:30:48.181803",
+                "log_size": 52,
+                "log_start": "0'0",
+                "mapping_epoch": 24,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 52,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "2.1d",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "78",
+                "stat_sum": {
+                    "num_bytes": 8388608,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 6,
+                    "num_objects": 2,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 2,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 1,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 560,
+                    "num_read_kb": 16888,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 46,
+                    "num_write_kb": 8192
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    2,
+                    0
+                ],
+                "up_primary": 4,
+                "version": "37'52"
+            },
+            {
+                "acting": [
+                    3,
+                    0,
+                    1
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 25,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 01:28:23.294194",
+                "last_became_active": "2017-07-03 12:09:45.488858",
+                "last_became_peered": "2017-07-03 12:09:45.488858",
+                "last_change": "2017-07-15 01:28:23.294194",
+                "last_clean": "2017-07-15 01:28:23.294194",
+                "last_clean_scrub_stamp": "2017-07-15 01:28:23.294146",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-09 13:49:16.990163",
+                "last_epoch_clean": 26,
+                "last_fresh": "2017-07-15 01:28:23.294194",
+                "last_fullsized": "2017-07-15 01:28:23.294194",
+                "last_peered": "2017-07-15 01:28:23.294194",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 01:28:23.294146",
+                "last_undegraded": "2017-07-15 01:28:23.294194",
+                "last_unstale": "2017-07-15 01:28:23.294194",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 25,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "3.1c",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "24",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    0,
+                    1
+                ],
+                "up_primary": 3,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    2,
+                    1,
+                    4
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 27,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 17:25:41.846714",
+                "last_became_active": "2017-07-03 12:09:48.451466",
+                "last_became_peered": "2017-07-03 12:09:48.451466",
+                "last_change": "2017-07-15 17:25:41.846714",
+                "last_clean": "2017-07-15 17:25:41.846714",
+                "last_clean_scrub_stamp": "2017-07-15 17:25:41.846677",
+                "last_deep_scrub": "37'43488",
+                "last_deep_scrub_stamp": "2017-07-10 18:02:35.464747",
+                "last_epoch_clean": 28,
+                "last_fresh": "2017-07-15 17:25:41.846714",
+                "last_fullsized": "2017-07-15 17:25:41.846714",
+                "last_peered": "2017-07-15 17:25:41.846714",
+                "last_scrub": "37'43488",
+                "last_scrub_stamp": "2017-07-15 17:25:41.846677",
+                "last_undegraded": "2017-07-15 17:25:41.846714",
+                "last_unstale": "2017-07-15 17:25:41.846714",
+                "log_size": 3088,
+                "log_start": "37'40400",
+                "mapping_epoch": 27,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 3088,
+                "ondisk_log_start": "37'40400",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "4.1b",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "44234",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 73755,
+                    "num_read_kb": 90115,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 43581,
+                    "num_write_kb": 421889
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    1,
+                    4
+                ],
+                "up_primary": 2,
+                "version": "37'43488"
+            },
+            {
+                "acting": [
+                    1,
+                    0,
+                    4
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 09:22:29.385320",
+                "last_became_active": "2017-07-03 12:04:59.353170",
+                "last_became_peered": "2017-07-03 12:04:59.353170",
+                "last_change": "2017-07-15 09:22:29.385320",
+                "last_clean": "2017-07-15 09:22:29.385320",
+                "last_clean_scrub_stamp": "2017-07-15 09:22:29.385234",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-11 16:02:20.487261",
+                "last_epoch_clean": 21,
+                "last_fresh": "2017-07-15 09:22:29.385320",
+                "last_fullsized": "2017-07-15 09:22:29.385320",
+                "last_peered": "2017-07-15 09:22:29.385320",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 09:22:29.385234",
+                "last_undegraded": "2017-07-15 09:22:29.385320",
+                "last_unstale": "2017-07-15 09:22:29.385320",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 19,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.20",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "44",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    0,
+                    4
+                ],
+                "up_primary": 1,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    3,
+                    0,
+                    2
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 18:42:57.327206",
+                "last_became_active": "2017-07-03 12:04:47.968525",
+                "last_became_peered": "2017-07-03 12:04:47.968525",
+                "last_change": "2017-07-15 18:42:57.327206",
+                "last_clean": "2017-07-15 18:42:57.327206",
+                "last_clean_scrub_stamp": "2017-07-15 18:42:57.327159",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-10 18:56:48.887830",
+                "last_epoch_clean": 15,
+                "last_fresh": "2017-07-15 18:42:57.327206",
+                "last_fullsized": "2017-07-15 18:42:57.327206",
+                "last_peered": "2017-07-15 18:42:57.327206",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 18:42:57.327159",
+                "last_undegraded": "2017-07-15 18:42:57.327206",
+                "last_unstale": "2017-07-15 18:42:57.327206",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 13,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.21",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "27",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    0,
+                    2
+                ],
+                "up_primary": 3,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    2,
+                    1,
+                    0
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 05:40:39.794417",
+                "last_became_active": "2017-07-03 12:04:45.845757",
+                "last_became_peered": "2017-07-03 12:04:45.845757",
+                "last_change": "2017-07-16 05:40:39.794417",
+                "last_clean": "2017-07-16 05:40:39.794417",
+                "last_clean_scrub_stamp": "2017-07-16 05:40:39.794378",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-15 01:55:30.506298",
+                "last_epoch_clean": 13,
+                "last_fresh": "2017-07-16 05:40:39.794417",
+                "last_fullsized": "2017-07-16 05:40:39.794417",
+                "last_peered": "2017-07-16 05:40:39.794417",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-16 05:40:39.794378",
+                "last_undegraded": "2017-07-16 05:40:39.794417",
+                "last_unstale": "2017-07-16 05:40:39.794417",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 11,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.22",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "27",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    1,
+                    0
+                ],
+                "up_primary": 2,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    4,
+                    2,
+                    0
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 17:54:18.367648",
+                "last_became_active": "2017-07-03 12:04:58.353273",
+                "last_became_peered": "2017-07-03 12:04:58.353273",
+                "last_change": "2017-07-15 17:54:18.367648",
+                "last_clean": "2017-07-15 17:54:18.367648",
+                "last_clean_scrub_stamp": "2017-07-15 17:54:18.367614",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-11 03:35:47.191663",
+                "last_epoch_clean": 20,
+                "last_fresh": "2017-07-15 17:54:18.367648",
+                "last_fullsized": "2017-07-15 17:54:18.367648",
+                "last_peered": "2017-07-15 17:54:18.367648",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 17:54:18.367614",
+                "last_undegraded": "2017-07-15 17:54:18.367648",
+                "last_unstale": "2017-07-15 17:54:18.367648",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 18,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.23",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "27",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    2,
+                    0
+                ],
+                "up_primary": 4,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    4,
+                    2,
+                    3
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 08:40:06.290381",
+                "last_became_active": "2017-07-03 12:04:59.345680",
+                "last_became_peered": "2017-07-03 12:04:59.345680",
+                "last_change": "2017-07-15 08:40:06.290381",
+                "last_clean": "2017-07-15 08:40:06.290381",
+                "last_clean_scrub_stamp": "2017-07-15 08:40:06.290308",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-14 06:38:40.411428",
+                "last_epoch_clean": 21,
+                "last_fresh": "2017-07-15 08:40:06.290381",
+                "last_fullsized": "2017-07-15 08:40:06.290381",
+                "last_peered": "2017-07-15 08:40:06.290381",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 08:40:06.290308",
+                "last_undegraded": "2017-07-15 08:40:06.290381",
+                "last_unstale": "2017-07-15 08:40:06.290381",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 19,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.24",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "27",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    2,
+                    3
+                ],
+                "up_primary": 4,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    1,
+                    0,
+                    3
+                ],
+                "acting_primary": 1,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 06:58:09.959654",
+                "last_became_active": "2017-07-03 12:04:48.891560",
+                "last_became_peered": "2017-07-03 12:04:48.891560",
+                "last_change": "2017-07-15 06:58:09.959654",
+                "last_clean": "2017-07-15 06:58:09.959654",
+                "last_clean_scrub_stamp": "2017-07-15 06:58:09.959511",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-11 14:46:33.744375",
+                "last_epoch_clean": 16,
+                "last_fresh": "2017-07-15 06:58:09.959654",
+                "last_fullsized": "2017-07-15 06:58:09.959654",
+                "last_peered": "2017-07-15 06:58:09.959654",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 06:58:09.959511",
+                "last_undegraded": "2017-07-15 06:58:09.959654",
+                "last_unstale": "2017-07-15 06:58:09.959654",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 14,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.25",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "42",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    1,
+                    0,
+                    3
+                ],
+                "up_primary": 1,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    0,
+                    1,
+                    3
+                ],
+                "acting_primary": 0,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 05:18:40.993899",
+                "last_became_active": "2017-07-03 12:04:49.522337",
+                "last_became_peered": "2017-07-03 12:04:49.522337",
+                "last_change": "2017-07-16 05:18:40.993899",
+                "last_clean": "2017-07-16 05:18:40.993899",
+                "last_clean_scrub_stamp": "2017-07-16 05:18:40.993825",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-10 19:49:28.827700",
+                "last_epoch_clean": 16,
+                "last_fresh": "2017-07-16 05:18:40.993899",
+                "last_fullsized": "2017-07-16 05:18:40.993899",
+                "last_peered": "2017-07-16 05:18:40.993899",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-16 05:18:40.993825",
+                "last_undegraded": "2017-07-16 05:18:40.993899",
+                "last_unstale": "2017-07-16 05:18:40.993899",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 14,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.26",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "49",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    0,
+                    1,
+                    3
+                ],
+                "up_primary": 0,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    3,
+                    0,
+                    1
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 03:59:10.211297",
+                "last_became_active": "2017-07-03 12:04:48.925901",
+                "last_became_peered": "2017-07-03 12:04:48.925901",
+                "last_change": "2017-07-15 03:59:10.211297",
+                "last_clean": "2017-07-15 03:59:10.211297",
+                "last_clean_scrub_stamp": "2017-07-15 03:59:10.211258",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-15 03:59:10.211258",
+                "last_epoch_clean": 16,
+                "last_fresh": "2017-07-15 03:59:10.211297",
+                "last_fullsized": "2017-07-15 03:59:10.211297",
+                "last_peered": "2017-07-15 03:59:10.211297",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 03:59:10.211258",
+                "last_undegraded": "2017-07-15 03:59:10.211297",
+                "last_unstale": "2017-07-15 03:59:10.211297",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 14,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.27",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "25",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    0,
+                    1
+                ],
+                "up_primary": 3,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    0,
+                    1,
+                    2
+                ],
+                "acting_primary": 0,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-16 01:40:36.782000",
+                "last_became_active": "2017-07-03 12:04:46.538977",
+                "last_became_peered": "2017-07-03 12:04:46.538977",
+                "last_change": "2017-07-16 01:40:36.782000",
+                "last_clean": "2017-07-16 01:40:36.782000",
+                "last_clean_scrub_stamp": "2017-07-16 01:40:36.781893",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-12 04:22:55.697020",
+                "last_epoch_clean": 13,
+                "last_fresh": "2017-07-16 01:40:36.782000",
+                "last_fullsized": "2017-07-16 01:40:36.782000",
+                "last_peered": "2017-07-16 01:40:36.782000",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-16 01:40:36.781893",
+                "last_undegraded": "2017-07-16 01:40:36.782000",
+                "last_unstale": "2017-07-16 01:40:36.782000",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 11,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.28",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "40",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    0,
+                    1,
+                    2
+                ],
+                "up_primary": 0,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    4,
+                    3,
+                    0
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 22:30:23.925254",
+                "last_became_active": "2017-07-03 12:04:59.344810",
+                "last_became_peered": "2017-07-03 12:04:59.344810",
+                "last_change": "2017-07-15 22:30:23.925254",
+                "last_clean": "2017-07-15 22:30:23.925254",
+                "last_clean_scrub_stamp": "2017-07-15 22:30:23.925209",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-13 16:39:26.912223",
+                "last_epoch_clean": 21,
+                "last_fresh": "2017-07-15 22:30:23.925254",
+                "last_fullsized": "2017-07-15 22:30:23.925254",
+                "last_peered": "2017-07-15 22:30:23.925254",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 22:30:23.925209",
+                "last_undegraded": "2017-07-15 22:30:23.925254",
+                "last_unstale": "2017-07-15 22:30:23.925254",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 19,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.29",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "29",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    3,
+                    0
+                ],
+                "up_primary": 4,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    3,
+                    1,
+                    2
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 13:40:12.542476",
+                "last_became_active": "2017-07-03 12:04:47.986943",
+                "last_became_peered": "2017-07-03 12:04:47.986943",
+                "last_change": "2017-07-15 13:40:12.542476",
+                "last_clean": "2017-07-15 13:40:12.542476",
+                "last_clean_scrub_stamp": "2017-07-15 13:40:12.542421",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-13 05:47:10.212626",
+                "last_epoch_clean": 15,
+                "last_fresh": "2017-07-15 13:40:12.542476",
+                "last_fullsized": "2017-07-15 13:40:12.542476",
+                "last_peered": "2017-07-15 13:40:12.542476",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 13:40:12.542421",
+                "last_undegraded": "2017-07-15 13:40:12.542476",
+                "last_unstale": "2017-07-15 13:40:12.542476",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 13,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.2a",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "27",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    1,
+                    2
+                ],
+                "up_primary": 3,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    3,
+                    1,
+                    4
+                ],
+                "acting_primary": 3,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 12:11:24.393459",
+                "last_became_active": "2017-07-03 12:04:59.467921",
+                "last_became_peered": "2017-07-03 12:04:59.467921",
+                "last_change": "2017-07-15 12:11:24.393459",
+                "last_clean": "2017-07-15 12:11:24.393459",
+                "last_clean_scrub_stamp": "2017-07-15 12:11:24.393421",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-14 03:12:47.335073",
+                "last_epoch_clean": 21,
+                "last_fresh": "2017-07-15 12:11:24.393459",
+                "last_fullsized": "2017-07-15 12:11:24.393459",
+                "last_peered": "2017-07-15 12:11:24.393459",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 12:11:24.393421",
+                "last_undegraded": "2017-07-15 12:11:24.393459",
+                "last_unstale": "2017-07-15 12:11:24.393459",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 19,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.2b",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "34",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    3,
+                    1,
+                    4
+                ],
+                "up_primary": 3,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    2,
+                    0,
+                    3
+                ],
+                "acting_primary": 2,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 22:04:26.261944",
+                "last_became_active": "2017-07-03 12:04:48.946056",
+                "last_became_peered": "2017-07-03 12:04:48.946056",
+                "last_change": "2017-07-15 22:04:26.261944",
+                "last_clean": "2017-07-15 22:04:26.261944",
+                "last_clean_scrub_stamp": "2017-07-15 22:04:26.261878",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-09 10:24:25.130866",
+                "last_epoch_clean": 16,
+                "last_fresh": "2017-07-15 22:04:26.261944",
+                "last_fullsized": "2017-07-15 22:04:26.261944",
+                "last_peered": "2017-07-15 22:04:26.261944",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 22:04:26.261878",
+                "last_undegraded": "2017-07-15 22:04:26.261944",
+                "last_unstale": "2017-07-15 22:04:26.261944",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 14,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.2c",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "36",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    2,
+                    0,
+                    3
+                ],
+                "up_primary": 2,
+                "version": "0'0"
+            },
+            {
+                "acting": [
+                    4,
+                    1,
+                    2
+                ],
+                "acting_primary": 4,
+                "blocked_by": [],
+                "created": 1,
+                "dirty_stats_invalid": false,
+                "hitset_bytes_stats_invalid": false,
+                "hitset_stats_invalid": false,
+                "last_active": "2017-07-15 06:01:32.329152",
+                "last_became_active": "2017-07-03 12:04:58.353683",
+                "last_became_peered": "2017-07-03 12:04:58.353683",
+                "last_change": "2017-07-15 06:01:32.329152",
+                "last_clean": "2017-07-15 06:01:32.329152",
+                "last_clean_scrub_stamp": "2017-07-15 06:01:32.329096",
+                "last_deep_scrub": "0'0",
+                "last_deep_scrub_stamp": "2017-07-15 06:01:32.329096",
+                "last_epoch_clean": 20,
+                "last_fresh": "2017-07-15 06:01:32.329152",
+                "last_fullsized": "2017-07-15 06:01:32.329152",
+                "last_peered": "2017-07-15 06:01:32.329152",
+                "last_scrub": "0'0",
+                "last_scrub_stamp": "2017-07-15 06:01:32.329096",
+                "last_undegraded": "2017-07-15 06:01:32.329152",
+                "last_unstale": "2017-07-15 06:01:32.329152",
+                "log_size": 0,
+                "log_start": "0'0",
+                "mapping_epoch": 18,
+                "omap_stats_invalid": false,
+                "ondisk_log_size": 0,
+                "ondisk_log_start": "0'0",
+                "parent": "0.0",
+                "parent_split_bits": 0,
+                "pgid": "0.2d",
+                "pin_stats_invalid": false,
+                "reported_epoch": "37",
+                "reported_seq": "25",
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "state": "active+clean",
+                "stats_invalid": false,
+                "up": [
+                    4,
+                    1,
+                    2
+                ],
+                "up_primary": 4,
+                "version": "0'0"
+            }
+        ],
+        "pg_stats_delta": {
+            "acting": 0,
+            "log_size": 0,
+            "ondisk_log_size": 0,
+            "stat_sum": {
+                "num_bytes": 0,
+                "num_bytes_hit_set_archive": 0,
+                "num_bytes_recovered": 0,
+                "num_deep_scrub_errors": 0,
+                "num_evict": 0,
+                "num_evict_kb": 0,
+                "num_evict_mode_full": 0,
+                "num_evict_mode_some": 0,
+                "num_flush": 0,
+                "num_flush_kb": 0,
+                "num_flush_mode_high": 0,
+                "num_flush_mode_low": 0,
+                "num_keys_recovered": 0,
+                "num_object_clones": 0,
+                "num_object_copies": 0,
+                "num_objects": 0,
+                "num_objects_degraded": 0,
+                "num_objects_dirty": 0,
+                "num_objects_hit_set_archive": 0,
+                "num_objects_misplaced": 0,
+                "num_objects_missing": 0,
+                "num_objects_missing_on_primary": 0,
+                "num_objects_omap": 0,
+                "num_objects_pinned": 0,
+                "num_objects_recovered": 0,
+                "num_objects_unfound": 0,
+                "num_promote": 0,
+                "num_read": 0,
+                "num_read_kb": 0,
+                "num_scrub_errors": 0,
+                "num_shallow_scrub_errors": 0,
+                "num_whiteouts": 0,
+                "num_write": 0,
+                "num_write_kb": 0
+            },
+            "up": 0
+        },
+        "pg_stats_sum": {
+            "acting": 672,
+            "log_size": 186390,
+            "ondisk_log_size": 186390,
+            "stat_sum": {
+                "num_bytes": 305008128,
+                "num_bytes_hit_set_archive": 0,
+                "num_bytes_recovered": 0,
+                "num_deep_scrub_errors": 0,
+                "num_evict": 0,
+                "num_evict_kb": 0,
+                "num_evict_mode_full": 0,
+                "num_evict_mode_some": 0,
+                "num_flush": 0,
+                "num_flush_kb": 0,
+                "num_flush_mode_high": 0,
+                "num_flush_mode_low": 0,
+                "num_keys_recovered": 0,
+                "num_object_clones": 0,
+                "num_object_copies": 3201,
+                "num_objects": 1067,
+                "num_objects_degraded": 0,
+                "num_objects_dirty": 1067,
+                "num_objects_hit_set_archive": 0,
+                "num_objects_misplaced": 0,
+                "num_objects_missing": 0,
+                "num_objects_missing_on_primary": 0,
+                "num_objects_omap": 5,
+                "num_objects_pinned": 0,
+                "num_objects_recovered": 0,
+                "num_objects_unfound": 0,
+                "num_promote": 0,
+                "num_read": 1948175,
+                "num_read_kb": 4395320,
+                "num_scrub_errors": 0,
+                "num_shallow_scrub_errors": 0,
+                "num_whiteouts": 0,
+                "num_write": 1295550,
+                "num_write_kb": 19961783
+            },
+            "up": 672
+        },
+        "pool_stats": [
+            {
+                "acting": 96,
+                "log_size": 10963,
+                "ondisk_log_size": 10963,
+                "poolid": 5,
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 3,
+                    "num_objects": 1,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 1,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 1,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 52675,
+                    "num_read_kb": 1134434,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 13856,
+                    "num_write_kb": 5937012
+                },
+                "up": 96
+            },
+            {
+                "acting": 96,
+                "log_size": 97721,
+                "ondisk_log_size": 97721,
+                "poolid": 4,
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 3,
+                    "num_objects": 1,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 1,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 1,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 1755008,
+                    "num_read_kb": 2473605,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 1070914,
+                    "num_write_kb": 13640881
+                },
+                "up": 96
+            },
+            {
+                "acting": 96,
+                "log_size": 0,
+                "ondisk_log_size": 0,
+                "poolid": 3,
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "up": 96
+            },
+            {
+                "acting": 96,
+                "log_size": 165,
+                "ondisk_log_size": 165,
+                "poolid": 2,
+                "stat_sum": {
+                    "num_bytes": 287506534,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 120,
+                    "num_objects": 40,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 40,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 2,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 952,
+                    "num_read_kb": 562270,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 226,
+                    "num_write_kb": 280877
+                },
+                "up": 96
+            },
+            {
+                "acting": 96,
+                "log_size": 77541,
+                "ondisk_log_size": 77541,
+                "poolid": 1,
+                "stat_sum": {
+                    "num_bytes": 17501594,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 3075,
+                    "num_objects": 1025,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 1025,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 1,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 139540,
+                    "num_read_kb": 225011,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 210554,
+                    "num_write_kb": 103013
+                },
+                "up": 96
+            },
+            {
+                "acting": 192,
+                "log_size": 0,
+                "ondisk_log_size": 0,
+                "poolid": 0,
+                "stat_sum": {
+                    "num_bytes": 0,
+                    "num_bytes_hit_set_archive": 0,
+                    "num_bytes_recovered": 0,
+                    "num_deep_scrub_errors": 0,
+                    "num_evict": 0,
+                    "num_evict_kb": 0,
+                    "num_evict_mode_full": 0,
+                    "num_evict_mode_some": 0,
+                    "num_flush": 0,
+                    "num_flush_kb": 0,
+                    "num_flush_mode_high": 0,
+                    "num_flush_mode_low": 0,
+                    "num_keys_recovered": 0,
+                    "num_object_clones": 0,
+                    "num_object_copies": 0,
+                    "num_objects": 0,
+                    "num_objects_degraded": 0,
+                    "num_objects_dirty": 0,
+                    "num_objects_hit_set_archive": 0,
+                    "num_objects_misplaced": 0,
+                    "num_objects_missing": 0,
+                    "num_objects_missing_on_primary": 0,
+                    "num_objects_omap": 0,
+                    "num_objects_pinned": 0,
+                    "num_objects_recovered": 0,
+                    "num_objects_unfound": 0,
+                    "num_promote": 0,
+                    "num_read": 0,
+                    "num_read_kb": 0,
+                    "num_scrub_errors": 0,
+                    "num_shallow_scrub_errors": 0,
+                    "num_whiteouts": 0,
+                    "num_write": 0,
+                    "num_write_kb": 0
+                },
+                "up": 192
+            }
+        ],
+        "stamp": "2017-07-16 05:59:40.864100",
+        "version": 623993
+    },
+    "pgmap_first_committed": 623340,
+    "pgmap_last_committed": 623993,
+    "quorum": [
+        0,
+        1,
+        2
+    ],
+    "tag": "",
+    "timestamp": "2017-07-16 05:59:41.901744",
+    "version": "10.2.3"
+}