Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

osd: Improve size scrub error handling and ignore system attrs in xattr checking #16407

Merged
merged 8 commits into from Aug 18, 2017
4 changes: 4 additions & 0 deletions doc/rados/command/list-inconsistent-obj.json
Expand Up @@ -104,6 +104,9 @@
"osd": {
"type": "integer"
},
"primary": {
"type": "boolean"
},
"size": {
"type": "integer"
},
Expand Down Expand Up @@ -164,6 +167,7 @@
},
"required": [
"osd",
"primary",
"errors"
]
}
Expand Down