V1.2.9#62
Open
ravi100k wants to merge 2 commits into
Open
Conversation
- Included share objectives in share create requests instead of applying them with follow-up objective-set calls after provisioning. - Treated all known terminal task states consistently so failed, halted, cancelled, validation-failed, and resumed tasks stop polling and report failure. - Allowed volume creation to continue when objective validation cannot be fetched or a requested objective is missing, logging a warning instead of failing the Kubernetes request. - Avoided passing StorageClass NFS mount options to local filesystem mounts for file-backed volumes; those options are now only used for the backing NFS share mount. - Prevented duplicate or conflicting NFS version mount flags by treating both and as version options, removing them before fallback retries, and passing NFSv3 fallback options as separate mount arguments.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed
nfsvers=andvers=as version options, removing them before fallback retries, and passing NFSv3 fallback options as separate mount arguments.Changed
clientMountOptionsStorageClass parameter; CSI node mounts now rely on KubernetesmountOptions/ CSImountFlags.Documentation
CSI_MAJOR_VERSION=1andCSI_MAJOR_VERSION=0).