IBM / ibm-spectrum-scale-csi

The IBM Spectrum Scale Container Storage Interface (CSI) project enables container orchestrators, such as Kubernetes and OpenShift, to manage the life-cycle of persistent storage.
Apache License 2.0
68 stars 49 forks source link

changes deletion of the filesets to non-force #1239

Open badri-pathak opened 1 month ago

badri-pathak commented 1 month ago

Signed-off-by: badri-pathak badri.pathak@ibm.com

Pull request checklist

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?

What is the new behavior?

"commands" : [ "mmunlinkfileset 'fs1' 'pvc-a3d919f8-6a36-4781-b9a8-b0554038c78e' -f ", "mmdelfileset 'fs1' 'pvc-a3d919f8-6a36-4781-b9a8-b0554038c78e' --qos 'maintenance' " ],

How risky is this change?

badri-pathak commented 1 month ago

Image : quay.io/badri_pathak/ibm-spectrum-scale-csi-driver:fsetDelNonForce_v2