]> git.proxmox.com Git - ceph.git/blobdiff - ceph/doc/rados/command/list-inconsistent-obj.json
update sources to v12.2.0
[ceph.git] / ceph / doc / rados / command / list-inconsistent-obj.json
index b9ee1793ff2b759879940c0825cd15553167b615..76ca43e321de9eb2da01ee2820f482286931a659 100644 (file)
                 "ec_hash_error",
                 "ec_size_error",
                 "oi_attr_missing",
-                "oi_attr_corrupted"
+                "oi_attr_corrupted",
+                "obj_size_oi_mismatch",
+                "ss_attr_missing",
+                "ss_attr_corrupted"
               ]
             },
             "minItems": 0,
                 "osd": {
                   "type": "integer"
                 },
+                "primary": {
+                  "type": "boolean"
+                },
                 "size": {
                   "type": "integer"
                 },
                       "ec_hash_error",
                       "ec_size_error",
                       "oi_attr_missing",
-                      "oi_attr_corrupted"
+                      "oi_attr_corrupted",
+                      "obj_size_oi_mismatch",
+                      "ss_attr_missing",
+                      "ss_attr_corrupted"
                     ]
                   },
                   "minItems": 0,
               },
               "required": [
                 "osd",
+                "primary",
                 "errors"
               ]
             }