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
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?
The delete filesets are called without any safe mode i.e. force as true.
What is the new behavior?
The delete filesets will be called with safe mode as True i.e. force as false.
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?
How risky is this change?