ibm-spectrum-scale-csi
ibm-spectrum-scale-csi copied to clipboard
Fix for Snapshot restore of GDP-Scale PVC with 'G' units fails
Pull request checklist
CNSA issue no 8820
Pull request type
Please check the type of change your PR introduces:
- [x] Bugfix
- [ ] Feature Enhancement
- [ ] Test Automation
- [ ] Code Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] Community Operator listing
- [ ] Other (please describe):
What is the current behavior?
- Snapshot restoration fails for restore size greater than pvc size (decimal unit)
What is the new behavior?
- Snapshot restore size is less than pvc capacity hence snapshot restoration is successful.
How risky is this change?
- [ ] Small, isolated change
- [x] Medium, requires regression testing
- [ ] Large, requires functional and regression testing
Image for testing : quay.io/shravanired123/ibm-spectrum-scale-csi-driver:10junetest2
@shravaniphadolibm DCO action is required. You have to perform signed git commit. Here is the example to perform signed commit. Please check it once. Ref: https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits
git commit -S -m "YOUR_COMMIT_MESSAGE"