ibm-spectrum-scale-csi icon indicating copy to clipboard operation
ibm-spectrum-scale-csi copied to clipboard

Fix for Snapshot restore of GDP-Scale PVC with 'G' units fails

Open shravaniphadolibm opened this issue 6 months ago • 2 comments

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

shravaniphadolibm avatar Jun 09 '25 10:06 shravaniphadolibm

Image for testing : quay.io/shravanired123/ibm-spectrum-scale-csi-driver:10junetest2

shravaniphadolibm avatar Jun 09 '25 11:06 shravaniphadolibm

@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"

badri-pathak avatar Jun 09 '25 15:06 badri-pathak