We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
resize2fs doesn’t resize filesystem if it contains errors.
We can check that fs contains errors using fsck before resizing volume and return non-retriable error FAILED_PRECONDITION spec/spec.md at master · container-storage-interface/spec
The text was updated successfully, but these errors were encountered:
issue-2720: return non-retryable error after resize2fs failure (#2721)
b384e3e
issue: #2720 sci spec: https://github.com/container-storage-interface/spec/blob/master/spec.md#nodeexpandvolume-errors
antonmyagkov
No branches or pull requests
resize2fs doesn’t resize filesystem if it contains errors.
We can check that fs contains errors using fsck before resizing volume and return non-retriable error FAILED_PRECONDITION spec/spec.md at master · container-storage-interface/spec
The text was updated successfully, but these errors were encountered: